-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore: sync public with staging #615
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accurately reflect the staging repo
consolidate CI so that it is more manageable
* task: add SplitOnce * task: add SplitOnce * m
This PR only deals with making sure that Dafny verifies
Now the MPL library will build and run tests in .NET. Also, the StandardLibrary needed to be moved out into its own library.
…g Model (#29) Adds smithy files that are part of the hierarchy keyring
Switch the MPL to using duvet native markdown
Also updating the CI to not fail
Co-authored-by: texastony <[email protected]>
Co-authored-by: seebees <[email protected]>
… in serialization (#220) Co-authored-by: seebees <[email protected]> Co-authored-by: lavaleri <[email protected]>
…223) Co-authored-by: lavaleri <[email protected]> Co-authored-by: seebees <[email protected]>
Co-authored-by: Lucas McDonald <[email protected]> Co-authored-by: Tony Knapp <[email protected]>
josecorella
had a problem deploying
to
Duvet CI
October 11, 2023 18:28
— with
GitHub Actions
Failure
josecorella
had a problem deploying
to
MPL_DAFNY
October 11, 2023 18:28
— with
GitHub Actions
Failure
josecorella
had a problem deploying
to
MPL_DAFNY
October 11, 2023 18:28
— with
GitHub Actions
Failure
josecorella
had a problem deploying
to
MPL_DAFNY
October 11, 2023 18:28
— with
GitHub Actions
Failure
josecorella
had a problem deploying
to
MPL_DAFNY
October 11, 2023 18:28
— with
GitHub Actions
Failure
josecorella
force-pushed
the
jocorell/sync-public-with-staging
branch
from
October 11, 2023 18:31
56ad127
to
795c08a
Compare
josecorella
had a problem deploying
to
Duvet CI
October 11, 2023 18:31
— with
GitHub Actions
Failure
josecorella
had a problem deploying
to
MPL_DAFNY
October 11, 2023 18:31
— with
GitHub Actions
Failure
josecorella
had a problem deploying
to
MPL_DAFNY
October 11, 2023 18:31
— with
GitHub Actions
Failure
ajewellamz
approved these changes
Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
CI is expected to fail as this repo may not have the correct permissions
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Due to dafny-lang/dafny#2500, Traits are dangerous:
{:termination false}
?The override checks on
the specifications on
a class' functions/methods/etc. validating
that specifications are
at least as strong as those on
the traits it implements
are not working correctly when
that trait is defined in a different module
(and hence must have
{:termination false}
on it).As such, if either (1.) or (2.) is true: