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 upPinned
117 contributions in the last year
Contribution activity
November 2020
Created 30 commits in 7 repositories
Created 5 repositories
- planetis-m/gnuplotlib Nim
- planetis-m/breeze Nim
- planetis-m/halonium Nim
- planetis-m/packedjson Nim
- planetis-m/testify Nim
Created a pull request in nim-lang/Nim that received 12 comments
add collect with infered init, refs #16078 fixes #14332
Supersedes #16082, refs #16078. it is not injected. Reason is, if you write it[i] = a then there is no point using collect, is there? :P
Opened 18 other pull requests in 6 repositories
nim-lang/fusion
2
open
2
closed
2
merged
nim-lang/Nim
4
open
1
merged
halonium/halonium
1
merged
2
closed
Araq/packedjson
2
merged
alehander92/breeze
1
merged
sealmove/testify
1
merged
Reviewed 5 pull requests in 3 repositories
nim-lang/Nim 2 pull requests
halonium/halonium 2 pull requests
sealmove/testify 1 pull request
Created an issue in nim-lang/Nim that received 3 comments
redefinition error with gensym'ed enum fields
Trying to create an enum with auto generated values. Although my macro output seems correct and even manually compiling the output code works fine,…

