Closed secobarbital closed 1 week ago
The change I made is the least intrusive one to fix this issue, but I wonder if it is better to maintain just a single list of processes which includes all processes in every stage of their lifecycle (pending, started, skipped, completed). That would probably require changes in the logic of some of the functions that access this list.
PS I would love to add a test but I don't know how to run tests in this project!
I use make
so I usually do make testrace
which is equivalent to go test -race ./src/...
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@F1bonacc1 I noticed this was mentioned in the v1.40.0 Release Notes but the code was not merged 😅
@secobarbital you are right, not sure what happened there... 🙃 Merged and released as v1.40.1
Keep track of done processes in case we have to start a process that depends on another process that has already exited.
PS I would love to add a test but I don't know how to run tests in this project!
Closes #274