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

4534 Commits

Author SHA1 Message Date
142d3deab4 base64: make encode and decode public 2019-06-26 22:22:06 +02:00
c1400f725f parsing: fixed compound assignment operator bug on for loops 2019-06-26 22:21:54 +02:00
ef737c5e61 parser.v: document "e" check 2019-06-26 21:44:08 +02:00
6c7eaa7fd3 parser: fixed problem hexa being casted into float 2019-06-26 21:39:30 +02:00
ee09cde583 CI test successful 2019-06-26 21:36:44 +02:00
fcf60306c4 CI test: break tetris 2019-06-26 21:33:21 +02:00
876715dd2a Update azure-pipelines.yml 2019-06-26 21:24:27 +02:00
2de24de948 Update .travis.yml 2019-06-26 21:14:31 +02:00
bec44af7fc Update .travis.yml 2019-06-26 21:05:10 +02:00
eee8838078 Update azure-pipelines.yml 2019-06-26 21:02:30 +02:00
14936e8ee8 Update azure-pipelines.yml 2019-06-26 20:59:14 +02:00
55c78b67b8 Update azure-pipelines.yml 2019-06-26 20:54:47 +02:00
5e89c1399a make test: build examples 2019-06-26 20:44:20 +02:00
5177e11a98 Add Travis build status 2019-06-26 19:38:41 +02:00
d998313bb1 fix tests 2019-06-26 19:37:02 +02:00
2ca6859982 sync public fns 2019-06-26 18:29:43 +02:00
5b5c6b7918 fix make clean 2019-06-26 18:12:30 +02:00
e7f2babb5d separate .gitignore for examples (#667)
it will be easier to move the examples to a separate repository if it increases
2019-06-26 18:06:00 +02:00
e6d8612392 Update README.md 2019-06-26 18:04:10 +02:00
92ecd0ca7c word_counter: handle bad path 2019-06-26 18:01:31 +02:00
69a363472f Update README.md 2019-06-26 17:58:59 +02:00
b87e61aa4e make lots of functions public 2019-06-26 17:51:05 +02:00
fc628f2ee9 http: public functions 2019-06-26 17:45:54 +02:00
fa51b24a60 remove @ token 2019-06-26 17:45:54 +02:00
db772b63bc Update .travis.yml 2019-06-26 17:39:37 +02:00
1c1c2a769d Update .travis.yml 2019-06-26 17:37:42 +02:00
be3dae6b44 errno tmp fix 2019-06-26 17:04:38 +02:00
fa925f3092 os.v: clean up, remove C code, os.exec() v0.1.4 2019-06-26 17:01:50 +02:00
3dea0ac8e1 Update PULL_REQUEST_TEMPLATE 2019-06-26 16:43:12 +02:00
61e4367aa8 👍 Fix up redundant type declare and remove space (#603) 2019-06-26 16:39:40 +02:00
32e61b23d0 Fix typo 2019-06-26 16:20:14 +02:00
4cf68ca7fe making time-methods public, fixing gamme of life example 2019-06-26 16:19:47 +02:00
3e8d902a13 Update README.md 2019-06-26 15:23:59 +02:00
302645cba0 Makefile curl
`curl` should be used in Makefile as more common and lightweight
2019-06-26 14:54:44 +02:00
b65ef9022a parser.v: a cleaner hint message 2019-06-26 14:53:55 +02:00
1e6f90481e add make clean instruction 2019-06-26 14:50:15 +02:00
4812f92845 avoid literal number #651 2019-06-26 14:46:52 +02:00
88f67680fc rename get_extension to ext, add path_sans_ext 2019-06-26 14:45:03 +02:00
67eb8d74c1 ignore example binaries 2019-06-26 14:45:03 +02:00
0f05f7c1ee get extension of path 2019-06-26 14:45:03 +02:00
f0e6a1c1c1 added arguments handling for run 2019-06-26 14:39:31 +02:00
6a0ac35af2 use matrix and add osx build 2019-06-26 13:57:48 +02:00
7a2d9ef06e fix a miss 2019-06-26 13:56:54 +02:00
60c3303970 Update PULL_REQUEST_TEMPLATE 2019-06-26 13:53:42 +02:00
abe43eaa90 Update PULL_REQUEST_TEMPLATE 2019-06-26 13:42:56 +02:00
9819680845 Create PULL_REQUEST_TEMPLATE 2019-06-26 13:39:38 +02:00
032d8609c7 Makefile cleanup 2019-06-26 13:32:27 +02:00
b0a5cac0c0 clean up 2019-06-26 13:17:45 +02:00
c860bac7bf don't allow calling private functions/methods 2019-06-26 13:15:47 +02:00
2a3cf0bec9 os.v: clean up init_os_args() 2019-06-26 11:15:05 +02:00