🦭
I am the Walrus.
- Sweden
136 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
Alcaro/Flips,
llvm/llvm-project,
compiler-explorer/compiler-explorer
and 26 other
repositories
Loading
Contribution activity
April 2025
Created 2 commits in 2 repositories
Created 2 repositories
-
Alcaro/compile-time-regular-expressions
C++
This contribution was made on Apr 11
-
Alcaro/Free95
C
This contribution was made on Apr 10
Created a pull request in hanickadot/compile-time-regular-expressions that received 2 comments
Cast ranges to the character type
Fixes #330 Fixes \x80-\xFF not matching high-ascii bytes #include <ctre.hpp> #include <regex> #include <iostream> int main() { const char * b = "kn…
+2
−2
lines changed
•
2
comments
Opened 1 other pull request in 1 repository
Versoft-Software/Free95
1
merged
-
Update SYSCALLS.md
This contribution was made on Apr 10
Created an issue in llvm/llvm-project that received 2 comments
requires-clauses think void values can be passed to variadic functions
#include <type_traits> void a(...); template<typename T> bool b() { return requires { a(a(1)); }; } bool c() { return b<void>(); } Expected: Either…
2
comments
Opened 5 other issues in 3 repositories
llvm/llvm-project
3
open
-
Clang uses wrong ABI for __atomic_store_16 on Windows
This contribution was made on Apr 19
-
[libc++]
<regex>
:\00
should be rejectedThis contribution was made on Apr 9 -
[libc++]
<regex>
:\B
should not be found ina+a
This contribution was made on Apr 9
compiler-explorer/compiler-explorer
1
open
-
[BUG]: Issue when creating compiler from maximised pane
This contribution was made on Apr 20
hanickadot/compile-time-regular-expressions
1
closed
-
[^] should be valid
This contribution was made on Apr 10