-
Notifications
You must be signed in to change notification settings - Fork 3
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
Publish upstream #35
Merged
Merged
Publish upstream #35
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
List typedefs now do what Span does and have Type after each typedef. Tests: Ensuring that I don't accidentally move inserted elements when expecting to copy Tests: Mostly moving from AssignInitializerList to AssignRange(std::initializer_list), so that the --no-std build mode will work Tests: Hiding AssignInitializerList and InsertInitializerList tests behind RAD_ENABLE_STD Tests: Adding integer `u` suffix in many places that weren't warning beforehand for some reason. Tests: Casting some test sizes to int to avoid warnings. The lists are tiny, and this is nicer than casting the ints on the other side. Tests: Only running Pop on empty tests in release mode.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
==========================================
+ Coverage 90.95% 91.11% +0.16%
==========================================
Files 17 19 +2
Lines 2199 2599 +400
Branches 261 307 +46
==========================================
+ Hits 2000 2368 +368
- Misses 14 15 +1
- Partials 185 216 +31 ☔ View full report in Codecov by Sentry. |
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.
This pull request picks up commits contributed by various CrowdStrike authors. Most notable addition is the introduction of List by Ben Craig.