Closed
Conversation
Migrate to lower_snake case...
More snake_case migration...
Improve SI unit/quantity
Also improve user type support... which is kinda unrelated, but ya-know!
Variant improvements
Remove a couple of dangling phobos references.
Added ChaCha stream cypher
Tweak the Promise API
Minor improvements to urt.time
Add StringResult
- can resolve class variants to base classes - added pure hack for TypeDetails lookup, since the table is immutable after construction - const-correctness fixes - readability improvements
Improved user variants.
Made CacheString pure, since the cache is immutable.
Improved the compare function a bit
The body of Array.concat was just completely missing!
Fix map range
Improve wildcard matching
- Moved the scaling factor outside of the SI unit parsing, since all units can be scaled. - Fixed an issue where some units could incorrectly have SI prefixes added to them.
Fixed unit parsing
…m keywords. - Tweak `trim` to accept a predicate (default to `is_whitespace`) - Tweak `uni_seq_len` to remove some redundant logic. - Fix `uni_compare` and simplify the implementation a bit.
Minimise error accumulation from floating point precision loss from unnecessary arithmetic.
Trim underscore from enum keys...
Add a function to adjust a Quantity scale
Add some helpers to StringCacheBuilder
…ments as string concatenation.
Improve `Array!char.concat/append`
Fix `Variant.opCmp`
…ganise these implementations.
DateTime parsing
Move trim_comment out of URT
Improve int parsing
Fix CTFE implementation of qsort!
Quantity fix
Fixed integer division.
Reserve null in the string cache
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added
parse_quantityand fixed a lot of little bugs around that.