| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(#9332)
* fixes #8518; refs #9301; correctly render AST in doAssert condition
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add column number to instantiation info
Instantiation info left out column number for no good reason. This adds
it in as the third element of the tuple.
* Fix test that failed and added change to changelog
An assertion test failed because it was declaring a type that was
expected to be populated by instantiationInfo with the old signature.
Also added the changes to the changelog as it is a breaking change.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
1 test still fails:
- tunittests uses utemplates, which seems broken. not sure what it's
supposed to do
|
| |
|
|
|
|
|
|
| |
This will cause this test to fail on Linux. The behaviour on Windows is
however correct, the filename returned by instantiationInfo is the
projPath defined as being "relative to the project's root".
|
| |
|
|
|