Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 411 Bytes

File metadata and controls

9 lines (5 loc) · 411 Bytes

Numeric Operation Bug category and records

  1. mixed-width bit assembly (Int/Long)

core/src/commonMain/kotlin/org/gnit/lucenekmp/codecs/lucene90/compressing/Lucene90CompressingStoredFieldsReader.kt:739:743 (fixed in 10.0.2-alpha11)

  1. missing unsigned mask in 64-bit packing

core/src/commonMain/kotlin/org/gnit/lucenekmp/codecs/lucene90/compressing/StoredFieldsInts.kt:97:97 (fixed in 10.0.2-alpha11)