Feat/migrate scratch vm tests#3
Merged
Merged
Conversation
- Migrated Mesh v2, Koshien, and RateLimiter unit tests - Migrated extensions integration tests - Migrated load tests 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
- Switch scratch-svg-renderer to @scratch/scratch-svg-renderer for monorepo consistency - Add jsdom and jsdom-global to scratch-vm devDependencies - Remove global setup.js requirement from tap tests to prevent hangs - Add webpack rule for .mjs files in node_modules to support modern dependencies - Update package-lock.json 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
- Restore Smalruby proxy URL for Translate extension - Add DefinePlugin to webpack config for Mesh v2 environment variables - Restore custom format-message lint rules and configuration file 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
takaokouji
pushed a commit
that referenced
this pull request
Mar 8, 2026
* fix: handle modern workspace comment events * fix: correctly access coordinates on events
4 tasks
takaokouji
added a commit
that referenced
this pull request
Apr 12, 2026
- Add next-steps guidance after student joins classroom (#1) - Add submit hint for students who haven't submitted yet (#2) - Add STAGE !== 'prod' failsafe for DEV_BYPASS_TOKEN (#3) - Add fullscreen tooltip to join code expand button (#4) - Improve member grid prompt to clarify clickable seats (#5) - Remove window._classroomIdToken debug variable (#8) Closes #495 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 tasks
takaokouji
added a commit
that referenced
this pull request
Apr 18, 2026
Bare string/number/array literals (e.g. "Jimmy", 42, [1,2,3]) are now auto-assigned to temp variables (_lit_1_, _lit_2_) instead of causing converter errors. A @ruby:literal:type comment marker enables the generator to output just the literal on roundtrip. String: "Jimmy" → data_setvariableto(_lit_1_, "Jimmy") [@ruby:literal:string] Integer: 42 → data_setvariableto(_lit_1_, 42) [@ruby:literal:integer] Float: 3.14 → data_setvariableto(_lit_1_, 3.14) [@ruby:literal:float] Array: [1,2,3] → data_deletealloflist + data_addtolist [@ruby:literal:array] Symbol (:foo) still errors as before (needs .to_s). Note: Array literal roundtrip needs further work (TODO). Refs #524 (Phase 1 #3) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.