From: <bc...@wo...> - 2001-08-09 19:02:09
|
[Peter Brinkmann] > Thanks for your quick reply! You're right, --all does solve the >problem I mentioned. I'm not totally happy with this solution, though, >because I believe that the code I posted should work without the compiler >classes and that the insistence on the presence of ProxyMaker is a bug >(feature?) of jython. Jythonc attempt to track the flow of name bindings of classes at compilation time. Usually this tracking doesn't have to perfect to be usefull in real life and so far I haven't been a need like yours. Clearly there is an limit on how effective the tracking can be. If init.py contain branching around the binding to cl, there is no way jythonc can complete the tracking and detect that init.cl is a java class. OTOH the example you showed isn't more complicated than jythonc should be able to detect that init.cl is java class. Please add bug report about it. regards, finn |