- Add TIndirectFuncCallExpr encoder/decoder to uUnitInterfaceIO.pas (was missing entirely, causing --incremental to silently drop indirect call nodes) - Bump COMPILER_ID to blaise-0.11.0-dev+bif1 - Fix version check to compare base version only (strip -SNAPSHOT and -dev suffixes before comparing) - Change test to Ignore() when binary missing (module is not activeByDefault) - Remove redundant <version> from tool project.xml (inherits root) - Regenerate bif-coverage.status for current AST (68 classes, 38 encoder/decoder cases)
17 lines
414 B
XML
17 lines
414 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<name>blaise-bif-coverage</name>
|
|
|
|
<build>
|
|
<packaging>application</packaging>
|
|
<mainSource>BifCoverage.pas</mainSource>
|
|
<executableName>bif-coverage</executableName>
|
|
|
|
<manualUnitPaths>true</manualUnitPaths>
|
|
<unitPaths>
|
|
<path>src/main/pascal</path>
|
|
<path>../../compiler/src/main/pascal</path>
|
|
</unitPaths>
|
|
</build>
|
|
</project>
|