Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fybx/crispy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: fybx/crispy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 18 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 21, 2023

  1. initialize new test file

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    400a0a3 View commit details
    Browse the repository at this point in the history
  2. use direct Type information instead of str representation in exceptio…

    …n context
    
    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f976427 View commit details
    Browse the repository at this point in the history
  3. + test case

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7323da6 View commit details
    Browse the repository at this point in the history
  4. test case

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1902016 View commit details
    Browse the repository at this point in the history
  5. test case

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    741bf2d View commit details
    Browse the repository at this point in the history
  6. + method add_positional

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    90ff47c View commit details
    Browse the repository at this point in the history
  7. subcommands can only occur at pos 0 of raw input

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a8b2f04 View commit details
    Browse the repository at this point in the history
  8. it's impossible to write flawless unit tests

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6dba16f View commit details
    Browse the repository at this point in the history
  9. successfully parse positional args

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8803c11 View commit details
    Browse the repository at this point in the history
  10. add test cases for method deduce_type

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d9d0f6f View commit details
    Browse the repository at this point in the history
  11. remove subcommand position restriction

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f3bc126 View commit details
    Browse the repository at this point in the history
  12. add method deduce_type

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d6df398 View commit details
    Browse the repository at this point in the history
  13. yet another mistake in this test

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    25566b8 View commit details
    Browse the repository at this point in the history
  14. another error in the test

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e3f7557 View commit details
    Browse the repository at this point in the history
  15. bypass pipeline-end type check

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1f47a3e View commit details
    Browse the repository at this point in the history
  16. check accepting status beforehand

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    51b133d View commit details
    Browse the repository at this point in the history
  17. Merge pull request #9 from fybx/issue-6

    add positional arguments
    fybx authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d0e9eee View commit details
    Browse the repository at this point in the history
  18. bump version to v2.1

    Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
    fybx committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0464eac View commit details
    Browse the repository at this point in the history
Loading