-
Notifications
You must be signed in to change notification settings - Fork 83
Conversation
It looks like there's a difference in the go.mod file? I'm not sure what could be causing that if you haven't modified the go.mod file.
|
Sounds like this is because we run |
When I check this out and run I manually bumped the |
I've pulled the Makefile down into the included WES client module, and given its test and formatting steps (which is why I'm reformatting all its files). And I added some unit tests for deserializing example log objects of the different shapes we want to support. So I think this is now ready for review! Hopefully CI likes it. |
@nbraid This now has tests and passes CI. |
Hi Adam, |
@elliot-smith That should be fine for us; Toil always sends an integer. |
Closing this PR in favor of this one (as discussed above): #380 |
Issue #, if available: #314
Description of Changes
This adds some custom unmarshalling logic to the Log object that should let it support both quoted and unquoted integral exit codes in JSON input.
Description of how you validated changes
I haven't validated my changes yet.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license