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 28 million developers.
Sign up
Pinned repositories
1,335 contributions in the last year
Contribution activity
August 2018
Created an issue in ponylang/ponyc that received 5 comments
I64.min_value() / -1 returns unexpected results
When running: actor Main new create(env: Env) => let x = I64.min_value() / -1 env.out.print(x.string()) I would expect the value to wrap back aroun…
5
comments