chimera-project:function_tests_dev

Last commit made on 2020-04-11
Get this branch:
git clone -b function_tests_dev https://git.launchpad.net/chimera-project

Branch merges

Branch information

Name:
function_tests_dev
Repository:
lp:chimera-project

Recent commits

7cdf293... by Jeongseok Lee

Test2

94c6c47... by Jeongseok Lee

Test

dc8c085... by Jeongseok Lee

Merge remote-tracking branch 'origin/master' into function_tests

0bbc97f... by Jeongseok Lee <email address hidden>

Ignore unresolvable configuration instead of segfaulting (#225)

* Update CI reflecting recent OS updates

* Ignore unresolvable configuration instead of sugfaulting

* Format code

* Add option to treat unresolvable configuration errors

* Change option name from `s` to `strict`

* Move GetStrict() to CompiledConfiguration

* Fix typo

* Add configuration option for strict

* Add lookupYAMLNode() in utils

Co-authored-by: Jeongseok Lee <email address hidden>

6770ca3... by Jeongseok Lee <email address hidden>

Disable parallel build on CI to avoid build failures (#274)

* Disable parallel build on CI to avoid build failures

* Add note why parallel build is disabled

3d45185... by Jeongseok Lee

Adding more tests to function

Adding function tests

153abb7... by Jeongseok Lee <email address hidden>

Change exit() instances to throw exceptions (#267)

Co-authored-by: Pras Velagapudi <email address hidden>

e1f67f3... by Jeongseok Lee <email address hidden>

Format code of binding generation tests (#272)

* Format code of binding generation tests

* Remove accidentally added test code

* More cleanup

Co-authored-by: Pras Velagapudi <email address hidden>

5e272b4... by Jeongseok Lee <email address hidden>

Create a dedicated function to render top-level mstch (#269)

* Create a dedicated function to render top-level mstch

* Pass compiled config by value to Visitor

* Remove unnecessary header inclusion

8c7de58... by Jeongseok Lee <email address hidden>

Update build instruction in README.md (#270)

* Update build instruction in README.md

* Remove focal until #271 is resolved