Skip to content

Investigate 5 projects that no longer compile after test compilation was introduced #62

@wtwhite

Description

@wtwhite

I thought adding test compilation didn't cause any regular binary jars to fail compilation, but I was looking at the wrong thing (.done files get created regardless of whether compilation succeeds). In fact, 5 regular jars that used to compile no longer do:

wtwhite@wtwhite-vuw-vm:~/code/jcompile/runs/26_full_run_with_compiled_tests$ find ../18 -name '*.done'|wc -l
1344
wtwhite@wtwhite-vuw-vm:~/code/jcompile/runs/26_full_run_with_compiled_tests$ find . -name '*.done'|wc -l
1344
wtwhite@wtwhite-vuw-vm:~/code/jcompile/runs/26_full_run_with_compiled_tests$ find ../18 -name '*.jar'|wc -l
1037
wtwhite@wtwhite-vuw-vm:~/code/jcompile/runs/26_full_run_with_compiled_tests$ find . -name '*.jar'|grep -v -- '-tests\.jar$'|wc -l
1032

Despite this, adding test compilation results in far more jars overall:

wtwhite@wtwhite-vuw-vm:~/code/jcompile/runs/26_full_run_with_compiled_tests$ find . -name '*.jar'|grep -v -- '-test\.jar$'|wc -l
1856

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions