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

[BUG] Script titles case checked out by Script Studio #57

Open
SpontanCombust opened this issue Dec 23, 2024 · 0 comments
Open

[BUG] Script titles case checked out by Script Studio #57

SpontanCombust opened this issue Dec 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SpontanCombust
Copy link
Owner

Describe the bug
Scripts that get checked out in Script Studio have their name automatically converted to all lower-case. This causes anyone migrating from Script Studio to WIDE to get "symbol already defined" error due to inconsistent names of scripts.

To Reproduce

  1. Create a project using REDkit
  2. Use Script Studio to check out a script file that originally in content0 contains any upper-case letters in its name. This operation should result in import of this file, but with name all in lower-case.
  3. Open the project in WIDE
  4. Observe "symbol already defined" errors popping up due to difference in colliding script paths

Expected behavior
Casing of files should be ignored in script path resolution.

Additional context
This lower-casing operation seems to happen in script compiler's backend, as error messages printed from compilation always show scripts with their names all in lower case.

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
Development

No branches or pull requests

1 participant