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 upPinned
6 contributions in the last year
Activity overview
Contribution activity
November - December 2020
October 2020
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
nim-lang/Nim
1
merged
Created an issue in nim-lang/Nim that received 1 comment
Compiler claims that swapping two exception-raising proc vars can raise an exception
Compiler claims that swapping two exception-raising proc vars can raise an exception, even though it does not. Example proc f() {.raises: [].} = var …