metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Add to_base64 function #354 #355

Closed TobiasNx closed 5 months ago

TobiasNx commented 5 months ago

See #354

TobiasNx commented 5 months ago

@fsteeg do you have an idea why the build failes?

fsteeg commented 5 months ago

@fsteeg do you have an idea why the build failes?

Looking at the build log it seems the test is not yielding the expected output:

https://github.com/metafacture/metafacture-fix/actions/runs/9285432032/job/25549911700#step:5:495

Given the actual output a few lines above in the log, I think you changed the expected value from the actually correct value to a different, wrong value here:

https://github.com/metafacture/metafacture-fix/pull/355/commits/59ce50c8c4a3872d44a80d224539bf6b5a76b76b#diff-bb6266bd9a7da63237fec55eb21906fe98b74a978fe6816b01421209660b51b7R4080

TobiasNx commented 5 months ago

Okay fixed