Closed mustafaaydn closed 2 years ago
Thanks for the PR. Feels to me it should complain about unknown groups.
Will sleep over it. Thanks for the report!
oh yes, it does complain & exit. sorry didn't mention that, edited.
Thanks again!
Your fix did not fix the issue, although the idea was good.
I've now fixed it with https://github.com/lizmat/App-Rak/commit/c26e474cde
oh :) part of me still thinks given
& what you did is equivalent but perhaps yours is more efficient, wouldn't know. But anyway, it's solved; thank you for the package and all!
hi,
before
was detecting but ignoring the unknown group extensions, and performing a search with
@known-extensions
. This was the case only if all supplied extensions are invalid groups as.map
was producing an empty Seq and then failing with theif
. Thatif
is nowgiven
:) Now it reports the unknown groups, e.g., No extensions known for '#bad #another'. and exits.