git switch experimental continuous integration (preview)#63
Merged
Conversation
e619c1a to
9d78949
Compare
ec0705f to
c816a18
Compare
bb76977 to
980e54d
Compare
569f0dc to
46a33c5
Compare
9579092 to
cab8356
Compare
df50af5 to
f0427ef
Compare
d25906d to
ddc71e1
Compare
@`ListFormat`; "warning: enum 'ListFormat' uses a larger base type ('unsigned int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size]" fix.
@`listLoadFrom()`; "warning: function 'listLoadFrom' has cognitive complexity of 38 (threshold 25) [readability-function-cognitive-complexity]" suppressed.
+`#include <iosfwd>`; "warning: no header providing "std::streampos" is directly included [misc-include-cleaner]" fix.
Is followup to: commit 3f9f28f501e9c46bfcee55841f280ba92849acd1 (+`listLoadFrom()`, +`resultListLoadFrom()`,), which forgot to include this.
@`posts/VirusAnalysis.md`: include all this.
+`#include <exception>`; `warning: no header providing "std::exception" is directly included [misc-include-cleaner]` fix. @`classResultListTests()`; "warning: escaped string literal can be written as a raw string literal [modernize-raw-string-literal]" suppressed. The `R"(str)"` format is not compatible with [issue #3 (produce analogous _C_ versions of source code)](#3) nor [issue #20 (_C++98_ support)](#20).
@`cxx/ClassSys.hxx:templateCatchAll`; fallback to `catch (...)`. Is now `noexcept`. @`posts/VirusAnalysis.md`; include this.
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.
GitHub auto-merged this (forgot to
git pushmore commits topreviewbeforegit pushof small hotfix totrunk?), now can't reopen this pull request. Continued