akash-akya / exile

Alternative to ports for running external programs. It provides back-pressure, non-blocking io, and solves port related issues
Apache License 2.0
142 stars 12 forks source link

Front page examples out of date #39

Closed SaulMoonves closed 9 months ago

SaulMoonves commented 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.

akash-akya commented 9 months ago

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.

SaulMoonves commented 9 months ago

Oh dear, I have exposed my ignorance. I misinterpreted it. Please disregard.