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
The current state of this PR is that is is blocked on #155. The reason is that this PR uses the .curly modifier on prec and succ with a different meaning compared to the existing prec.curly.eq and succ.curly.eq. Those names are deprecated and renamed to prec.eq.slant and succ.eq.slant respectively in #155.
Theoretically, we could merge this PR before #155 without causing any breakage (except for people who relied on prec.curly and succ.curly falling back to prec.curly.eq and succ.curly.eq respectively), but the main reason we don't do it is because it doesn't feel right for the same modifier to have two meanings on the same base symbol.
Once #155 is merged, we need to decide whether we want to merge this immediately, or if we wait for a release to be made in between in order to ensure users relying on the aforementioned fallback see a proper deprecation message.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unicode defines curlier variants of U+227A ≺ PRECEDES and U+227B ≻ SUCCEEDS. For more context, see the discussion on Discord.
This is related to, but not dependent on, nor incompatible with, #42.