npalix / rathaxes

Automatically exported from code.google.com/p/rathaxes
1 stars 0 forks source link

Template selection and resolution includes everything, causing "optional" to be impossible #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, a pointcut pulls in every related data, after selection filtered by 
configuration. The issue is double:

 * An optional template will be selected, and try to resolve itself, generating an error when trying to find the associated implem in the front-end..
 * The generated code is ridiculously HUGE, with too many things that are totally useless.

This is a critical flaw for the current compiler.

Original issue reported on code.google.com by dav.pineau@gmail.com on 14 Apr 2012 at 9:46