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
and nothing else. Looking at that line of code, I can see it is using the dbg! macro to print some debug output that doesn't seem relevant to the end user.
It looks like this might be the expected output if there are no problems with a particular nix file, but it would be nice if there was some explicit acknowledgement that there was nothing wrong with the linted files, rather than just this debug print and exiting.
The text was updated successfully, but these errors were encountered:
nice find, i had this documented in docs/release.txt, and i still forgot haha. i dont want to delete the tag, i assum that raises issues for package maintainers, will release v0.5.8.
If I run
statix check
on a file or directory, it prints the output:[bin/src/config.rs:79] [self.ignore.as_slice(), extra_ignores].concat() = []
and nothing else. Looking at that line of code, I can see it is using the
dbg!
macro to print some debug output that doesn't seem relevant to the end user.It looks like this might be the expected output if there are no problems with a particular nix file, but it would be nice if there was some explicit acknowledgement that there was nothing wrong with the linted files, rather than just this debug print and exiting.
The text was updated successfully, but these errors were encountered: