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

add Integer type casting when loading yaml file #1669

Merged
merged 17 commits into from
Feb 26, 2023

Commits on Jan 27, 2023

  1. added type casting functions

    jack.jin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c487ec1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v2-maint' of https://github.com/urfave/cli into integer…

    …TypeCasting
    jack.jin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    87f3a50 View commit details
    Browse the repository at this point in the history
  3. added control for flag value, nil

    jack.jin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    551ae56 View commit details
    Browse the repository at this point in the history
  4. resolve uint testcase fail

    jack.jin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    285a533 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. added missed casting function

    jack.jin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f164c98 View commit details
    Browse the repository at this point in the history
  2. added flag set about slice flags for IsSet()

    jack.jin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1de7495 View commit details
    Browse the repository at this point in the history
  3. added testcases for yaml file loading

    jack.jin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6337546 View commit details
    Browse the repository at this point in the history
  4. added testcases for coverage

    jack.jin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ac2ce9e View commit details
    Browse the repository at this point in the history
  5. fix testcase error

    jack.jin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c9c2f90 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. refactor the integer casting code

    jack.jin committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fb6fcd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. added testcase

    jack.jin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4423ae4 View commit details
    Browse the repository at this point in the history
  2. resolve testcase error

    jack.jin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    588cd92 View commit details
    Browse the repository at this point in the history
  3. fix testcase

    jack.jin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bebf9b7 View commit details
    Browse the repository at this point in the history
  4. make casting function private

    jack.jin committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a105e80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afcb85a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. rollback package name from altsrc to altsrc_test

    jack.jin committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f8fe5e8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'integerTypeCasting' of https://github.com/kjeom/cli int…

    …o integerTypeCasting
    jack.jin committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    963fab7 View commit details
    Browse the repository at this point in the history