Robin Leroy
Robin Leroy
With our process that involves ~50 PRs in flight (and counting, this will only start going down after 16.0 is out), any impediment to automatic merge resolution is a significant...
From https://github.com/mockingbirdnest/Principia/issues/4050 and many earlier discussions; it would be nice to be able to do something like the GRAIL launch. - We would want a flight-plan-like entity whose manลuvres are...
##### Low-priority thoughts on alternatives to the polysemic `T*`. As discussed, C-style pointers `T*` (and C++ references `T&`) have many possible meanings which are not explicit. Moreover, cdecl code forces...
L2/24-210 Archaic cuneiform numerals https://github.com/unicode-org/sah/issues/542 https://github.com/unicode-org/utc-release-management/issues/152 [UTC-181-C31] Consensus: Provisionally assign 311 code points U+12550..U+12686 in a new Archaic Cuneiform Numerals block at U+12550..U+1268F, as described in L2/24-210R. [Ref: 2.4 in...
From https://github.com/unicode-org/sah/issues/526: * scripts should either have more than one character with InSC=Vowel_Independent, or should have none, with the vowel-carrier being classified as InSC=Consonant.
See https://github.com/unicode-org/sah/issues/532.
This brings the colon back into MidLetter (with no tailoring on top of the UCD), instead of its inclusion in MidLetter being an fi & sv tailoring. #### Checklist -...
See #1072. CollatorEquivalencesNew and GenerateNormalizeForMatch both have this: ```java static UnicodeSet.XSymbolTable NO_PROPS = new UnicodeSet.XSymbolTable() { @Override public boolean applyPropertyAlias( String propertyName, String propertyValue, UnicodeSet result) { throw new IllegalArgumentException(...
See https://github.com/unicode-org/unicodetools/issues/1072. In particular, UnicodePropertySymbolTable is eerily similar to UnicodeSetUtilities.MySymbolTable (used in the JSPs). TestUnicodeInvariants.ChainedSymbolTable (used in the invariants) has a lot of the same features (`=@none@`, unary-query for binary...
A classification of properties derived from presence in PropertyAliases, or derived from a field that we are forced to fill in in ExtraPopertyAliases (contrast PropertyStatus.java which is out of date)....