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

Fully support unknown implementations in snow-chibi #400

Closed
mnieper opened this issue Mar 20, 2017 · 1 comment
Closed

Fully support unknown implementations in snow-chibi #400

mnieper opened this issue Mar 20, 2017 · 1 comment

Comments

@mnieper
Copy link
Collaborator

mnieper commented Mar 20, 2017

snow-chibi currently has limited support for unknown implementations. Two things, however, do not yet seem to be customizable in order to work for unknown implementations:

In https://github.com/ashinn/chibi-scheme/blob/master/lib/chibi/snow/commands.scm#L1345 the selected command is always "scheme-script" with no arguments. It would be nice if there was a command-line argument so that this can be overwritten with a program name together with arguments.

"scheme-program-command" in https://github.com/ashinn/chibi-scheme/blob/master/lib/chibi/snow/commands.scm#L1356 isn't set for unknown implementations so that testing in https://github.com/ashinn/chibi-scheme/blob/master/lib/chibi/snow/commands.scm#L1424 is skipped. It would be nice if there was a command-line argument so that this command can be set explicitely for unknown implementations.

@ashinn
Copy link
Owner

ashinn commented Mar 26, 2017

I've added some options for this. You'll need to specify to search "." for libs if this isn't done already, let me know if it works for you.

@ashinn ashinn closed this as completed Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants