Release/v3.1.10 by jgebal · Pull Request #1048 · utPLSQL/utPLSQL
and others added 30 commits
We need to make sure to calculate the corrent %endcontext annotation, not just the first that is greater than the next nested %context. To operate correctly during recursion we also need information about the parent %endcontext position Fixes #1034
Now the validation is executed at runtime, when the tests is executed. This resolves issues related to the fact that some package constants may not exist or be valid at suite parse time. In such scenario, the annotations continued to be ignored despite the fact that package constants were valid at test runtime. With this change, tests can now have `--throws` annotations referencing constants that are undefined at compile time. Resolves #1033
Updated tests o represent the issue more clearly. Closes #880
Travis CI and others added 28 commits
With this change the reporting of differences is unified across: `unordered`, `ordered` and `join_by` comparison.
Added ability to refresh annotation cache with DDL trigger enabled if schema was not full-scanned. Resolves: #975
jgebal
deleted the
release/v3.1.10
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters