This repository was archived by the owner on Apr 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Inconsistency between except_ref and anyref/anyfunc #79
Comments
I'd propose (Note that |
|
|
+1 to exnref from my side as well (sorry for being late to the party). |
aheejin
added a commit
to aheejin/exception-handling
that referenced
this issue
Jul 14, 2019
In WebAssembly#79 we agreed to change `except_ref` to `exnref`.
aheejin
added a commit
to aheejin/exception-handling
that referenced
this issue
Jul 14, 2019
In WebAssembly#79 we agreed to change `except_ref` to `exnref`.
aheejin
added a commit
that referenced
this issue
Jul 14, 2019
In #79 we agreed to change `except_ref` to `exnref`.
aheejin
added a commit
to aheejin/binaryen
that referenced
this issue
Jul 14, 2019
In WebAssembly/exception-handling#79 we agreed to rename `except_ref` type to `exnref`.
aheejin
added a commit
to aheejin/binaryen
that referenced
this issue
Jul 14, 2019
In WebAssembly/exception-handling#79 we agreed to rename `except_ref` type to `exnref`.
aheejin
added a commit
to WebAssembly/binaryen
that referenced
this issue
Jul 14, 2019
In WebAssembly/exception-handling#79 we agreed to rename `except_ref` type to `exnref`.
llvm-git-migration
pushed a commit
to llvm/llvm-project
that referenced
this issue
Jul 15, 2019
Summary: We agreed to rename `except_ref` to `exnref` for consistency with other reference types in WebAssembly/exception-handling#79. This also renames WebAssemblyInstrExceptRef.td to WebAssemblyInstrRef.td in order to use the file for other reference types in future. Reviewers: dschuff Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64703 llvm-svn: 366145
dtzWill
pushed a commit
to llvm-mirror/lld
that referenced
this issue
Jul 15, 2019
Summary: We agreed to rename `except_ref` to `exnref` for consistency with other reference types in WebAssembly/exception-handling#79. This also renames WebAssemblyInstrExceptRef.td to WebAssemblyInstrRef.td in order to use the file for other reference types in future. Reviewers: dschuff Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64703 git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@366145 91177308-0d34-0410-b5e6-96231b3b80d8
dtzWill
pushed a commit
to llvm-mirror/llvm
that referenced
this issue
Jul 15, 2019
Summary: We agreed to rename `except_ref` to `exnref` for consistency with other reference types in WebAssembly/exception-handling#79. This also renames WebAssemblyInstrExceptRef.td to WebAssemblyInstrRef.td in order to use the file for other reference types in future. Reviewers: dschuff Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64703 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366145 91177308-0d34-0410-b5e6-96231b3b80d8
Changed in
Closing the issue. |
earl
pushed a commit
to earl/llvm-mirror
that referenced
this issue
Jul 15, 2019
Summary: We agreed to rename `except_ref` to `exnref` for consistency with other reference types in WebAssembly/exception-handling#79. This also renames WebAssemblyInstrExceptRef.td to WebAssemblyInstrRef.td in order to use the file for other reference types in future. Reviewers: dschuff Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64703 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366145 91177308-0d34-0410-b5e6-96231b3b80d8
aheejin
added a commit
to aheejin/wabt
that referenced
this issue
Aug 12, 2019
In WebAssembly/exception-handling#79 we agreed to rename except_ref type to exnref.
aheejin
added a commit
to aheejin/wabt
that referenced
this issue
Aug 12, 2019
In WebAssembly/exception-handling#79 we agreed to rename except_ref type to exnref.
aheejin
added a commit
to WebAssembly/wabt
that referenced
this issue
Aug 12, 2019
In WebAssembly/exception-handling#79 we agreed to rename except_ref type to exnref.
ioannad
pushed a commit
to ioannad/exception-handling
that referenced
this issue
Jun 6, 2020
* [js-api] Remove spurious argument to ToWebAssemblyValue(). Fixes WebAssembly#51. * [js-api] Extend the WebAssembly.Table API. Fixes WebAssembly#22. Fixes WebAssembly#67.
ioannad
pushed a commit
to ioannad/exception-handling
that referenced
this issue
Feb 23, 2021
In WebAssembly#79 we agreed to change `except_ref` to `exnref`.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This proposal spells the type
except_ref
with_
, but the official spec and the Reference Type proposal write the reference typesanyref
andanyfunc
without_
. I think the spelling of these types should be consistent.The text was updated successfully, but these errors were encountered: