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
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Vec needs 'reach'. (fixed)
Dvec needs 'reverse'. (fixed)
Dvec 'reach' doesn't... reach. i.e., it iterates in fwd order. (fixed)
many should be pure that aren't (dvec len) (fixed)
dvec needs 'view' (didn't bother)
the fold* suite is really messy when constness doesn't match up - maybe have one for each constness? (didn't bother)
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Vec needs 'reach'. (fixed)
Dvec needs 'reverse'. (fixed)
Dvec 'reach' doesn't... reach. i.e., it iterates in fwd order. (fixed)
many should be pure that aren't (dvec len) (fixed)
dvec needs 'view' (didn't bother)
the fold* suite is really messy when constness doesn't match up - maybe have one for each constness? (didn't bother)
Found during ICFP (#2928).
The text was updated successfully, but these errors were encountered: