npalix / rathaxes

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

Builtin type management #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The builtin types improvement is to be enhanced.

For this, we must take into account :
 * The cache must be used the same way it is for non-builtin templates
 * We must have a way to check whether the functions are implemented or not when adding the builtin type (parsing, node formatting, value resolution, mappings)

Thus the tasks are :
 * Update the builtin loader to fill the cache with the builtins
 * Set the cache items 'load' field to true (already loaded)

Original issue reported on code.google.com by dav.pineau@gmail.com on 8 Feb 2012 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by dav.pineau@gmail.com on 8 Feb 2012 at 5:30

GoogleCodeExporter commented 9 years ago
Resolved through commits 8021567e5b32 to 8409c2b5ca11

Original comment by dav.pineau@gmail.com on 16 Feb 2012 at 9:55