vincentdephily / emlop

EMerge LOg Parser
GNU General Public License v3.0
36 stars 4 forks source link

Unrecognised lines in PretendParser #3

Closed vincentdephily closed 6 years ago

vincentdephily commented 6 years ago
Calculating dependencies \
... done!
[ebuild  r  U  ] sys-libs/readline-7.0_p3:0/7::gentoo [6.3_p8-r3:0/0::gentoo] USE="-static-libs -utils" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  rR    ] dev-libs/libpcre-8.41-r1:3::gentoo  USE="bzip2 cxx jit pcre16 readline recursion-limit (unicode) zlib -libedit -pcre32 -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U  ] app-shells/bash-4.4_p12::gentoo [4.3_p48-r1::gentoo] USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins" 0 KiB
[ebuild  rR    ] dev-libs/libpcre2-10.30::gentoo  USE="bzip2 jit pcre16 readline recursion-limit unicode zlib -libedit -pcre32 -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB

Total: 36 packages (3 upgrades, 33 reinstalls), Size of downloads: 0 KiB

Readline and bash parse incorrectly in this example. Fix is probably easy, but should come with a unittest.

vincentdephily commented 6 years ago

This is fixed by 5f9ca583430fd4e043e5d61fe1177ffc6edc5603 but I'm waiting for a unittest before closing.