good first issue
Métriques du dépôt
- Stars
- (881 étoiles)
- Métriques de merge PR
- (Merge moyen 4j 6h) (10 PRs mergées en 30 j)
Description
Feel free to close this, but I thought it might be useful to start a list of things that might need to be improved in Base to reduce the frequency of spurious reports:
-
aligned_sizeof: reports fromdatatype_alignment(T)even for types thatallocatedinline(T)returnsfalse. Mightallocatedinline(T)need some effect-annotation? (EDIT: will be fixed by https://github.com/JuliaLang/julia/pull/49801) - [ ]