arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Bignums/cmp] should properly handle LLP64 mode

Open github-actions[bot] opened this issue 2 years ago • 2 comments

[Bignums/cmp] should properly handle LLP64 mode

https://github.com/arturo-lang/arturo/blob/7bccfe0204d4abbd2cfd99df71928759f37a2b5b/src/helpers/bignums.nim#L196

        result = 1

# TODO(Bignums/cmp) should properly handle LLP64 mode
#  labels: critical, bug, windows
func cmp*(x: Int, y: int): cint =
    # when isLLP64():
    #     if y.fitsLLP64Long:

8a8952a9a5e651824c21b24cc3092d7cacd81771

github-actions[bot] avatar Feb 23 '23 16:02 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 21 '23 18:10 stale[bot]

Closing issue as stale.

stale[bot] avatar Feb 18 '24 22:02 stale[bot]