Closed SaulMoonves closed 9 months ago
It looks like at some point the stream! command went from taking a binary string to taking a list of binary strings e.g.
"echo hello"
to
[ "echo", "hello" ]
As a result many of them did not work for me, and the dialyzer complained.
I don't have the time right now but I'll submit a merge request when I have time to write one.
Hi @SaulMoonves, can you point to the docs you are referring? It was always a list of strings. The examples use word list sigil ~w.
Oh dear, I have exposed my ignorance. I misinterpreted it. Please disregard.
It looks like at some point the stream! command went from taking a binary string to taking a list of binary strings e.g.
to
As a result many of them did not work for me, and the dialyzer complained.
I don't have the time right now but I'll submit a merge request when I have time to write one.