-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass arguments from command line #10
Comments
The first case would imply trying to run an executable with that name. I think you should have received an error from fpm on that one. Not sure why it didn't. The second case looks like it might be an issue with the command line parsing logic in concert with how it recombines the arguments when constructing the call to In the third case, obviously the shell is doing what you expect. |
I see. Is there something that the Fortran version doesn't yet do that you need the Haskell version for? The Haskell version was basically an initial prototype to get some of the initial design fleshed out, but is going to be superseded by the Fortran version. If you really need this fixed in the Haskell version, I am available for contract work to fix it, but I'm not planning on spending much more of my free time (if any) working on the Haskell version since the Fortran version has basically made it obsolete. |
Thank you for clarifying this. I am interested in |
@aslozada I pinned fortran-lang/fpm#253 on the issue tracker, since it clarifies the current relation of the Haskell and Fortran implementation, unfortunately it “vanished” on the second page of the tracker. @everythingfunctional Thanks for clarifying on the state of the Haskell version here. Currently the Haskell version is still integral to bootstrap the Fortran version in the way that our current continuous integration workflow relies on it, I wouldn't call it obsolete yet. But it makes the point more important that Fortran fpm should start to bootstrap itself as soon as possible. |
In this test, an only argument with blank spaces and a only line break is passed from command line.
Test with
fpm run
Test without
fpm run
Source code:
Have I forgotten anything?
fpm commit: 8f27d57
The text was updated successfully, but these errors were encountered: