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

auto-detect implementations on missing config file #10

Open
michaelficarra opened this issue Jan 27, 2016 · 1 comment
Open

auto-detect implementations on missing config file #10

michaelficarra opened this issue Jan 27, 2016 · 1 comment

Comments

@michaelficarra
Copy link
Contributor

We should be able to detect the locations of implementations through something similar to which js, which d8, etc. We should also probably run the --version to make sure it is compatible before adding it. This is slightly dangerous because we could be running things that are not ECMAScript implementations.

@bterlson
Copy link
Owner

bterlson commented Feb 2, 2016

We can autodetect names and then run the eshost tests in them to determine which kind of host its in. This would also be handy for not having to remember the host type whenever you add a new host - it could just be autodetected by finding which host type where the tests pass.

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