You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current HILTI attribute::Kind holds both Spicy as well as HILTI attributes (e.g., parse-at cannot appear in HILTI code). We should attempt to model them separately; this might not be trivial since in C++ enums cannot be inherited.
I realized we have another issue with the new Kind enum: Spicy-side values now reside inside HILTI headers, which isn't great (things like MaxSize and ParseAt is nothing that HILTI should know about). Not immediately sure how to fix that, it's really like we'd need two enum types.
Current HILTI
attribute::Kind
holds both Spicy as well as HILTI attributes (e.g.,parse-at
cannot appear in HILTI code). We should attempt to model them separately; this might not be trivial since in C++ enums cannot be inherited.Originally posted by @rsmmr in #1936 (comment)
The text was updated successfully, but these errors were encountered: