Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value.Int should work with int32 #287

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Value.Int should work with int32 #287

wants to merge 5 commits into from

Commits on Feb 7, 2021

  1. fix: Value.Int should work with int32.

    This applies to:
    
    * `Value.Int() int32`
    * `Value.SetInt(int32)`
    
    refs #286
    pravic committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    3b44840 View commit details
    Browse the repository at this point in the history
  2. fix: Value.Assign should work with int32 and int64.

    This applies to:
    
    * `Value.Assign(int32)`
    * `Value.Assign(uint32)`
    
    * `Value.Assign(int64)`
    * `Value.Assign(uint32)`
    
    * `Value.Assign(int)`
    * `Value.Assign(uint)`
    
    refs #286
    pravic committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    6146c79 View commit details
    Browse the repository at this point in the history
  3. fix: Value.Assign should work with int32 and int64.

    This applies to:
    
    * `Value.Assign(int32)`
    * `Value.Assign(uint32)`
    
    * `Value.Assign(int64)`
    * `Value.Assign(uint32)`
    
    * `Value.Assign(int)`
    * `Value.Assign(uint)`
    
    refs #286
    pravic committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    77e1596 View commit details
    Browse the repository at this point in the history
  4. fix: Value.Assign should work with int32 and int64.

    This applies to:
    
    * `Value.Assign(int32)`
    * `Value.Assign(uint32)`
    
    * `Value.Assign(int64)`
    * `Value.Assign(uint32)`
    
    * `Value.Assign(int)`
    * `Value.Assign(uint)`
    
    refs #286
    pravic committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    35090dc View commit details
    Browse the repository at this point in the history
  5. Fix examples.

    pravic committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    73bd385 View commit details
    Browse the repository at this point in the history