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
Usage: luna run [--target FILE/FOLDER]
Execute a luna package, or standalone file.
Available options:
--target FILE/FOLDER Execute FILE/FOLDER in interpreted mode.
Steps to Reproduce
Run target with path to directory with trailing separator: luna run --target c:\dev\Dataframes\
Expected Result
Interpreter executes project from the given location.
mwu-tow
changed the title
luna run --target fails to accept luna file or directory with trailing separator
luna run --target fails to accept directory with trailing separator
Jun 26, 2019
Provides implementation of `HasSpan` and (newly introduced) `HasRepr` for all relevant Ast types.
Implements #379.
Wherever feasible, I tried to reduce boilerplate with macros. Certainly more can be done in that regard but that'd require spending more time on this task than we allocated.
General Summary
Shell luna help message says:
Steps to Reproduce
Run target with path to directory with trailing separator:
luna run --target c:\dev\Dataframes\
Expected Result
Interpreter executes project from the given location.
Actual Result
Error:
InvalidAbsFile "c:\\dev\\Dataframes\\\\"
Luna Version
e927f7c
The text was updated successfully, but these errors were encountered: