Message8442

Author zyasoft
Recipients Arfrever, JJ, dahlia, fwierzbicki, griels, pjac, tuska, zart, zyasoft
Date 2014-05-19.17:20:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400520026.35.0.826925059507.issue1891@psf.upfronthosting.co.za>
In-reply-to
Content
Peter, I did take a look at org.python.compiler.CodeCompiler, which should be the one place where we would expect any changes in generated Java method sizes since beta 1. The only fix since beta 1 is the one I mention, in 7135:845d319f5b89 - Added support for large collection literals, by setting in separate helper methods

biopython itself installs fine from github, but presumably the problem is in code that is subsequently generated. Could you post such generated code somewhere, such as on gist.github.com?
History
Date User Action Args
2014-05-19 17:20:26zyasoftsetmessageid: <1400520026.35.0.826925059507.issue1891@psf.upfronthosting.co.za>
2014-05-19 17:20:26zyasoftsetrecipients: + zyasoft, fwierzbicki, tuska, pjac, Arfrever, dahlia, zart, JJ, griels
2014-05-19 17:20:26zyasoftlinkissue1891 messages
2014-05-19 17:20:25zyasoftcreate