Skip to content

[pull] master from DCurrent:master#45

Merged
pull[bot] merged 1 commit into
sysfce2:masterfrom
DCurrent:master
Jun 8, 2026
Merged

[pull] master from DCurrent:master#45
pull[bot] merged 1 commit into
sysfce2:masterfrom
DCurrent:master

Conversation

@pull

@pull pull Bot commented Jun 8, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Refactor ScriptVariant numeric, comparison, shift, unary, and bitwise
operators so VT_INTEGER64 and VT_UINTEGER64 values no longer collapse
through DOUBLE or legacy LONG paths.

Add checked signed and unsigned 64-bit helper paths for arithmetic,
including overflow, underflow, divide-by-zero, modulo-by-zero, and signed
division edge cases. Compare integer carriers directly to preserve exact
64-bit equality and ordering.

Extend shifts and bitwise operators to operate on defined unsigned bit
patterns while preserving legacy-width behavior for VT_INTEGER operands.
Guard unary negation, increment, and decrement against signed overflow
and unsigned wraparound.

Preserve legacy string concatenation, decimal arithmetic, boolean logic,
and decimal-to-integer conversion semantics.
@pull pull Bot locked and limited conversation to collaborators Jun 8, 2026
@pull pull Bot added the ⤵️ pull label Jun 8, 2026
@pull pull Bot merged commit fa1c220 into sysfce2:master Jun 8, 2026
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant