Popular repositories
-
-
js-typeclasses Public
Forked from spencertipping/js-typeclasses
A typeclass implementation for JavaScript
JavaScript 2
-
blue-ridge Public
Forked from relevance/blue-ridge
JavaScript BDD Rails Plugin (using Screw.Unit & env.js)
JavaScript 2
-
-
533 contributions in the last year
Contribution activity
October 2021
Created 2 commits in 1 repository
Created a pull request in Vexu/arocc that received 2 comments
Preprocessor: make __has_attribute work with simple #define
Note: does not yet handle the case of builtin feature macros used in user-defined function-like macros.
It seems like we'll need some logic in expa…
Opened 2 other pull requests in 1 repository
Reviewed 1 pull request in 1 repository
Vexu/arocc
1 pull request
Created an issue in ziglang/zig that received 4 comments
std.mem.zeroes does not work with std.PackedIntArray error: cannot assign to constant
Zig Version 0.9.0-dev.1277+c4df9bf56 Steps to Reproduce const std = @import("std"); test "foo" { _ = std.mem.zeroes(std.PackedIntArray(u2, 4)); } N…
