Sunday, March 18, 2018

I continued to work on #36, concretely getting the Lino Welfare test sute to pass.

  • Some snippets in Activities in Lino Avanti were failing because of differing output in Python 2*3. Had to find the trick.

  • lino_xl.lib.appypod.AppyBuildMethod no longer logs the current language and the options when rendering a template. Because the options is a dict which causes varying messages under Python 3, and because also the language is after al just interesting when debugging.