i4k
i4k
Currently, the init file is `$NASHPATH/init` but it mimics the behavior of the import keyword: if the file without extension does not exists it looks for one with ".sh" extension....
But we need to solve exactly the problem @lborguetti is pointing out. @katcipis What do you think of failing with a good error message in case of using single quotes?...
Hello @geyslan, > My proposal is based on the left-to-right reading pattern that's well-known by the pipe style. So left-to-right should be the rule to be followed. Ok. > since...
> Well, your interpretation doesn't follow entirely left-to-right reading. I don't think so: `./daemon >[1] output` `./daemon` := "execute ./daemon" > := "redirect" [1] = "file descriptor 1 to" output...
@katcipis by full integrated test you mean adding tests in the interpreter (internal/sh) also?
missing some tests...
tests are too cryptic.. I'll improve that soon
just installed nash on a brand new machine and it worked as expected. Just `git clone` and `make install`
@wade-welles Do you have GO111MODULES=on ? Maybe that's the case. I'll test this soon.
After talking with @katcipis, @vitorarins and @lborguetti we decided in direction of not allowing expressions in arguments. The issues #200 and #199 were created to demand other language changes that...