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
Fix a longstanding TODO in composefs-setup-root for properly dealing
with quoting in cmdline arguments by adding a helper function in a
separate file (we'll use that elsewhere soon, as well).
Also: start using String a bit more. I think I've been avoiding it as
inefficient but now that I understand more about how it works
(particularly how the length and indices are in byte offsets, not
character offsets), I have a lot less reason to avoid it.
Signed-off-by: Allison Karlitskaya <[email protected]>
0 commit comments