-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the recent discovery of a bug in `+fitz`, urbit/urbit#6647, a jet mismatch was also uncovered. The `+fitz` jet erronously excludes all uppercase letters but the last one from the compatibility check. ``` > +fitz ['AB' 'CB'] %.n > (fitz 'AB' 'CB') %.y > +fitz ['AC' 'CB'] %.n > (fitz 'AC' 'CB') %.y ``` Here the `+fitz` generator is the fixed Hoon version.
- Loading branch information
Showing
1 changed file
with
53 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters