Saturday, July 25, 2020

OpenUI5 on Travis

The requirements.txt of OpenUI5 front end was lacking Lino Tera (which is needed by the lydiaUi5 demo project). I reviewed the .travis.yml file for OpenUI5 front end. It seems that Travis CI has now moved us from .org to .com. I guess that it not important for our work.

The failure with Exception: No '__file__' in 'lino_openui5'. First parameter to must be 'globals()' was because it was checking out the stable branch of atelier. But we don’t currently use branches, so this was getting a very old version of atelier.

Optimizations for dealing with checkdata problems (continued)

I reviewed checkdata : High-level integrity tests and started to work on #3727.