Jose M. Valera Reales
Jose M. Valera Reales
@carlfriedrich correct. That is how I designed the original logic for this function as a trade of based on my bash skills and something that I considered OK by the...
@carlfriedrich oh, you're 100% right, now I get it. I thought back then when I created this issue this was not possible, but now as you display in your `test_equals_with_newline`...
@staabm, good point. I think it would be possible but not as straight forward. We could start having this logic as first PR for the tests only and we will...
Related: add a loader bar while runing the tests I found this great example here https://github.com/kndndrj/shload by @kndndrj This might be a great follow up in another task
Can you @jenshaase help me fixing the with the phel tests? ```bash ➜ phel-lang git:(feat/support-php83) composer test-core > ./bin/phel test ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ................................................................................ ......................................................FFFFF..........F.......... ...............FF..................................................................
Not relevant anymore - not at least for now.
Have you tried using this option `./bashunit --stop-on-failure` ? https://bashunit.typeddevs.com/command-line#stop-on-failure
Just to make sure I understood this: the goal is to have `macroexpand` returning the result from the phel macro? Would it be sufficient to result the macro expansion without...
@smeghead could you start creating a failing phel test with the expected assertion that you would like to have? You can start with that and create a draft-PR, and we...
@smeghead can you create a draft-PR? This way will be simpler to write notes/comment on your current changes