ci: Optimize and streamline CI process for testing and formatting#2
Merged
Conversation
f841e1e to
8d05cd7
Compare
- Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process.
8d05cd7 to
1f0fb8a
Compare
wwared
approved these changes
Jun 5, 2024
samuelburnham
pushed a commit
that referenced
this pull request
Jun 17, 2024
- Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process.
samuelburnham
pushed a commit
that referenced
this pull request
Jun 17, 2024
- Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process.
samuelburnham
added a commit
that referenced
this pull request
Jun 20, 2024
* ci: Check downstream compiles * ci: Optimize and streamline CI process for testing and formatting (#2) - Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process. * Fixup * Address review * Prep for merge --------- Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
huitseeker
added a commit
that referenced
this pull request
Aug 3, 2024
* ci: Check downstream compiles * ci: Optimize and streamline CI process for testing and formatting (#2) - Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process. * Fixup * Address review * Prep for merge --------- Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
huitseeker
added a commit
that referenced
this pull request
Aug 11, 2024
* ci: Check downstream compiles * ci: Optimize and streamline CI process for testing and formatting (#2) - Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process. * Fixup * Address review * Prep for merge --------- Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
huitseeker
added a commit
that referenced
this pull request
Aug 12, 2024
* ci: Check downstream compiles * ci: Optimize and streamline CI process for testing and formatting (#2) - Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process. * Fixup * Address review * Prep for merge --------- Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
huitseeker
added a commit
that referenced
this pull request
Aug 14, 2024
* ci: Check downstream compiles * ci: Optimize and streamline CI process for testing and formatting (#2) - Extended continuous integration (CI) triggers to include the "dev" branch. - Refactored Github workflows to enhance and simplify CI execution. - Enabled `git` access for private repositories within the CI environment. - Incorporated doctests in the CI process. * Fixup * Address review * Prep for merge --------- Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
samuelburnham
pushed a commit
that referenced
this pull request
May 4, 2026
* Another take on expanding Serializing Hasher. If we add methods to fields letting us decompose them in u8's/u32's we can have those decompositions work with the hashes. * Add Hashing trait to field * Adding comments and impls for all our fields * Added Comments * Comment improvements * Removing Undefined Behaviour * Implementing our own ArrayChunks * fmt * Adding tests * Fixing a big. (Turns out testing things can be useful...) * Using macro's to avoid duplicated implementations. * Minor comments and improving IntoRawBytes for extension fields. * comment fixes.
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.
gitaccess for private repositories within the CI environment.