You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test framework changes package signatures, causing certain workflows to produce unusable images; the result of this is that the test framework should only be run from a fresh image, thus this is not a critical problem and possibly even a good feature!
To Reproduce
Steps to reproduce the behavior:
Use portacle or something, (ql:quickload "chanl")
Run the tests with ,test-system chanl
Write and commit a new test case; if the new test is in a separate file, add that to the chanl.tests ASDF definition.
Repeat ,test-system chanl
Expected behavior
Package signatures should not prevent the test framework from running, as the violation was limited to (export 'run-all-tests).
Screenshots or Error Logs
Make your own.
The text was updated successfully, but these errors were encountered:
adlai
added
WONTFIX
PEBKAC
bug
Failures exists between the ears of programmers.
enhance
Clicking "enhance" should not violate the laws of physics.
labels
Nov 22, 2024
Minimally, the failure triggered by the package lock should include a style-warning recommending to reload and run the test suite in a separate image; possibly with a restart that handles part of this chore.
Describe the bug
The test framework changes package signatures, causing certain workflows to produce unusable images; the result of this is that the test framework should only be run from a fresh image, thus this is not a critical problem and possibly even a good feature!
To Reproduce
Steps to reproduce the behavior:
(ql:quickload "chanl")
,test-system chanl
chanl.tests
ASDF definition.,test-system chanl
Expected behavior
Package signatures should not prevent the test framework from running, as the violation was limited to
(export 'run-all-tests)
.Screenshots or Error Logs
Make your own.
The text was updated successfully, but these errors were encountered: