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

compiler: change s.line_nr in just one place in tandem with s.last_nl_pos

* compiler: change s.line_nr in just one place, so that s.last_nl_pos will be updated in tandem too.

* v test v: run repl tests again

* Show gcc version in both windows gcc cases in a) github actions, and b) travis .

* adding inline to is_name_char is_nl and contains_capital does not help actually, just increases slightly binary size.

* Cleanup spurious spaces.
This commit is contained in:
Delyan Angelov
2019-09-28 20:41:11 +03:00
committed by Alexander Medvednikov
parent ed3a4961d0
commit 0160c7a89d
4 changed files with 36 additions and 18 deletions

View File

@@ -64,6 +64,7 @@ jobs:
# node-version: 12.x
- name: Build
run: |
gcc --version
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries.git thirdparty/freetype/
.\make.bat -gcc
- name: Test