gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Zinc log methods are not properly compiled

Open hellerve opened this issue 2 years ago • 2 comments

Currently, there is an issue with Zinc methods that are not properly compiled, resulting in test failures. The issue is reported at https://github.com/pharo-project/pharo/issues/14846.

Quickfix

An immediate solution is to have

ZnLogEvent withAllSubclasses collect: #compileAll

during the baseline load.

We added this into the Zinc baseline. The code should be removed when the issues is solved in the Pharo project.

Cheers

hellerve avatar Oct 02 '23 18:10 hellerve

Should this be closed?

girba avatar Feb 11 '24 10:02 girba

We do indeed still have a patch in BaselineOfZincHTTPComponentsCore>>#postLoadCore:.

Since we are still on the same Pharo release I don't think anything has changed.

We could try removing the patch to see what happens, but it is a bit cumbersome.

svenvc avatar Feb 12 '24 10:02 svenvc