HackerTrans
TopNewTrendsCommentsPastAskShowJobs

camhutch

no profile record

comments

camhutch
·vor 4 Jahren·discuss
I am a little sad that CI has been failing for all commits merged to master in this repo since 9 Nov 2021. I often use that as an initial gauge as to the quality of a project, and I've got to say, this turns me off.

In this case it seems to just be an auth issue around building a docker image (and the first commit that failed was "Build and push dev image on pushes to master"), but it hasn't passed since, so this is not being tended to.
camhutch
·vor 5 Jahren·discuss
The miranda language (which predates haskell) had a zip function. According to wikipedia, miranda was released in 1985, but I dont know if zip was in the standard miranda environment back then. The comments in the source code say:

    The following is included for compatibility with Bird and Wadler (1988).
    The normal Miranda style is to use the curried form `zip2'.

    > zip :: ([*],[**])->[(*,**)]
    > zip (x,y) = zip2 x y
which suggests a slightly later origination of zip.
camhutch
·vor 5 Jahren·discuss
awk has some basic redirection features.

gawk documentation: https://web.mit.edu/gnu/doc/html/gawk_6.html#SEC41

posix documentation: https://pubs.opengroup.org/onlinepubs/009695299/utilities/aw...