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 catmandu function `log` #319

Closed TobiasNx closed 1 month ago

TobiasNx commented 1 year ago

We use it in our examples but it is not implemented yet.

Code Review: @fsteeg

blackwinter commented 1 year ago

The samples were taken from some Catmandu cheat sheet, IIRC. But I agree, we should implement the function.

TobiasNx commented 2 months ago

I context of OERSI we are intrested in this function. I do not know how complex it is to realize it.

TobiasNx commented 2 months ago

It seems that it cannot log an element value by default:

https://metacpan.org/pod/Catmandu::Fix::log

This would be a good feature. But it also could be solved if: #282 variables could be set by element values.