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

Incorrect error message when a sub-configuration file is not found #272

Closed
WillHutt opened this issue Jul 7, 2021 · 0 comments
Closed
Labels
A-bin Area: selene, the program C-bug Category: Bug

Comments

@WillHutt
Copy link

WillHutt commented Jul 7, 2021

My selene.toml contained:

std = "roblox+testez"

When I run selene I get this output here on v0.13:

$ selene src/
`std = "roblox"`, but there is no roblox.toml in this directory. We are automatically generating one for you now!
By the way, you can do this manually in the future if you need to use new Roblox features with: `selene generate-roblox-std`.
ERROR: Even after generating the `roblox` standard library, we couldn't retrieve the standard library: io error: The system cannot find the file specified. (os error 2)

The roblox.toml was present and generated correctly. It was actually not able to find the testez.toml. The error message should have specifically said testez and not roblox.

@Kampfkarren Kampfkarren added A-bin Area: selene, the program C-bug Category: Bug labels Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bin Area: selene, the program C-bug Category: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants