1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-21 16:55:06 -05:00
forgejo/modules/process
Gusted a2e0dd829c
chore: avoid trying to stream data
`profile.Parse` always call `io.ReadAll` so avoid the trouble and a
goroutine and do it ourselves.

Add some limited testing (testing the parsed stack is volatile and not
really feasible).
2025-01-05 04:07:49 +01:00
..
context.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
error.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manager.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
manager_exec.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manager_stacktraces.go chore: avoid trying to stream data 2025-01-05 04:07:49 +01:00
manager_stacktraces_test.go chore: avoid trying to stream data 2025-01-05 04:07:49 +01:00
manager_test.go Replace assert.Fail with assert.FailNow (#27578) 2023-10-11 11:02:24 +00:00
manager_unix.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
process.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00