Skip to content

Conversation

tlively
Copy link
Member

@tlively tlively commented Jan 25, 2024

No description provided.

@tlively tlively requested review from aheejin and kripken January 25, 2024 01:12
@tlively
Copy link
Member Author

tlively commented Jan 25, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Member

@aheejin aheejin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % comments

}

Result<> makeTryTable(Index pos, std::optional<Name> label, HeapType type,
Result<> makeTryTable(Index pos,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks try_table related code has several formatting changes here in this PR. Were they meant to be in #6237 instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, yep

src/wasm.h Outdated
// 'throw_ref' from the new EH proposal
class ThrowRef : public SpecificExpression<Expression::ThrowRefId> {
public:
ThrowRef() {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ThrowRef() {}
ThrowRef() = default;

Nit: It looks other classes in this file use this

@tlively
Copy link
Member Author

tlively commented Jan 25, 2024

Merge activity

  • Jan 25, 3:32 PM: @tlively started a stack merge that includes this pull request via Graphite.
  • Jan 25, 3:33 PM: Graphite rebased this pull request as part of a merge.
  • Jan 25, 4:00 PM: @tlively merged this pull request with Graphite.
Base automatically changed from parser-try-table to main January 25, 2024 20:32
@tlively tlively merged commit 976bd6d into main Jan 25, 2024
@tlively tlively deleted the parser-throw-ref branch January 25, 2024 21:00
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants