Does not the fire need the water, too? Does not the mountain need the storm?
Pinned Loading
-
go-delve/delve
go-delve/delve PublicDelve is a debugger for the Go programming language.
-
-
debugger-bibliography
debugger-bibliography PublicAnnotated debugger implementation bibliography
HTML 12
341 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
go-delve/delve,
aarzilli/advent_of_code_2024,
aarzilli/nucular
and 10 other
repositories
Loading
Contribution activity
March 2025
Created 18 commits in 3 repositories
Opened 10 pull requests in 1 repository
go-delve/delve
1
open
9
merged
-
proc: relax DWARFv5 check
This contribution was made on Mar 27
-
proc: do not always allocate struct literals
This contribution was made on Mar 19
-
service/test: fix compile error in tests
This contribution was made on Mar 14
-
*: fix various test problems with go1.25
This contribution was made on Mar 12
-
proc: add RegnumToString to PPC64LE architecture
This contribution was made on Mar 12
-
goversion: add check for DWARFv5 compatibility
This contribution was made on Mar 12
-
service/debugger: fix FindLocation with child processes
This contribution was made on Mar 8
-
proc: add support for struct literals
This contribution was made on Mar 6
-
terminal: better question for suspended breakpoints
This contribution was made on Mar 6
-
telemetry: add stack counter for internal errors
This contribution was made on Mar 5
Reviewed 9 pull requests in 2 repositories
go-delve/delve
8 pull requests
-
Documentation: fix substitutePath explanation for DAP server
This contribution was made on Mar 21
-
proc/core: skip tests on ppc64le
This contribution was made on Mar 20
-
service/test: skip substitutepath test when modules disabled
This contribution was made on Mar 20
-
cmd/dlv: fix typo
This contribution was made on Mar 15
-
terminal/command: bind if condition to location earlier
This contribution was made on Mar 11
-
service/debugger: fix FindLocation with child processes
This contribution was made on Mar 10
-
*: v1.24.1
This contribution was made on Mar 6
-
service/test: handle wider registers in test
This contribution was made on Mar 5
aarzilli/gdlv
1 pull request
-
Use Cmd instead of Ctrl on macos and add shortcut for zoom reset
This contribution was made on Mar 5
Created an issue in golang/go that received 7 comments
cmd/compile: wrong location list for function argument
Given the following program:
package main import ( "fmt" "strings"
) func main() { u := Address{Addr: "127.0.0.1"} fmt.Println(u) // line 10
} type…
7
comments
Opened 2 other issues in 1 repository
golang/go
1
closed
1
open
-
cmd/compile: bad inlining informations in debug_info with DWARFv5 on tip
This contribution was made on Mar 12
-
x/telemetry/config: start collecting counters from delve
This contribution was made on Mar 6