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.
@xeno-by said:
An interesting idea proposed by Denys is to unify flags and annotations. Under that scheme, PRIVATE would become @Private, and manipulating flags would be as trivial as working with a collection of annotations. Under the covers, noone prevents us from implementing certain system annotations as bits, but users will no longer have to observe this implementation detail.
@soc said:
Sounds like an interesting approach and would it make easier to make stuff like STATIC or ENUM flags show up without any further intervention!
Arguably we need to get rid of flags in Modifiers (similarly to what've been done for Symbols).
However, it'd also be great to support the following use case:
Rather controversial requirements, but this only makes it more interesting.
The text was updated successfully, but these errors were encountered: