-
I just figured out a way in which AutoValue is a bit unsound if we have an abstract method like this:
```java
class A {
int a;
int b;
}
context p != null;
context AutoValue(p.a);
ens…
-
Guys, great package. I'm really impressed. This is a great use of the transactions. The only issue I'm having is with autoValue. I use this for updating an updatedAt and createdAt amongst other things…
-
Any plans to support it?
-
Hi,
I need to add autoValue for all email filed (something like email.toLowerCase() ).
I have several Schema that have email in them and I'd like a way to change all of them in one place (somet…
-
![集成错误AutoValue](https://github.com/user-attachments/assets/c7aad814-4498-4f7c-b221-c6a96dbe0d9d)
-
AutoValue has extensions that can affect which methods of an `@AutoValue` type correspond to properties. See, e.g, the following comment:
https://github.com/google/auto/blob/4543619f73dc94cc9a7232…
-
It seems that GsonFormat doesn't support AutoValue InnerClass
-
### Description of the bug:
We have imported the AutoValue and AutoFactory plugins into our Kotlin Bazel workspace and it build and generates things as expected. However, Intellij is not indexing th…
-
I have recently upgraded from npm SS 0.2.3 -> 1.4.1, collection2-core v2.1.0 --> collection2 v3.0.0. I have checked for breaking issues (since it's quite a big change for SimpleSchema) and I can't see…
-
Hi,
the AutoValueRunner doesn't seem to be able to use async functions. For upcoming changes to Meteor 3.0 this could be crucial imho.