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
At the moment, if a precompile fails, the error only displays the EventID which is an arbitrary Felt. This is because Libraries only export lists of (EventId, Handler), mainly because this is the information required by the Host. For the Host to be able to produce better error messages, the Library would need to export an Event Name instead of just the ID.
Moreover, an EventName type would also be able to enforce consistent name-spacing rules.