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
This bug is quite an obvious one. The executable name is trying to be based on the directory name, but because it is called .meta, it looks like you have assigned an extension to it already and it is trying to assign it to that.
Context
Expected Behavior
Directories containg dots (
~/src/.meta
) should be treated no differently than directories without dots (~/src/meta
).Current Behavior
Directories containing dots aren't properly read by Odin subcommands.
Failure Information (for bugs)
Subcommands like
odin test
will fail to run tests in a directory with a dot in its name because of this bug.The error message also contains two consecutive spaces where there should be an actual path string.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: