Updated developer guide after switch from rebasing to merging#527
Merged
tedinski merged 2 commits intomodel-checking:mainfrom Sep 28, 2021
Merged
Updated developer guide after switch from rebasing to merging#527tedinski merged 2 commits intomodel-checking:mainfrom
tedinski merged 2 commits intomodel-checking:mainfrom
Conversation
celinval
approved these changes
Sep 28, 2021
tedinski
approved these changes
Sep 28, 2021
tedinski
pushed a commit
to tedinski/rmc
that referenced
this pull request
Apr 26, 2022
…checking#527) Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
tedinski
pushed a commit
that referenced
this pull request
Apr 27, 2022
Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
tautschnig
added a commit
to tautschnig/kani
that referenced
this pull request
Nov 4, 2025
This increment advances the charon submodule by 6 commits, including updates to the hax dependency and improvements to check_generics error reporting. Most significantly, it refactors TraitRefKind::BuiltinOrAuto from a simple variant to a struct variant with additional fields. Changes in charon: - 48b96573: Add tests - f5a2bde9: Print command on test failure - c7df271a: Update hax - 957a2d99: Tweak printing code - 1f48222d: Add more details to check_generics errors - 2315e2d7: Check that trait references are for the correct trait - b64e738e: Merge pull request model-checking#527 (check more generics) - 45a6d1e5: Update hax - d129cbcd: Keep more info in TraitRefKind::Builtin - bf56a399: Merge pull request model-checking#528 (update hax) API changes requiring LLBC backend adaptations: - TraitRefKind::BuiltinOrAuto changed from BuiltinOrAuto(PolyTraitDeclRef) to a struct variant with trait_decl_ref, parent_trait_refs, and types fields - Updated mir_to_ullbc/mod.rs to use new struct variant with empty vectors for parent_trait_refs and types (maintaining current behavior) Progress: 30 of 1034 commits (2.9%) toward HEAD
This file contains hidden or 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
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.
Updating the out-dated developer guide which references the old rebase process with the rust compiler.