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.
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
Add light runtime mode tests in CI #1038
base: master
Are you sure you want to change the base?
Add light runtime mode tests in CI #1038
Changes from 32 commits
718951b
5db00ea
c42a920
99b437f
3ece261
318cfda
7aaf62d
66c040f
ddc5272
78bee1f
a931aa6
ef02515
5f9c6b6
1f6928c
6500be4
ea216c2
2bcaf27
807e588
d5482a6
cb09c76
790db6e
b611b47
f5a4edd
8d194f1
6c49565
bf88ac2
e8fd52f
1ec1a02
32d1a24
92ccc80
4675969
937d928
ee71a42
6245489
984ca27
f0de71c
4f2cc92
83273c3
25ca5f2
9ed7351
882f983
2125a43
5630c2b
caa0b2b
3138ca6
7683a57
251a039
9b4f525
6cbbfc5
b5f7182
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are this options necessary? Which compiler doesn't compile without them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be better to fix the places in the code that cause the errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that you add if for GCC in this place. In my opinion this check should't exist, but it's a different task
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And why are these changes here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like all
c++
filesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to bypass clang-format, these changes provided by @astrophysik and merged to my branch for testing checking step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shouldn't be in this MR anyway. There should be a separate MR for
clang-format
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that this is important