1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Alexander Medvednikov
da7a9bc8ae ci: run users.v ui example 2023-08-05 09:51:56 +03:00
Turiiya
d53d95991d
ci: remove obsolete node setup (#18986) 2023-07-27 18:29:32 +03:00
Delyan Angelov
8b4c3fa1d1
ci: make -autofree failures easier to diagnose, test -autofree more on linux and windows too (#18929) 2023-07-21 15:39:43 +03:00
Alexander Medvednikov
1aadd3e59c ci: build news fetcher with -prod 2023-05-13 02:15:58 +02:00
Thomas Mangin
580d9cedc7
termios: new termios module (#17792)
* termio: new termio module

move the tcgetattr and tcsetattr functions in a new termio module.
The code needed refactoring as different OS have different fields
size, position and number for the C.termios structure, which
could not be correctly expressed consitently otherwise.

It has the positive side effect to reduce the number of unsafe calls.
New testing code was also added for the readline module as it is
relying of the feature.

* apply 2023 copyright to the new files too
2023-03-30 08:58:52 +03:00
Delyan Angelov
2e7dd8543a ci: fix failing vlang/vpm test jobs 2023-03-15 16:54:16 +02:00
Delyan Angelov
e7bf33b206
ci: replace node-version: 12.x with node-version: 16 too 2023-02-25 14:29:00 +02:00
Delyan Angelov
2327f0781b
ci: replace actions/setup-node@v1 with actions/setup-node@v3 2023-02-25 14:25:58 +02:00
Delyan Angelov
b1ed1d3b32
ci: upgrade to actions/checkout@v3 to avoid deprecation warnings in the CI about that action using Node.js 12 2023-02-21 13:40:24 +02:00
Delyan Angelov
c7a829e74f
ci: split windows/linux/macos jobs from the single ci.yml to 3 separate .yml files
This split is needed, so failing jobs on macos/windows, could be restarted
independently from each other more easily, through the web interface on github.
2023-01-19 14:32:55 +02:00