From: Jeff A. <ja...@fa...> - 2018-11-22 07:49:37
|
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 |