Skip to content
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

adding a "original-directory" parameter #2884

Open
sorawee opened this issue Oct 31, 2019 · 0 comments
Open

adding a "original-directory" parameter #2884

sorawee opened this issue Oct 31, 2019 · 0 comments
Labels
feature request Feature Request

Comments

@sorawee
Copy link
Collaborator

sorawee commented Oct 31, 2019

Some environments set current-directory such as raco test. While I understand the rationale and thinks this is a good default behavior, sometimes I really need the information of the actual current directory, and currently it seems there's no way to do that. For instance:

raco test ++args ./foo/bar.txt sub/main.rkt

specifies ./foo/bar.txt relative to ., not sub, making the script not functional as expected.

@samth suggests that there should be a parameter that really sets to the actual current directory.

@pmatos pmatos added the feature request Feature Request label Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants