- 28 Sep, 2023 1 commit
-
-
Przemyslaw Kaminski authored
This fixes commit 5d5300cd which automatically changed all 'return' to 'pure' in our code, resulting in broken SQL etc.
-
- 21 Sep, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 17 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit moves the `threadDelay` present in the `gcThread` function at the beginning of the `go` aux rather than at the end. This has the effect that the first GC happens _after_ the delay time and not immediately, which might make some tests unpredictable if we get unlucky and some job ids are removed from the underlying map before we can inspect their state.
-
- 19 Apr, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 13 Apr, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 27 Mar, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 25 Jan, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Based on the suggestions in https://kodimensional.dev/space-leak
-
- 17 Oct, 2022 1 commit
-
-
Alp Mestanogullari authored
-