Henrixounez
14f13ff55a
tests: v implementation of repl tests
2019-08-18 19:26:55 +03:00
Henrixounez
aae063b9ad
repl: dont save line if last compilation errored
2019-08-18 19:25:46 +03:00
Alexander Medvednikov
f654c4af7a
ui README.md
2019-08-18 18:28:29 +03:00
Alexander Medvednikov
ac8a6d180c
ui license
2019-08-18 18:20:17 +03:00
Alexander Medvednikov
18d0a08ace
freetype: fix utf crash
2019-08-18 18:13:12 +03:00
Delyan Angelov
f013359a44
compiler: improve error handling for 'v install'
2019-08-18 17:57:57 +03:00
Emily Hudson
d373b331fa
ompiler: MSVC related fixes and `v test v` for windows testing
...
* MSVC related fixes and v test v for windows testing
* If second stage crashes on windows goto error
* use os.exec instead of system so that the error can be printed
* use -debug for osx vid
* Fix some whitespace to trigger a rebuild
2019-08-18 17:25:33 +03:00
S-YOU
0066afe7fc
mysql module
2019-08-18 17:24:43 +03:00
Delyan Angelov
bbc5c14d99
repl: fix compiler/tests/repl/error.repl test case.
2019-08-18 17:24:02 +03:00
Alexander Medvednikov
89b5a0fc25
ui: fix focus_app()
2019-08-18 17:01:31 +03:00
Alexander Medvednikov
56fbafe03a
cc(): fix -x objective-c; ui.focus_app()
2019-08-18 16:59:36 +03:00
Alexander Medvednikov
f9fb6f0be4
orm_test: remove pg import for now
2019-08-18 15:02:36 +03:00
joe-conigliaro
22348f2245
http: add vschannel_cleanup() back
2019-08-18 13:04:17 +03:00
Delyan Angelov
4a27b8f43d
compiler: improved error, when c compiler is missing/not found.
2019-08-18 13:03:28 +03:00
S-YOU
329e7bd2c8
add static inline attribute
2019-08-18 13:02:07 +03:00
Alexander Medvednikov
8e1c31e860
cc(): print compilation error correctly
2019-08-18 01:30:48 +03:00
Alexander Medvednikov
fe2d2bd2a3
fmt: remove trailing spaces
2019-08-17 22:21:43 +03:00
Alexander Medvednikov
8a1324c141
os: make exec() return ?Result with exit code and output
2019-08-17 21:11:40 +03:00
Alexander Medvednikov
60bf668281
string: fix trim_right
2019-08-17 20:07:40 +03:00
Alexander Medvednikov
d984f2ccec
make: remove curl dependency
2019-08-17 19:24:24 +03:00
Joe Conigliaro
e5ebb83bd9
add test for writer
2019-08-17 17:43:43 +03:00
joe-conigliaro
547241c13c
http: make do() return errors instead of panic
2019-08-17 17:02:01 +03:00
Joe Conigliaro
1274cdf0af
path must start with /
2019-08-17 16:37:31 +03:00
unknown-v
4f8acca153
bat files: v.c to v_win.c
2019-08-17 16:31:44 +03:00
teggot
79c727f014
Add support for raw json fields in structs
2019-08-17 16:20:40 +03:00
Alexander Medvednikov
100bb7c54c
os: clean up windows functions
2019-08-17 16:17:43 +03:00
Alexander Medvednikov
7ed0438b04
os: remove PathSeparator hack now that we have v_win.c
2019-08-17 16:02:59 +03:00
Massimiliano Bertinetti
845ae8cf5a
tetris: Added instruction for Arch / Manjaro Linux
2019-08-17 15:53:06 +03:00
joe-conigliaro
1ba701e036
encoding.csv: add write support
2019-08-17 15:51:20 +03:00
joe-conigliaro
56566ba3d0
http: follow redirects (openssl & schannel) + fix url params
2019-08-17 15:50:47 +03:00
Alexander Medvednikov
a4e648627e
make.bat: v_win.c
2019-08-17 13:47:18 +03:00
Alexander Medvednikov
90d15215af
make_tests.bat: v_win.c
2019-08-17 13:26:26 +03:00
Alexander Medvednikov
88d775e78e
msvc.bat: use v_win.c
2019-08-17 12:56:42 +03:00
Alexander Medvednikov
20dd538b65
make.bat: use v_win.c
2019-08-17 12:51:22 +03:00
Nicolas Sauzede
4760fea489
examples/tetris: use better unique colors, implement game over/pause
2019-08-17 02:56:09 +03:00
unknown-v
49205dcce3
examples: fix maps warnings
2019-08-17 02:55:11 +03:00
Alexander Medvednikov
be141d9c5f
os: Windows fixes
2019-08-17 02:09:36 +03:00
Alexander Medvednikov
37a607dce5
fix `v test v`
2019-08-17 01:15:38 +03:00
Alexander Medvednikov
1c1c3925fc
Travis: don't install glfw for now
2019-08-17 00:57:26 +03:00
Alexander Medvednikov
c6e7838a44
V 0.1.18
2019-08-17 00:48:07 +03:00
Alexander Medvednikov
a336775ae6
Makefile: use ./v
2019-08-16 23:31:45 +03:00
Alexander Medvednikov
94b900bd0a
map: allow array values
2019-08-16 23:28:47 +03:00
Alexander Medvednikov
54b3c4d2c5
json: error if the module is not imported
2019-08-16 18:32:35 +03:00
Alexander Medvednikov
d3812a73d3
Travis: don't install openssl on Windows
2019-08-16 17:07:28 +03:00
Marco Böttcher
d6d17fe3f2
scanner: string interpolation with $var at the end
2019-08-16 17:06:27 +03:00
Alexander Medvednikov
1372d04b43
Delete test.sh
2019-08-16 17:03:56 +03:00
Alexander Medvednikov
b188ecf680
Makefile: re-write `make test` in V
2019-08-16 16:51:46 +03:00
Delyan Angelov
5ea4b463bb
compiler: fix issue #1612 .
2019-08-16 14:05:42 +03:00
Alexander Medvednikov
c156cef972
vweb: fix the test
2019-08-16 09:58:27 +03:00
Alexander Medvednikov
09340d48a0
Makefile: simplify
2019-08-16 09:36:14 +03:00