Thanks to visit codestin.com
Credit goes to github.com

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: MFB-Technologies-Inc/swift-argument-encoding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: MFB-Technologies-Inc/swift-argument-encoding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 5, 2023

  1. Remove Option initializers for RawRepresentable where RawValue is Str…

    …ing. It will likely conflict with CustomStringConvertible often.
    
    bugfix/remove-rawrep-string-init-for-option
    roanutil committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    2ffdd69 View commit details
    Browse the repository at this point in the history
  2. Change TopLevelCommandRep to inherit from FormatterNode instead of Co…

    …mmandRep.
    
    bugfix/remove-rawrep-string-init-for-option
    roanutil committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    c06a20a View commit details
    Browse the repository at this point in the history
  3. Fix tests after removing FormatterNode inheritance from CommandRep

    bugfix/remove-rawrep-string-init-for-option
    roanutil committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b527467 View commit details
    Browse the repository at this point in the history
  4. Add conditional conformance to Decodable and Encodable to Option

    bugfix/remove-rawrep-string-init-for-option
    roanutil committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    867848f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Attempt to disable codecov patch status check

    bugfix/remove-rawrep-string-init-for-option
    roanutil committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    409156a View commit details
    Browse the repository at this point in the history
  2. Add swift version and platform support badges

    bugfix/remove-rawrep-string-init-for-option
    roanutil committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    cf09382 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from MFB-Technologies-Inc/bugfix/remove-rawrep-…

    …string-init-for-option
    
    Minor API improvements
    roanutil authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a1cfa05 View commit details
    Browse the repository at this point in the history
Loading