Aran Donohue

Results 85 comments of Aran Donohue

Thanks so much @alexjg ! It makes sense to me, at least as far as my understanding of expanding/non-expanding marks goes. When I wrote that test, it was meant to...

https://github.com/aran/rules_go_4084 is small and has the issue for me. I also ran `bazel clean --expunge` to try it out. Just building with `bazel build //...`, it works without the nogo...

Thanks for looking. That's a great help. In case anyone else stumbles here, I can workaround with this addition to MODULE.bazel: ``` # TODO: Remove when https://github.com/bazelbuild/rules_go/issues/4084 is resolved go_deps.module(...

Possible approach to #2749. Let me know what you think. Couple things: * I had an issue with the new `forceSameCodegenVersion` feature. My `lib/src/rust/frb_generated.dart` had this bit of code in...

That would work well, especially if we could add another variant for some kind of other error.

Can you say a bit more? Is that because it's not possible with the the way Bazel or rules_rust works to fix it in a Cargo-compatible way? It's certainly worth...

https://github.com/sgrif/pq-sys/pull/81

The fix is merged for pq-sys, so the specific instance of this issue for that crate should fixed when they publish their next release. Per the query above in https://github.com/bazelbuild/rules_rust/issues/3369#issuecomment-2746018106...

> In case it helps folks, there's also [Postgres libraries available in the Bazel Central Registry](https://github.com/bazelbuild/bazel-central-registry/blob/5bff879b5b9a83696159ced51441309d7bdef20d/modules/postgres/metadata.json). If the issue is running the build script to compile it, the targets here...

> This is interesting, as I can't immediately tell from the code why this would be. We use the same config in both registration and login, and thus the same...