-
Notifications
You must be signed in to change notification settings - Fork 42
Update dependency assemblyscript to v0.28.9 #109
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/assemblyscript-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
666b09a to
5cc6cec
Compare
5cc6cec to
94c7dc0
Compare
94c7dc0 to
064de04
Compare
064de04 to
3183609
Compare
3183609 to
200368d
Compare
200368d to
0277a97
Compare
0277a97 to
4c21b01
Compare
4c21b01 to
8c7abfb
Compare
8c7abfb to
82b1b53
Compare
82b1b53 to
e01ff91
Compare
e01ff91 to
0faa820
Compare
0faa820 to
30f8270
Compare
30f8270 to
a7082ec
Compare
a7082ec to
d38d880
Compare
3d16404 to
eb9c94d
Compare
eb9c94d to
2c96225
Compare
2c96225 to
e121567
Compare
e121567 to
c5356b2
Compare
c5356b2 to
f8ade62
Compare
f8ade62 to
b0c277e
Compare
b0c277e to
2e387d9
Compare
2e387d9 to
f0a5fe7
Compare
f0a5fe7 to
c46a686
Compare
c46a686 to
c290d49
Compare
c290d49 to
e12f6bf
Compare
e12f6bf to
77f9053
Compare
77f9053 to
f9cc9e7
Compare
f9cc9e7 to
6ed2031
Compare
6ed2031 to
972d1d3
Compare
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.
This PR contains the following updates:
0.21.6→0.28.9Release Notes
AssemblyScript/assemblyscript (assemblyscript)
v0.28.9Compare Source
New features
8257b1c)Other
6087191)builtins.ts(#2951) (7322bfc)ade022e)v0.28.8Compare Source
New features
50bf2b7)v0.28.7Compare Source
Bug fixes
9b5b78d)v0.28.6Compare Source
New features
9664c5b)v0.28.5Compare Source
Bug fixes
7e2a62d)v0.28.4Compare Source
Bug fixes
6cd638e)Other
ensureConstructorwithCommonNamesinstead of raw string (#2935) (69cc1cb)v0.28.3Compare Source
Bug fixes
__visit(#2933) (ef01f2b)v0.28.2Compare Source
New features
3defefd)Bug fixes
4e5fe9c)Other
e5539ef)v0.28.1Compare Source
Bug fixes
44b658d)v0.28.0Compare Source
Breaking changes
a6de4c3)Bug fixes
da77630)builtin_call_indirectdoes not manage GC obj correctly (#2924) (91976df)v0.27.37Compare Source
Bug fixes
Math.powconstant optimization behaves inconsistently in different versions of node (#2920) (ae8c46c)use the pow function compiled by AS bootstrap to optimize the constant propagation of pow
v0.27.36Compare Source
Bug fixes
declareforinline.always(#2916) (f16b08f)v0.27.35Compare Source
New features
4e7734b)Other
513acc8)Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.27.34Compare Source
Bug fixes
be1d94a)v0.27.33Compare Source
New features
6e151f8)Other
cdd5e01)v0.27.32Compare Source
New features
9a7a6e0)Other
40850fe)v0.27.31Compare Source
New features
285afb1)Other
e763f78)d6f09f4)Signed-off-by: longxiangqiao [email protected]
tlsfvis.htmllabel issue (#2881) (15b1c30)1554258)v0.27.30Compare Source
Bug fixes
dfc8a65)Operator overload is an internal mechanism, it can support to compare user-defined class, but it need to be limited.
a == bandb == ashould run the same function and get the same result in semantic level. Allowing ambiguity is bug prone.1847c8f)Other
4bd1c12)v0.27.29Compare Source
Bug fixes
f79391c)Other
acdb242)v0.27.28Compare Source
Bug fixes
78963c5)Other
be49610)v0.27.27Compare Source
Bug fixes
64cba2e)Other
721236d)9e23c8c)v0.27.26Compare Source
Bug fixes
b640ff2)This is a dummy commit to create a new release.
Other
Compile incrementors in for loops within the initializer's flow (#2826) (
9102c05)It turns out that incrementors were compiled with the body's flow, which
meant that the incrementor had access to local variables declared in the
body. Now, incrementors no longer have access to such variables.
Fixes #2825.
Binaryen on transform (#2832) (
9605c03)Expose binaryen instance on transform
Fix invalid import in generated output
v0.27.25Compare Source
Bug fixes
de174c5)v0.27.24Compare Source
Bug fixes
4655745)v0.27.23Compare Source
Bug fixes
67579de)Co-authored-by: CountBleck [email protected]
Other
dc547a8)This version of binaryen.js has the requisite 4 GiB max memory change.
Fixes #2810.
v0.27.22Compare Source
New features
1e0466e)v0.27.21Compare Source
Bug fixes
153def6)Co-authored-by: CountBleck [email protected]
v0.27.20Compare Source
Bug fixes
d142ac8)v0.27.19Compare Source
Bug fixes
asconfig.js(#2802) (5dec4a3)Co-authored-by: Zhenya.Liu [email protected]
41f395a)5ee17be)53aab48)v0.27.18Compare Source
Bug fixes
4f15024)Other
aa54a2b)v0.27.17Compare Source
Bug fixes
f055bff)The commit that fixed the regression didn't start with "fix:" and such,
so this commit accounts for that instead.
Other
6eb69a8)0412030)7b4a5c3)v0.27.16Compare Source
Bug fixes
94fa207)Fixes #2770.
Other
a7e168b)af2a250)cdb39db)v0.27.15Compare Source
Bug fixes
0b8abe4)v0.27.14Compare Source
Bug fixes
790babf)Fixes: #2674
Other
145cbc6)e0e738c)Co-authored-by: CountBleck [email protected]
v0.27.13Compare Source
Bug fixes
c22c078)Co-authored-by: Xinquan XU [email protected]
v0.27.12Compare Source
Bug fixes
e3e4166)Fixes #2707
v0.27.11Compare Source
Bug fixes
a27258d)58ed2b2)73193f0)Fixes: #2749
927b7cd)Fixes: #2727
Other
build(deps): bump json5 from 2.2.1 to 2.2.3 in /lib/loader (#2610) (
eedf306)Bumps json5 from 2.2.1 to 2.2.3.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.27.10Compare Source
Bug fixes
StaticArray#concatlink child to incorrect parent (#2746) (1126ef1)v0.27.9Compare Source
Bug fixes
321ed3d)v0.27.8Compare Source
Bug fixes
0ede7ff)v0.27.7Compare Source
Bug fixes
c49823e)cb7c9de)Other
9480469)v0.27.6Compare Source
Bug fixes
382aabe)v0.27.5Compare Source
Bug fixes
a0c27fa)v0.27.4Compare Source
Bug fixes
e28f536)c0d86e6)v0.27.3Compare Source
Bug fixes
688746a)3b2381b)Other
b248254)5e3be1e)v0.27.2Compare Source
New features
77d0af2)Bug fixes
f7571a4)Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again.
Other
076d8a9)v0.27.1Compare Source
Bug fixes
9497c3d)Other
b745216)1e2de99)810b8e6)v0.27.0Compare Source
Breaking changes
5cbbf84)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.
Bug fixes
941b0e1)Other
e22a599)5823c0e)v0.26.7Compare Source
Bug fixes
bcfb5e8)v0.26.6Compare Source
Bug fixes
e06c7bc)7ccadf0)Other
4535263)v0.26.5Compare Source
Bug fixes
ParenthesizedExpressionandFunctionExpressionin parser (#2605) (#2620) (c0a0fd0)Other
eb60348)849a13c)v0.26.4Compare Source
Bug fixes
null | Tin parser (#2507) (b08fe23)v0.26.3Compare Source
New features
6a7aaef)v0.26.2Compare Source
Bug fixes
fc52230)Other
9971708)v0.26.1Compare Source
Bug fixes
d46bfeb)282d924)Other
c9297db)v0.26.0Compare Source
Breaking changes
4b3b390)Binary and ternary expressions now compute and evaluate to the least upper bound of two not identical class type inputs in the absence of a better fitting contextual type. Technically a breaking change, yet likely without noticeable effects on existing code.
Bug fixes
82812de)1ff71e5)Other
a1434b2)v0.25.2Compare Source
New features
7a35ff8)Bug fixes
d3410f4)Other
0e0a3c1)280a8ef)v0.25.1Compare Source
Bug fixes
1d0451a)78b3260)Other
b3cffa3)v0.25.0Compare Source
Breaking changes
6717de0)Initialization of global variables sometimes wasn't guaranteed before, allowing unsafe behavior if initialization indeed wasn't performed before access. To mitigate, variables from now on require either an initializer, a primitive type with a trivial default value (typically
0), a nullable type (if a reference, defaulting tonull) or otherwise annotation with definitive assignment (i.e.let someObject!: ..., then inserting a runtime check upon access).Other
378659a)658b5e8)v0.24.1Compare Source
Bug fixes
8ae086d)cb982b1)v0.24.0Compare Source
Breaking changes
688dcd2)Constant class ids of
String,ArrayBufferetc. moved one value up, withObjectnow represented by ID=0.v0.23.1Compare Source
Bug fixes
a71f649)v0.23.0Compare Source
Breaking changes
a565d73)RTTI at
__rtti_baseno longer contains base class ids and now is just type flags.0fd4db2)Element kinds FIELD and FIELD_PROTOTYPE and elements Field and FieldPrototype have been removed. Instead, Property inherit previous Field functionality, indicated by property.isField.
Other
a150a49)158b6b6)5d18a71)6b9f71e)625bf0d)c7970b5)f0af970)v0.22.0Compare Source
Breaking changes
a7d10baConfiguration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.