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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Currently we don't resolve glyph names or classes fully during the validation pass; this means that there's a bunch of validation that we can only do during the compile pass, which complicates that code.
The original rationale for this was that it felt like duplicate work, but I've looked over some profiles and I don't think that's a huge concern, and this would let us remove a bunch of annoying validation logic from the compilation pass.
The text was updated successfully, but these errors were encountered:
Currently we don't resolve glyph names or classes fully during the validation pass; this means that there's a bunch of validation that we can only do during the compile pass, which complicates that code.
The original rationale for this was that it felt like duplicate work, but I've looked over some profiles and I don't think that's a huge concern, and this would let us remove a bunch of annoying validation logic from the compilation pass.
The text was updated successfully, but these errors were encountered: