Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Popular repositories
1,163 contributions in the last year
Contribution activity
November 2020
Created 73 commits in 3 repositories
Created a pull request in nim-lang/Nim that received 27 comments
Opened 7 other pull requests in 1 repository
nim-lang/Nim
2
open
4
merged
1
closed
Reviewed 21 pull requests in 2 repositories
nim-lang/Nim 20 pull requests
- Change os.sameFileContent
- remove conf.writelnHook assignment inside runCmd
- Documentation only
- fix #15958
- fix #15934 and #15620
- follow #8463 #14157 and document cstring literals modification is not allowed
- fix #14157
- follow #15357 and move decodeQuery
- new: `nim -e:cmd` to run a command directly; also fixes #15731
- Added [:T] syntax explanation to generics tutorial.
- Console apps in Windows can raise OSError, effects system must be OS agnostic
- document #15618
- fix #15663
- fix #15463
- every symbol becomes 1st class; defines 0-cost lambda and aliases; inline iterators/templates/etc can be passed to any routine
- Fix #14844
- fix #15628
- doAssertRaises improvements; nimscript supports `except Exception as e`
- feat(json): delete index and item from JArray #15001
- fix #15594