-
-
Notifications
You must be signed in to change notification settings - Fork 670
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 25 files changed
- 2 contributors
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5823c0e - Browse repository at this point
Copy the full SHA 5823c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e22a599 - Browse repository at this point
Copy the full SHA e22a599View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 941b0e1 - Browse repository at this point
Copy the full SHA 941b0e1View commit details -
Check global uses more strictly (#2632)
BREAKING CHANGE: Use of global variables (in the Wasm sense) is now checked more strictly to prevent undesirable execution order. If the compiler detects that it is possible that a variable might not have been initialized when accessed, a diagnostic is produced. It cannot be ruled out that some amount of existing code will be affected, since such checks are performed at runtime in JS but are proven at compile time in AS. If encountered, the fix is to move the variable's declaration up, say before the first invocation of a function (that might call another function) accessing the variable, so it is guaranteed that it is initialized before its first use.
Configuration menu - View commit details
-
Copy full SHA for 5cbbf84 - Browse repository at this point
Copy the full SHA 5cbbf84View commit details
There are no files selected for viewing
This file was deleted.