fix: A lot of misc updates - #828
Merged
Merged
Conversation
…rrectly A hyphenated package name produced module and type names like Adornee-Editor-WeldingService, which is not valid Luau, and the generated ServerMain indexed the package off ServerScriptService with a dot access that a hyphenated name cannot use. camelize now splits on hyphens, underscores and whitespace before joining, so adornee-editor-welding gives AdorneeEditorWelding. The new toPackageName keeps separators for the npm and Rojo name instead of dropping them, and the new toIndexExpression picks a dot access or a bracket index for the generated scripts. Both init commands take these from the shared helper so raven-cli and nevermore-cli stay in step.
Quenty
had a problem deploying
to
integration
September 23, 2026 22:58 — with
GitHub Actions
Failure
Quenty
force-pushed
the
users/quenty/updates
branch
from
September 23, 2026 23:01
9b04a80 to
d9d5408
Compare
Deploy Results
1 package deployed, 1 passed, 0 failed in 8.9s · View logs Test Results
31 packages tested, 31 passed, 0 failed in 2m2s |
TimeDurationUtils annotates FormatToken fields so the old solver keeps the TimeUnit singleton type, and HttpPromise's debug print falls back to GET when Method is omitted.
Owner
Author
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.