Popular repositories Loading
-
-
-
akonadi-calendar-tools
akonadi-calendar-tools PublicForked from KDE/akonadi-calendar-tools
Console applications and utilities for managing calendars in Akonadi
C++
-
-
nomad
nomad PublicForked from hashicorp/nomad
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and…
Go
-
112 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
Contribution activity
April 2025
Created an issue in dlang/dmd that received 3 comments
Errors in any function's signature hides errors in other function bodies
void f1() { seriousError();
} void f2(SomeType x) {
}
The compiler is not reporting any errors in f1
because f2
's signature has errors, even though f1
3
comments
Opened 14 other issues in 2 repositories
dlang/dmd
5
open
5
closed
-
Wrong location for "no property ... on type ..." error
This contribution was made on Apr 21
-
Wrong location for "not a member" error when constructing a struct literal
This contribution was made on Apr 12
-
Spurious "does not override any function" when the inherited interface has errors
This contribution was made on Apr 8
-
Wrong location for undefined identifier error in variable declaration type
This contribution was made on Apr 7
-
Wrong location for undefined identifier error in function arguments
This contribution was made on Apr 7
-
Wrong location for undefined identifier error in template argument
This contribution was made on Apr 7
-
Wrong location for incompatible argument error
This contribution was made on Apr 7
-
Wrong location for invalid binary operation error
This contribution was made on Apr 7
-
Wrong location for errors regarding function return type
This contribution was made on Apr 7
-
"is not implemented" error hides semantic errors in methods
This contribution was made on Apr 6
dlang/phobos
3
open
1
closed
-
std.conv.to should have template constraints
This contribution was made on Apr 18
-
Multiplying BigInt(0) with -1 creates a "negative zero" which is non-equal to zero
This contribution was made on Apr 14
-
Nullable should implement opCmp
This contribution was made on Apr 6
-
Inconsistent equality of nested nullables
This contribution was made on Apr 1