Breaking Web [===>--------]
I work on web platform APIs, Gecko, Rust, and break things. Often at the same time.
- Toronto, ON
Block or Report
Block or report mystor
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
mozilla/gecko-dev Public
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
-
-
-
-
micro-coreutils Public
An implementation of the unix commands yes, cat, and echo in as few bytes of executable as possible
557 contributions in the last year
Contribution activity
May 2022
Created 148 commits in 1 repository
Created 2 repositories
Created a pull request in Naios/function2 that received 1 comment
Add option to limit empty callable propagation to known types
This approach roughly matches the one used by std::function, explicitly enumerating the types which are supported for empty propagation. Fixes #48
+77
−10
•
1
comment
Reviewed 1 pull request in 1 repository
rust-lang/rust
1 pull request
Created an issue in Naios/function2 that received 5 comments
-Waddress warning generated for non-capturing lambdas on gcc <= 9.2
@Naios
In gcc versions before 9.3, the compiler would generate a -Waddress warning complaining that the address of a lambda's function will never …
5
comments