Austin Cory Bart

Results 142 comments of Austin Cory Bart

Actual table here: https://github.com/adaptive-learning/iticse-2024-defects-catalog

Insight from yesterday - it's about "meaningful" use of the variable inside of the loop. Appending to an unused list is not sufficient, but a `previous` variable is. Not sure...

We actually DO analyze every function being called now :) or in the case of some common functions, we rely on a predefined annotation of the function. That's the case...

Going through all of this again today, but no further luck in figuring something clever out. I do have code that can basically mark variables `maybe` read if they are...

This is now supported, but we're still missing the ability to configure the type system.

@copilot when the tests run on the GitHub actions, there's an error that halts the test execution. The tests may fail, but they shouldn't crash.

@copilot it is still failing with an error. ERROR: test_stats_resolver (test_resolver.TestResolver) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/pedal/pedal/tests/test_resolver.py", line 369, in test_stats_resolver with open('output_files/stats_feedback_test_1.json') as f: FileNotFoundError: [Errno 2]...

@copilot ERROR: test_unused_loop_variable (test_tifa.TestVariables) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/pedal/pedal/tests/test_tifa.py", line 1459, in test_unused_loop_variable result.issues['unused_variables'][0].message) KeyError: 'unused_variables'