Dylan MacKenzie
Dylan MacKenzie
See [this issue](https://github.com/rust-lang/pkg-config-rs/issues/51) for some more background.
Ugh, it appears that the release of `gcc` (v0.3.53) used by `tcod-sys` has the code to emit `/Fo`. `TARGET` is set correctly as well. Not sure why it doesn't end...
I found some candidates by looking at the reverse dependencies of `vcpkg`.
Transcendental functions (e.g. trigonometry and non-integral exponentiation), can give different results between platforms. I don't think we can take a "hard-line" approach, since then functions like `f32::tan` that will take...
Hi, I'm the author of [ecstatic-morse/atdf][]. Unbeknownst to me, @dylanmckay already implemented a parser for `.atdf` files at [dylanmckay/avr-mcu][]. A quick google search before writing my own library did not...
@kunerd, I was wrongly using "ocd-rw" to determine whether registers were read only, when really this field tells the on chip debugger not to read or write to this register...
Confusion around this resulted in rust-lang/crater#455. Ideally, `Error` would implement `Fail`, but this is impossible due to coherence issues (#99). Absent that, it would be nice if there was a...
Gitlab CE now supports [filtering `/projects` by programming language](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24377). I'm not sure when this will be deployed to gitlab.com. However, Gitlab uses `OFFSET` and `LIMIT` to paginate the results of...
Will do!
Looks like this will be deployed as part of the [11.8 release](https://about.gitlab.com/releases/) on February 22.