Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
DIA Soft
- Sofia, Bulgaria
- Sign in to view email
- http://blog.bulsynt.org
Pinned
1,075 contributions in the last year
Contribution activity
October 2019
- spytheman/tccbin Roff
Created a pull request in vlang/v that received 13 comments
compiler: make compiler an ordinary vlib/compiler module (stage 2)
This PR makes reusing v compiler functionality easier, by making it possible for future tools to import it like an ordinary module. This PR needs #…
+1,094
−1,079
•
13
comments
- [wip]os: add is_symlink implementation.
- [wip] Add tools/vnames which extracts function names declared in v files
- compiler: cleanup v.pref.building_v flag setting in compiler/main.v
- compiler: prepare for moving compiler to vlib/vcompiler (stage 1)
- compiler: -g and -debug should always add -g at least in the C compiler by default
- freetype: fix compiler warning about ctx._draw_text .
- performance_compare: support passing --vcrepo and --hyperfine_options
- compiler: fix 'v -debug examples/hello_world.v'
- backtraces: add source line numbers too on linux.
- v test: add ability to test a folder or a set of _test.v files
- v file_test.v: improve crash diagnosis/detection when a test segfaults
- compiler: implement -stats option for running a _test.v file
- compiler: fix -obf regression due to obfuscating entry point main__main
- compiler: initializing fixed arrays with [1,2,3]!! works now. Add tests.
- compiler: generate such a v.c, that it can be used to bootstrap v with latest tcc
- tools/performance_compare: speed it up and make it more robust
- compiler: let methods return voidptr without a segfault
- compiler: a warning/error path is now relative for user code
- compiler c backend: avoid C warnings on linux (when -w is removed)
- compiler: enhanced wording of obsolete import const error message.