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
Pro
- Down Under
- Down Under
Popular repositories
-
Forked from buger/jsonparser
Alternative JSON parser for Go that does not require schema (so far fastest)
Go
-
1,072 contributions in the last year
Contribution activity
October 2019
Created a pull request in vlang/v that received 14 comments
http/win: fix schannel from crashing
windows HTTPS requests were crashing, since update in this PR, I think maybe overlooked pointer: #2120 This fixes it the issue with GCC crashing on…
+5
−5
•
14
comments
- math: add functions for getting the bit representation of a float & vice versa
- compiler: add notice about msvc compilation. and remove last traces of os msvc
- make/CI: put back temporarily removed flags and env vars
- compiler: move msvc compiler to -cc flag instead of -os
- CI: fis vjs build failure
- CI: fix ci building v
- compiler: optimize, don't rescan module directory for files
- makefile: use just `uname`, not `uname -o` - osx has no `-o`
- compiler: fix variadic function unused var C error
- compiler: prepare for compiler module rename from vcompiler to compiler
- compiler: optimize parse_lib_imports
- compiler: use original name as p.mod & some mod header fixes & some clean up
- compiler: only check visibility of init function not method
- compiler: module header - add function type alias support to `v_type_str`
- compiler: detect and error on public init function & remove empty init functions
- compiler: better detection of module path supplied to `build module` command
- compiler: module cache. const init - fix implicit declaration of function warning
- compiler: cached modules - windows fixes & organise cached module path
- vlib/examples: fix gl/glfw/gg examples. rename init functions
- compiler: module init, add init fn definition
- compiler: cached module - cleanup, remove unneeded code
- compiler: module init function & init consts for cached modules
- compiler: allow -debug to work with no prebuilt modules. only use when prebuilt files exist
- vlib: urllib update / rem underscore methods from urllib/crypto. add strings index_bytes
- compiler: allow multi returns to be used with high order fn & add decl tests
- Some pull requests not shown.