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
we also need to figure out what code is necessary in the codebase, what can be simplified/refactored/removed, and shrink it. currently lib.rs still has 2.5k lines of magic
release checks
produce the automatic changelog, which is going to be massive
verify documentation builds, and if it doesn't, fix it
create tag + release
note that the release is scheduled for September 4th
so we're releasing alpha.13 in a few days
big parts of the refactor have already been made, what's left for future alphas is:
TaggedLen/set_len/capacity... model #451RawSmallVecheap toNonNull<[MaybeUninit<T>]>#441./README.md#491we also need to figure out what code is necessary in the codebase, what can be simplified/refactored/removed, and shrink it. currently
lib.rsstill has 2.5k lines of magicrelease checks
note that the release is scheduled for September 4th
must get merged