Nikhil Marathe

Results 75 comments of Nikhil Marathe

I post a link to the inbound landing like this one https://bugzilla.mozilla.org/show_bug.cgi?id=884897#c5 But it may not always be the only factor, because if inbound fails, it'll be backed out. I...

I'm definitely coming at this from an industry background and lacking any theoretical knowledge about effect handlers, so I'll give the paper a quick pass, but no promises that I'll...

I believe @rdallman has some numbers on overlay vs btrfs (the latter being really slow). On Wed, Oct 12, 2016 at 6:09 PM, Travis Reeder [email protected] wrote: > See: “The...

Thanks! The root cause was definitely being on an older version of apple_support. That said, after updating that to 0.9.0, there is still some unintuitive behavior (I'm on rules_apple 0.20.0,...

Ah this just seems to be a non-Apple flag https://github.com/bazelbuild/bazel/commit/f463dec7a03

Re-opening because we noticed some issues after updating to master (229680b8f99382889fd410259cd141ba61a667d9). minimum_os_version is now required on each target due to the addition of a transition and limitations on how transitions...

I poked around at this a bit more. Just leaving my understanding here for others. First I set `mandatory = False` for `minimum_os_version` attributes everywhere, just to relax that complaint....

If we are to follow the behavior of Cargo exactly, we would also want to include the compilation mode in the incremental cache path (to reflect the Cargo default of...

> https://doc.rust-lang.org/rustc/codegen-options/index.html#incremental is not very specific, I assume that directory is per-crate? I don't see why avoiding sharing across workspaces is relevant, since the cache should be f(crate, rustc, crate-deps)...

> Is there a way to retrieve something similar to the crate-deps hash in Bazel, or should I simply hash all the deps? I don't need to handle this as...