jameysharp commented on issue #5402:
The
sig_data_size
test is failing now because you successfully made the struct 8 bytes smaller. Hooray! You should now assert that the size is 24 bytes.The other CI failures look like they might be temporary network errors, not an issue with your changes. Maybe by the time you push a fix for the
sig_data_size
test, the other tests will pass again. If not, we'll have to look more closely at what's going wrong.
jameysharp commented on issue #5402:
Apparently the other CI failures are a more general issue (#5407), so we won't be able to merge this until that's fixed, but we're working on it.
tnachen commented on issue #5402:
@jameysharp looks like CI is passed now! I don't know if we should change compute_arg_locs or not, it's fairly isolated so I totally can.
tnachen commented on issue #5402:
Just made the compute_arg_loc changes, PTAL
Last updated: Nov 22 2024 at 16:03 UTC