- Cyberspace
Block or Report
Block or report arnetheduck
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,246 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2023
Created 14 commits in 3 repositories
Created a pull request in status-im/nim-chronos that received 9 comments
Support implicit returns
based on nim-lang/Nim#21898
also fixes generic Future[T] where T ends up being void
supercedes #349 & #328
+180
−100
•
9
comments
Opened 7 other pull requests in 3 repositories
status-im/nim-chronos
4
merged
status-im/nimbus-eth2
2
merged
status-im/nim-eth
1
merged
Reviewed 8 pull requests in 6 repositories
status-im/nim-chronos
3 pull requests
status-im/nimbus-site
1 pull request
status-im/nim-stint
1 pull request
status-im/nimbus-eth2
1 pull request
status-im/nim-presto
1 pull request
status-im/nim-eth
1 pull request
Created an issue in nim-lang/Nim that received 6 comments
try
expression misdetects type when raising
Description
let v = try: raise (ref ValueError)() except ValueError: 42
The above should be an int
,
Nim Version
1.6.12, devel
Current Output
testit…
6
comments