usethesource / rascal-maven-plugin

The Maven plugin for Rascal checking, compilation, testing, code generation applications integration and documentation generation.
2 stars 2 forks source link

`[WARNING] Monitor of Rascal compiler is over max (17) by 1` #21

Open DavyLandman opened 2 months ago

DavyLandman commented 2 months ago

Latest release of rascal-maven-plugin prints this (during the nice shiny progressbar):

[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 2
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1
[WARNING] Monitor of Rascal compiler is over max (17) by 1

Looks like an error either in rascal-core or in rascal? @jurgenvinju ?