You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(core.utils): drop SUPPORTED_TARGETS cross-check
The test parsed `_program.pyx` to extract `SUPPORTED_TARGETS` and
compare against `_SUPPORTED_TARGETS_BY_CODE_TYPE` in the cache. Source
parsing for a duplication check is not worth the maintenance cost --
a reviewer eyeballing both definitions catches drift just as well, and
the test was already broken once by upstream's StrEnum migration.
0 commit comments