Skip to content

0.1.10

Choose a tag to compare

@sqla-tester sqla-tester released this 02 Sep 18:49

0.1.10

no release date

  • fixed propagation of 'caller' such that nested %def calls
    within a <%call> tag's argument list propigates 'caller'
    to the %call function itself (propigates to the inner
    calls too, this is a slight side effect which previously
    existed anyway)

  • fixed bug where local.get_namespace() could put an
    incorrect "self" in the current context

  • fixed another namespace bug where the namespace functions
    did not have access to the correct context containing
    their 'self' and 'parent'