Daniel Tashjian

Results 34 comments of Daniel Tashjian

I just tried gradle 2.7, and the bug still presented itself. I don't have much more time to look into it today, I can get back to it on Monday.

I created a minimal setup to see if it would reproduce the bug, but it did not. That tells me that something in my project setup is triggering this bug....

I think I figured out how to reproduce this. It requires a very strange setup: proj1/a/build.gradle: ``` dependencies { compile('module:b:1.0.0') compile project(':c') } ``` proj2/b/build.gradle: ``` dependencies { compile 'module:c:1.1.0'...

Since github doesn't support attaching .zip files (wat), here's a repo that demonstrates the bug: https://github.com/Wopple/retrolambda-bug Dependency graph: moda > modb (artifact) moda > modc (project) modb > modc (artifact)...

- If I remove `#[repr(i32)]` it compiles. - If I remove `other: i32,` it compiles. With both of those, it does not compile.

I believe the behavior can be overridden by using the same remote derive functionality if they don't want this behavior. It's also behind an off-by-default feature flag so they don't...

I think most people using a library want it to "just work" without having to think about the details. That's the situation I'm in, I want to serialize with modeled...

I don't want you to feel like I'm pressuring you, I can move forward without this being merged using branch dependencies. So if you think this needs more thought and...

I have been having this same issue where it hangs indefinitely. This was brought in through a transitive dependency elsewhere in my project: ``` [[package]] name = "pyarrow" version =...

@WillianFuks https://github.com/Wopple/tfcausalimpact-bug This bug was observed on both apple silicon and x86.