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

Conversation

robin-aws
Copy link
Owner

Description

How has this been tested?

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

robin-aws and others added 10 commits December 4, 2023 14:52
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>
Co-authored-by: Robin Salkeld <[email protected]>
Co-authored-by: Remy Willems <[email protected]>
### 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>
…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 robin-aws closed this Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants