It originally used regex/hand parsing, but some of the requests for features were not super easy to implement using that method. I can look at it again if we want to remove the ASM dependency for sure.
On Tue, Jun 15, 2021 at 8:55 AM Jesse Glick <[email protected]> wrote: > On Mon, Jun 14, 2021 at 10:47 PM Slide <[email protected]> wrote: > >> ASM is a dependency of the parser used (parboiled). >> > > What is what I gathered. Probably the fairly simple syntax used by this > plugin could be handled with a hand-written parser (regexp?) with some > effort. But it seems to also be used by some JSONPath system? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1acCBAzdOGx_NzQHx3VpP62pd%3Dp%2BuuEK0Ajxo5_kpdtQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1acCBAzdOGx_NzQHx3VpP62pd%3Dp%2BuuEK0Ajxo5_kpdtQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVdphE_rjiYGBO9sJX4QTQDs0Zh0gVhBBFcyqHNcRRxZGg%40mail.gmail.com.
