-
Notifications
You must be signed in to change notification settings - Fork 10
Update dependency assemblyscript to v0.28.8 #73
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.
+42
−64
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
8cc45af
to
fc18655
Compare
fc18655
to
b286aa8
Compare
b286aa8
to
1ca9daa
Compare
1ca9daa
to
e62e2bf
Compare
e62e2bf
to
3b95e99
Compare
3b95e99
to
7690a45
Compare
7690a45
to
2344a07
Compare
2344a07
to
e2260ec
Compare
e2260ec
to
aff4240
Compare
aff4240
to
16efa64
Compare
16efa64
to
7af9e12
Compare
7af9e12
to
7b4da6a
Compare
7b4da6a
to
a30fbf5
Compare
a30fbf5
to
f6f2ca4
Compare
f6f2ca4
to
956e8d3
Compare
956e8d3
to
a17f6e7
Compare
3a33fa1
to
d7661d2
Compare
d7661d2
to
f3abacf
Compare
f3abacf
to
a05c3a7
Compare
a05c3a7
to
87d8086
Compare
87d8086
to
5325b66
Compare
5325b66
to
df0cb9b
Compare
df0cb9b
to
e671396
Compare
d828621
to
dbf9dd4
Compare
dbf9dd4
to
0dc134a
Compare
0dc134a
to
6b3a24c
Compare
6b3a24c
to
64430c1
Compare
64430c1
to
5e2664a
Compare
5e2664a
to
b2c81a4
Compare
b2c81a4
to
bba04ec
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.19.23
->0.28.8
Release Notes
AssemblyScript/assemblyscript (assemblyscript)
v0.28.8
Compare Source
New features
50bf2b7
)v0.28.7
Compare Source
Bug fixes
9b5b78d
)v0.28.6
Compare Source
New features
9664c5b
)v0.28.5
Compare Source
Bug fixes
7e2a62d
)v0.28.4
Compare Source
Bug fixes
6cd638e
)Other
ensureConstructor
withCommonNames
instead of raw string (#2935) (69cc1cb
)v0.28.3
Compare Source
Bug fixes
__visit
(#2933) (ef01f2b
)v0.28.2
Compare Source
New features
3defefd
)Bug fixes
4e5fe9c
)Other
e5539ef
)v0.28.1
Compare Source
Bug fixes
44b658d
)v0.28.0
Compare Source
Breaking changes
a6de4c3
)Bug fixes
da77630
)builtin_call_indirect
does not manage GC obj correctly (#2924) (91976df
)v0.27.37
Compare Source
Bug fixes
Math.pow
constant 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.36
Compare Source
Bug fixes
declare
forinline.always
(#2916) (f16b08f
)v0.27.35
Compare 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.34
Compare Source
Bug fixes
be1d94a
)v0.27.33
Compare Source
New features
6e151f8
)Other
cdd5e01
)v0.27.32
Compare Source
New features
9a7a6e0
)Other
40850fe
)v0.27.31
Compare Source
New features
285afb1
)Other
e763f78
)d6f09f4
)Signed-off-by: longxiangqiao [email protected]
tlsfvis.html
label issue (#2881) (15b1c30
)1554258
)v0.27.30
Compare 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 == b
andb == a
should run the same function and get the same result in semantic level. Allowing ambiguity is bug prone.1847c8f
)Other
4bd1c12
)v0.27.29
Compare Source
Bug fixes
f79391c
)Other
acdb242
)v0.27.28
Compare Source
Bug fixes
78963c5
)Other
be49610
)v0.27.27
Compare Source
Bug fixes
64cba2e
)Other
721236d
)9e23c8c
)v0.27.26
Compare 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.25
Compare Source
Bug fixes
de174c5
)v0.27.24
Compare Source
Bug fixes
4655745
)v0.27.23
Compare 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.22
Compare Source
New features
1e0466e
)v0.27.21
Compare Source
Bug fixes
153def6
)Co-authored-by: CountBleck [email protected]
v0.27.20
Compare Source
Bug fixes
d142ac8
)v0.27.19
Compare Source
Bug fixes
asconfig.js
(#2802) (5dec4a3
)Co-authored-by: Zhenya.Liu [email protected]
41f395a
)5ee17be
)53aab48
)v0.27.18
Compare Source
Bug fixes
4f15024
)Other
aa54a2b
)v0.27.17
Compare 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.16
Compare Source
Bug fixes
94fa207
)Fixes #2770.
Other
a7e168b
)af2a250
)cdb39db
)v0.27.15
Compare Source
Bug fixes
0b8abe4
)v0.27.14
Compare Source
Bug fixes
790babf
)Fixes: #2674
Other
145cbc6
)e0e738c
)Co-authored-by: CountBleck [email protected]
v0.27.13
Compare Source
Bug fixes
c22c078
)Co-authored-by: Xinquan XU [email protected]
v0.27.12
Compare Source
Bug fixes
e3e4166
)Fixes #2707
v0.27.11
Compare 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.10
Compare Source
Bug fixes
StaticArray#concat
link child to incorrect parent (#2746) (1126ef1
)v0.27.9
Compare Source
Bug fixes
321ed3d
)v0.27.8
Compare Source
Bug fixes
0ede7ff
)v0.27.7
Compare Source
Bug fixes
c49823e
)cb7c9de
)Other
9480469
)v0.27.6
Compare Source
Bug fixes
382aabe
)v0.27.5
Compare Source
Bug fixes
a0c27fa
)v0.27.4
Compare Source
Bug fixes
e28f536
)c0d86e6
)v0.27.3
Compare Source
Bug fixes
688746a
)3b2381b
)Other
b248254
)5e3be1e
)v0.27.2
Compare 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.1
Compare Source
Bug fixes
9497c3d
)Other
b745216
)1e2de99
)810b8e6
)v0.27.0
Compare 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.7
Compare Source
Bug fixes
bcfb5e8
)v0.26.6
Compare Source
Bug fixes
e06c7bc
)7ccadf0
)Other
4535263
)v0.26.5
Compare Source
Bug fixes
ParenthesizedExpression
andFunctionExpression
in parser (#2605) (#2620) (c0a0fd0
)Other
eb60348
)849a13c
)v0.26.4
Compare Source
Bug fixes
null | T
in parser (#2507) (b08fe23
)v0.26.3
Compare Source
New features
6a7aaef
)v0.26.2
Compare Source
Bug fixes
fc52230
)Other
9971708
)v0.26.1
Compare Source
Bug fixes
d46bfeb
)282d924
)Other
c9297db
)v0.26.0
Compare 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.2
Compare Source
New features
7a35ff8
)Bug fixes
d3410f4
)Other
0e0a3c1
)280a8ef
)v0.25.1
Compare Source
Bug fixes
1d0451a
)78b3260
)Other
b3cffa3
)v0.25.0
Compare 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.1
Compare Source
Bug fixes
8ae086d
)cb982b1
)v0.24.0
Compare Source
Breaking changes
688dcd2
)Constant class ids of
String
,ArrayBuffer
etc. moved one value up, withObject
now represented by ID=0.v0.23.1
Compare Source
Bug fixes
a71f649
)v0.23.0
Compare Source
Breaking changes
a565d73
)RTTI at
__rtti_base
no 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.0
Compare Source
Breaking changes
a7d10ba
)Other
0d39f0f
)8bb4fae
)78b2d1a
)v0.21.7
Compare Source
Bug fixes
ee6a165
)Other
Configuration
📅 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.