Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Use three integer Value variants #165

Closed
wants to merge 2 commits into from
Closed

Commits on Nov 24, 2019

  1. Use three integer Value variants

     UnsignedInteger(u64): for all non-negative values
    
     SignedInteger(i64): for negative values that fit in a i64.
    
     LargeSignedInteger(i128): for negative values that can't be represented
     by i64.
    
     This should fix pyfisch#140.
    
    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    d76a5a0 View commit details
    Browse the repository at this point in the history
  2. cargo fmt --all

    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    7d7fcc4 View commit details
    Browse the repository at this point in the history