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

Location of generated file (from DrRacket) is not documented and confusing #1

Open
gregid opened this issue Oct 29, 2017 · 1 comment
Assignees

Comments

@gregid
Copy link

gregid commented Oct 29, 2017

The outcome of running the script in DrRacket is:

Generating...
Generated words successfully, check 'generated.txt' for the results.

It took me some time to locate the generated file, my first hunch was my Documents folder, nothing there, then I searched root folders - nothing there, searching entire disk brought me the result (on Windows 10): C:\Users\MyName\generated.txt.

My feedback - I shouldn't have to guess where the file may be located so my recommendation is:
a) Add info to the documentation (DrRacket section) of where the file is located
b) Add full path in the REPL output, eg.:

Generating...
Generated words successfully, check 'c:\Users\MyName\generated.txt' for the results.

c) Add a variable to set up path in the script

On another note - great project!

@robertkleffner robertkleffner self-assigned this Oct 29, 2017
@robertkleffner
Copy link
Collaborator

Thanks for your suggestions @gregid. The latest commits should implement just about all of these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants