mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-17 11:45:50 +00:00
This also fixes a subtle bug: the size passed to MaxSizedArray in int_to_string() was calculated on the max value of type F, but when F was a signed type the max would only be for example 31 bits. Conversion of negative numbers would then fail with an assertion. |
||
---|---|---|
.. | ||
backends | ||
dindexer-common | ||
dindexer-machinery | ||
helpers | ||
kakoune | ||
pq |