The Wayback Machine - https://web.archive.org/web/20210823024037/https://github.com/topics/mri
Skip to content
#

mri

Here are 473 public repositories matching this topic...

XrXr
XrXr commented Jul 6, 2021

gen_send_general() generates the same side exit twice:

https://github.com/Shopify/yjit/blob/d47f79982375980a4e7ae71d0c5ef6a2be982ba6/yjit_codegen.c#L2963
https://github.com/Shopify/yjit/blob/d47f79982375980a4e7ae71d0c5ef6a2be982ba6/yjit_codegen.c#L2455

We should probably save the side exit code pointer on jitstate_t to avoid this duplication. This caching could be done because we also gen

spinalcordtoolbox
joshuacwnewton
joshuacwnewton commented May 6, 2021

This was an sct_testing-specific argument, but its usage was commented out in #2315, so the argument is not being used.

https://github.com/neuropoly/spinalcordtoolbox/blob/e52c8d4d461d72e42366751677d06f71cf7bb207/scripts/sct_testing.py#L554-L561

#2315 also has a TODO to remove the argument, but this TODO must have slipped through the cracks. 😅

TODO:

  • Removed fla

Improve this page

Add a description, image, and links to the mri topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mri topic, visit your repo's landing page and select "manage topics."

Learn more