Block or Report
Block or report r00ster91
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ziglang/zig Public
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
-
530 contributions in the last year
Less
More
Activity overview
Contribution activity
May 2023
Created 5 commits in 2 repositories
Created 1 repository
- r00ster91/zig.vim Vim Script
Created a pull request in ziglang/zig that received 8 comments
fix [x]u65529 and above overflowing
$ cat overflow.zig
test { var a: [1]u65535 = undefined; _ = a;
}
$ zig-out/bin/zig test overflow.zig
thread 290266 panic: integer overflow
zig/src/…
+23
−2
•
8
comments
Opened 10 other pull requests in 2 repositories
ziglang/zig
5
open
2
merged
1
closed
- make some panics more helpful
- remove some newlines and other minor cleanups
- make @trap return unreachable/noreturn
- Sema: suggest the use of opaque pointer types + better function pointer type notes
- ErrorBundle: fix integer overflow printing caret
- autodoc: make help modal toggleable and allow entering "?" in search
- Value: some fixes to bitcasting
-
Sema: assert the return value of
Sema.typeHasOnePossibleValuematchesty.onePossibleValue
ziglang/zig.vim
2
open
Reviewed 6 pull requests in 1 repository
Created an issue in ziglang/zig that received 5 comments
Proposal: remove @boolToInt in favor of @bitCast
As @ifreund pointed out in #7950, @bitCast can serve the function of @boolToInt just fine: #7950 (comment):
const std = @import("std"); pub fn main()
5
comments
Opened 3 other issues in 1 repository
Started 1 discussion in 1 repository
ppy/osu
ppy/osu
-
Scores achieved in multiplayer without dying should appear in global ranking
This contribution was made on May 15





