Aidan Hobson Sayers
Aidan Hobson Sayers
> Even without regexp it can be build more faster, because we can quick estimate which counts could be used (with preparing already by parsing of format, if detected that...
A couple of incompatibilities as compared between your windows binaries of tcl running under wine and a freshly built tcl off the `core_8_6_6` tag. `core_8_6_6`: ``` % clock format [clock...
> Although such "artificial" and very irrational "date-time" formats are theoretically imaginable, but I don't think, that it makes sense at all in the practice (or just to be 100%...
@sebres my assumption is that flightaware are pretty pleased that you have an implementation already and will now wait for you to go through the process of submitting the patch...
@withoutboats I guess you got a bit delayed? :smile:
Currently interested in the process for provisioning a new builder machine. In particular, where does $HOME/musl-root come from? https://github.com/rust-lang/rust-buildbot/blob/84126fdf6d0ccc4fbd477e91f25f61f1848539a1/master/master.cfg#L749
Having just spent a few days tracking this down, this definitely seems like a footgun worth fixing - because I had a `Compat` wrapper and `Compat` requires initialization of buffers...
To further the discussion and try out what I was thinking of, I created a very hacky PoC of changes to the tokio decoder API at https://github.com/tokio-rs/tokio/compare/master...aidanhs:aphs-faster-codec-api. This is buildable...
Given that I don't particularly see the need to worry about directory symlinks (if an entire directory has been symlinked it seems fair to assume others will as well), why...
On the subject of installing to .local, that does work and it may come to that, but I prefer to keep executables with the rest of their files where possible...