Message11930

Author zyasoft
Recipients alanb, amak, darjus, fwierzbicki, mr, rpan, sfelts, zyasoft
Date 2018-05-01.02:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525140449.86.0.682650639539.issue2362@psf.upfronthosting.co.za>
In-reply-to
Content
We should look at the use of such tooling as Reflections, ClassIIndex, and Fast Class Scanner, possibly directly incorporating, depending on their licensing. Something like ClassIndex might work, we specifically need the JRT support introduced by Jigsaw: https://github.com/atteo/classindex/issues/42, I would assume the ahead-of-time aspects are not so relevant for Jython's model. ClassIndex's license is directly compatible with Jython (see similar inclusions like https://hg.python.org/jython/file/tip/ACKNOWLEDGMENTS)

Note this would be a big change for how we index!
History
Date User Action Args
2018-05-01 02:07:29zyasoftsetmessageid: <1525140449.86.0.682650639539.issue2362@psf.upfronthosting.co.za>
2018-05-01 02:07:29zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, darjus, rpan, sfelts, mr, alanb
2018-05-01 02:07:29zyasoftlinkissue2362 messages
2018-05-01 02:07:28zyasoftcreate