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

Pyret Docker Image Bug #3470

Closed
jrg94 opened this issue Oct 16, 2023 · 3 comments · Fixed by #3684
Closed

Pyret Docker Image Bug #3470

jrg94 opened this issue Oct 16, 2023 · 3 comments · Fixed by #3684
Assignees
Labels
bug Something isn't working

Comments

@jrg94
Copy link
Member

jrg94 commented Oct 16, 2023

I am toying with Pyret, but the docs are pretty rough. It seems that you can pass information on the command line by using the cmdline import. However, the current image throws up the help menu if any additional arguments are passed on the command line.

For reference, I was looking at this script and noticed that it had an import for cmdline. I can't find any references to this package in the docs, but there are some references to it in the GitHub issues: https://github.com/brownplt/pyret-lang/issues?q=is%3Aissue+cmdline+is%3Aclosed.

At any rate, there are not many solutions that can be written until this issue is resolved.

@jrg94 jrg94 added the bug Something isn't working label Oct 16, 2023
@jrg94 jrg94 added this to Automation Oct 16, 2023
@rzuckerm
Copy link
Collaborator

@jrg94 It looks like there is a new version of pyret that was published last month -- 0.0.27. I just published a new docker image:
0.0.27-2

@rzuckerm
Copy link
Collaborator

brownplt/pyret-npm#4 logged

@rzuckerm
Copy link
Collaborator

PR brownplt/pyret-npm#5 created. I'll give it a month to get reviewed. If it does not, I'll release a new docker image with this change so that command-line arguments can be supported. BTW, see this for details on how to do command-line arguments in pyret.

@rzuckerm rzuckerm mentioned this issue Dec 23, 2023
2 tasks
@github-project-automation github-project-automation bot moved this from To do to Done in Automation Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants