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

chore: sync public with staging #615

Merged
merged 158 commits into from
Oct 11, 2023
Merged

Conversation

josecorella
Copy link
Contributor

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:

  1. Does this PR add any traits or classes that extend a trait?
  2. Are these traits annotated with {: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:

  • manually verified all the trait specifications are copied onto classes that extend them?

josecorella and others added 30 commits October 11, 2023 11:17
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
@josecorella josecorella requested a review from a team as a code owner October 11, 2023 18:28
@josecorella josecorella force-pushed the jocorell/sync-public-with-staging branch from 56ad127 to 795c08a Compare October 11, 2023 18:31
@josecorella josecorella merged commit 8332e21 into mainline Oct 11, 2023
3 of 11 checks passed
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.

8 participants