classabbyamp

Results 418 comments of classabbyamp

make an issue instead of necrobumping a PR

> I haven't checked if there's any convenient mechanism for concatenating arrays for the same array, just `foo+=(new_element)`, for different: ```bash $ foo=(foo bar baz) $ bar=("${foo[@]}" idk) $ declare...

I think that should be out of scope for this PR, but it may be useful to do

> We can do this by attrition, but relatively quickly, with a linter that fails if any of the should-be-arrays is a string that will split into an array with...

i think `licenses` could be an array too, but we'd need to keep spdx expressions together for sanity, like `licenses=(LGPL-2.1-or-later "BSD-3-Clause WITH BullshitException")`

> I'm not a big fan of these 0,1,2 parameter... could we use str ary or something? i've made it a bit more readable, but I suspect the code will...

I think the best way to go about this will be: 1. don't try to convert strings to arrrays 2. don't try to assume strings are single-element arrays 3. have...

are the uuids of mapper-mounted partitions stable?

vmdfmt only needs to be run on the src directory