-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging differences on x86 ubuntu docker #12
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
Draft
terraputix
wants to merge
42
commits into
main
Choose a base branch
from
debugging-differences-on-x86-ubuntu-docker
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* bump omfileformatc * update fileformatc agan * wip: implement c encoder * reorganize tests * no extra module named tests * wip adopt c code * lifetime fix * fix offset write test * fix write_3d test * more tests * old writer new reader test * cleanup * make old reader work again correctly * all tests are working * cleanup * cleanup * fix benches * cleanup prints * run checks on all pull requests
* test matrix * run on any PR * no mmap advice on windows * fix for different types on msvc * compression as well * for now only remove files before test
* WIP * more wip * WIP: build basically working * wip fix tests * WIP buffered write * wip remove json * wip fix tests * more tests * all tests * cleanup * more cleanup * error cleanup * imports * improve error handling * rc for child backends * remove arc * reformat script and small bug fix in old writer log10 * streaming writes for old writer * fix benchmarks * cleanup imports
* bump submodule * remove OmOffsetSize_t, but some things still don't align fully... * binary asserts * better type magix * fix test * remove test for debugging * writer2 usize cleanup * remove unneeded lifetime
057ee07 to
9dba4b2
Compare
085cfe7 to
f67a7aa
Compare
4bf6338 to
4e7247e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
=======================================
Coverage 87.54% 87.54%
=======================================
Files 14 14
Lines 1373 1373
=======================================
Hits 1202 1202
Misses 171 171 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9d3168e to
c538fbe
Compare
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.
Repeated evaluation of p4nzenc128v16 might yield different results depending on the previous context. Not sure what is the reason, could be due to some uncleared registers or due to other things.
For the moment only happens on x86, ubuntu in docker.