Skip to content

Conversation

tlively
Copy link
Member

@tlively tlively commented Jun 14, 2024

No description provided.

tlively added 2 commits June 14, 2024 12:13
Since the BasicHeapTypes are in an enum, calling HeapType methods on them requires something like `HeapType(HeapType::func).someMethod()`. This is unnecessarily verbose, so add a new `HeapTypes` namespace that contains constexpr HeapType globals that can be used instead, shorting this to `HeapTypes::func.someMethod()`.
@tlively tlively requested a review from kripken June 14, 2024 20:34
Base automatically changed from heaptypes-namespace to main June 14, 2024 21:46
@tlively tlively merged commit eacea80 into main Jun 14, 2024
@tlively tlively deleted the parser-refactor-typeidx branch June 14, 2024 21:47
@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

2 participants