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

Stdlib cleanup #39

Closed
wants to merge 10 commits into from
Closed

Stdlib cleanup #39

wants to merge 10 commits into from

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    17dcc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84404ba View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Release process on Mac instead of Ubuntu (dafny-lang#4846)

    Hopefully fixes dafny-lang#4838
    
    ### Description
    <!-- Is this a user-visible change? Remember to update RELEASE_NOTES.md
    -->
    <!-- Is this a bug fix for an issue visible in the latest release?
    Mention this in the PR details and ensure a patch release is considered
    -->
    
    ### How has this been tested?
    <!-- Tests can be added to
    `Source/IntegrationTests/TestFiles/LitTests/LitTest/` or to
    `Source/*.Test/…` and run with `dotnet test` -->
    
    <small>By submitting this pull request, I confirm that my contribution
    is made under the terms of the [MIT
    license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
    MikaelMayer authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e0127dd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Stdlib Json (dafny-lang#4754)

    Co-authored-by: Robin Salkeld <[email protected]>
    Co-authored-by: Remy Willems <[email protected]>
    3 people authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6a94963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d9eb7 View commit details
    Browse the repository at this point in the history
  3. Fix extern names

    robin-aws committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    66946af View commit details
    Browse the repository at this point in the history
  4. Use dafny: Uris for standard library files (dafny-lang#4832)

    ### Description
    - For Dafny content that is embedded in the Dafny CLI, such as the
    standard library, expose their URIs using the `dafny:` scheme. This can
    be used by the LSP client to implement custom behavior for opening these
    files.
    
    ### How has this been tested?
    - Added the test StandardLibraryTest.GotoDefinition
    
    <small>By submitting this pull request, I confirm that my contribution
    is made under the terms of the [MIT
    license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
    keyboardDrummer authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c90c6b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2a7d7d View commit details
    Browse the repository at this point in the history
  6. Expect and check files

    robin-aws committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b8b7116 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/dafny-lang/dafny into std…

    …lib-cleanup
    
    # Conflicts:
    #	Source/DafnyStandardLibraries/README.md
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-arithmetic.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-cs.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-go.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-java.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-js.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-notarget.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries-py.doo
    #	Source/DafnyStandardLibraries/binaries/DafnyStandardLibraries.doo
    robin-aws committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    569393e View commit details
    Browse the repository at this point in the history