-
Notifications
You must be signed in to change notification settings - Fork 360
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
support 64-bit Int in WDL (using Long internally in WomInteger) #2685 #6151
base: develop
Are you sure you want to change the base?
Conversation
As usual I can't really tell what the CI failures mean... they don't seem correlated to anything in particular? |
Merge |
https://travis-ci.com/github/broadinstitute/cromwell/jobs/473221961 |
I'm confused, I fixed the compile failure and merged with develop again and now there are more build failures - which do not appear to be consistent with each other? |
@aednichols Is there anything else I need to do for this or is it waiting in the review queue? |
You're good; your code looks right but I need to check with the team that this is the right thing to do. It would be bad if we subtly broke a few peoples' workflows. |
ping |
@aednichols @cjllanwarne Any updates? |
Still queued internally. |
hi @natechols, one comment I have is that there is already a I believe if we did things the way this PR is currently implemented that it would be impossible to have an |
@cjllanwarne I considered doing this at first and I think I actually tried to implement it, but there was a fundamental inconsistency that I couldn't figure out how to resolve. It might have had to do with going from the |
Is this just a WONTFIX? I'm getting complaints from coworkers about this bug again. |
I think it's more like "won't merge" (this PR as it stands) rather than "won't fix". |
@aednichols In that case is there an alternative implementation path that would be acceptable? I am not wedded to this way of doing it, but I've heard zero feedback on what to do instead and I'm reluctant to start coding anything new until I know whether it will actually be reviewed. |
- fixed threading on htslib calls - changed syntax from trgt to trgt genotype - updated docker url - pull stats as strings to avoid Cromwell Int overflow broadinstitute/cromwell#6151
First attempt, works end-to-end for my use case.