Open ceedubs opened 3 months ago
Good catch thanks. Does compile.native
have the same issue?
Yes compile.native
has the same issue
Seems like the error message is right, but the behavior is wrong: we should look for the term in the scratch file.
Describe and demonstrate the bug
If you attempt the
compile
command on a term that is in your scratch file but has not yet been added to your codebase then it fails, but it reports that it looked in the most recent scratch file save.Screenshots
Environment (please complete the following information):
ucm --version
release/0.5.25 (built on 2024-07-22)Additional context
Similar to #3654