-
* In lib/functions/artifacts/artifact-kernel.sh, replace all instances of 'x$var' with '$var'.
* In lib/functions/cli/commands.sh, replace all instances of 'x$var' with '$var'.
* In lib/functions/arti…
-
In the file sweepai/core/sweep_bot.py, there are several instances where the code does not conform to the user's rules.
1. There is a large chunk of code that is commented out at line 24. This code …
-
### Details
### Details
The messages variable is currently a list of messages. Migrate this to a new type called Messages, but keep all of the functions used by lists. Move the Messages class to t…
-
In the file "tests/rerun_issue.py", the function `wait_for_server` catches exceptions but does not log the traceback. This makes it difficult to debug issues when they occur.
Here is the current code…
-
In the file "tests/rerun_issue.py", the function `wait_for_server` catches exceptions but does not log the traceback. This makes it difficult to debug issues when they occur.
Here is the current code…
-
In the file `tests/archive/test_jedi_code.py`, there are two main issues that need to be addressed:
1. Large chunks of code are commented out. This is against our coding standards as it makes the cod…
-
The file `tests/archive/test_jedi.py` needs to be refactored to conform to our coding standards.
1. Remove Commented-Out Code: There are several lines of code that are commented out (lines 15, 16, 1…
-
In the file sweepai/utils/graph.py, the error logs do not use traceback during exceptions. This makes it harder to debug the code when an error occurs.
For example, in the topological_sort method, t…
-
In the file sweepai/utils/graph.py, the error logs do not use traceback during exceptions. This makes it harder to debug the code when an error occurs.
For example, in the topological_sort method, t…
-
* In extensions/nvidia.sh, replace all instances of 'x-hack' with the modern equivalent.
* In extensions/v4l2loopback-dkms.sh, replace all instances of 'x-hack' with the modern equivalent.
* In extens…