forked from scratchfoundation/scratch-vm
-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update branch next to develop. #160
Closed
Closed
Conversation
This file contains 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
Good lord this is a monumental task, good luck! |
Tacodiva
force-pushed
the
next
branch
2 times, most recently
from
September 18, 2023 03:56
754f08b
to
e56d71b
Compare
## [2.0.12](scratchfoundation/scratch-vm@v2.0.11...v2.0.12) (2023-10-12) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231012032159 ([ebf7e6a](scratchfoundation@ebf7e6a))
…vate/scratch-l10n-3.x fix(deps): update dependency scratch-l10n to v3.16.20231013034330
## [2.0.13](scratchfoundation/scratch-vm@v2.0.12...v2.0.13) (2023-10-13) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231013034330 ([4b9b221](scratchfoundation@4b9b221))
…vate/scratch-audio-0.x fix(deps): update dependency scratch-audio to v0.1.0-prerelease.20231013154641
## [2.0.14](scratchfoundation/scratch-vm@v2.0.13...v2.0.14) (2023-10-13) ### Bug Fixes * **deps:** update dependency scratch-audio to v0.1.0-prerelease.20231013154641 ([1c6bc33](scratchfoundation@1c6bc33))
…vate/scratch-render-0.x fix(deps): update dependency scratch-render to v0.1.0-prerelease.20231013160004
## [2.0.15](scratchfoundation/scratch-vm@v2.0.14...v2.0.15) (2023-10-13) ### Bug Fixes * **deps:** update dependency scratch-render to v0.1.0-prerelease.20231013160004 ([23a1fde](scratchfoundation@23a1fde))
…vate/scratch-storage-2.x feat(deps): update dependency scratch-storage to v2.3.1
# [2.1.0](scratchfoundation/scratch-vm@v2.0.15...v2.1.0) (2023-10-13) ### Features * **deps:** update dependency scratch-storage to v2.3.1 ([a4f978e](scratchfoundation@a4f978e))
…vate/scratch-l10n-3.x fix(deps): update dependency scratch-l10n to v3.16.20231014032135
## [2.1.1](scratchfoundation/scratch-vm@v2.1.0...v2.1.1) (2023-10-14) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231014032135 ([bb4d30d](scratchfoundation@bb4d30d))
…vate/scratch-l10n-3.x fix(deps): update dependency scratch-l10n to v3.16.20231015032136
## [2.1.2](scratchfoundation/scratch-vm@v2.1.1...v2.1.2) (2023-10-15) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231015032136 ([d80f178](scratchfoundation@d80f178))
…vate/scratch-l10n-3.x fix(deps): update dependency scratch-l10n to v3.16.20231016032141
## [2.1.3](scratchfoundation/scratch-vm@v2.1.2...v2.1.3) (2023-10-16) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231016032141 ([c50ef94](scratchfoundation@c50ef94))
…vate/scratch-l10n-3.x fix(deps): update dependency scratch-l10n to v3.16.20231017032149
## [2.1.4](scratchfoundation/scratch-vm@v2.1.3...v2.1.4) (2023-10-17) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231017032149 ([ec3a9d2](scratchfoundation@ec3a9d2))
…time Remove Timer.relativeTime
fix: wrapClamp direction during deserialization
- Also renamed typeState to exitState. Just think it's a better name
+ Had it using names for debugging, almost forgot to remove it
And "Fix execution order in recursive procedure reporters in compiler"
and "Implement LOOP blocks in compiler"
Superseded by #216 |
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.
Step 1 of maybe merging.
If this is going to be merged, I would still like to do a couple things first, like cache the analysis of procedures and using the analysis of procedures to modify the type state of the caller instead of just clearing it, but I figured those belong in a different PR.