Yann Dirson
Yann Dirson
Any progress on this issue?
As I understand it, when there is no `sass` available , `trunk` will fetch another implementation, right? Isn't it possible to just do the same even if there is another...
It's not like it's a tool expected to be found on every box trunk runs on. I only had it installed because of spooky/fishy package dependencies, likely surrounding Jekyll. (well...
Note that Debian 9 (2017) also has 3.8 and shows the same error message.
I don't have a full battle-plan for this, but my basic idea would be to decouple the neli enums from the libc consts: use auto-numbering for the neli enums, and...
For rust-netlink we started to discuss concrete implementation at https://github.com/rust-netlink/netlink-packet-route/pull/56#issuecomment-1792136634, and there is concrete `AddressFamily` implementation now in that PR. Maybe this part could even be shared between the two...
> As for Android, I am not sure either and that is why I think the idea of families can be a little bit confusing. Though I agree that it...
It is definitely useful to be able to parse a version to extract major/minor (maybe only to feed to [legacy APIs](https://github.com/xapi-project/xen-api/blob/f05350206b9e1657534297aeb0c04f152ac8e059/ocaml/xapi/xapi_guest_agent.ml#L62-L64)). But different OS have different conventions (think FreeBSD's `13.2-RELEASE`)....
Same problem hit. Is there really any reason to insist on crate unification, when the different crate versions would really be used for building different binaries? @alexcrichton, any hope for...
I don't see a description of the difficulty here, it would be great to see where this is heading. From an outsider point of view it looks like each `build.rs`...