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: SwensenSoftware/unquote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.0
Choose a base ref
...
head repository: SwensenSoftware/unquote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.0
Choose a head ref
  • 3 commits
  • 18 files changed
  • 2 contributors

Commits on Dec 29, 2023

  1. Upgrade sdk and test / verify projects to net8; unquote itself stays …

    …at netstandard2.0 (#166)
    
    * upgrade sdk and test / verify projects to net8; unquote itself stays at netstandard2.0
    
    * fix to support UnboxFast pattern
    
    * target FSharp.Core 8.0.100
    
    * upgrade to latest minor versions of nunit3, xunit2, and expecto9
    stephen-swensen authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    192067c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. [Final] Misc fixes and enhancements mostly around newer language feat…

    …ures (namely struct tuples and records) (#168)
    
    * Fixed bugs
    
    * Fixed more bugs
    
    * Fixed anonymous records
    
    * add new lines
    
    * use same syntax for in and out
    
    * fix indentation
    
    * add spaces after struct
    
    * in out consistency in tests
    
    * in out consistency in tests
    
    * in out consistency in tests
    
    * more
    
    * test
    
    * more
    
    ---------
    
    Co-authored-by: Hadrian Tang <[email protected]>
    stephen-swensen and Happypig375 authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    bd89c3f View commit details
    Browse the repository at this point in the history
  2. increment version

    stephen-swensen committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c8a2152 View commit details
    Browse the repository at this point in the history
Loading