The comment "pin to ASM something until we upgrade compilation"
Jeff Allen <[email protected]>
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <[email protected]> |
In build.xml at a couple of points we find the comment: <!-- pin to ASM 5.2 until we upgrade compilation --> In fact we have "pinned" ASM at 5.0.3, then 5.0.4 and then 5.2. I need to advance ASM, probably to 7.0, to fix http://bugs.jython.org/issue2362, and it seems to work (passes regrtest -e on Windows). Does anyone know why we chose to pin ASM at 5? -- Jeff Allen