Aran Donohue

Results 43 issues of Aran Donohue

Users of IDEs such as VSCode may want to use a `rules_go` sdk for tooling, so that the tools use the same go as the code. This path should be...

### Describe the bug I have a rust crate "other" and a type within it "LocalEditor". In my flutter_rust_bridge target crate, I have `use other::LocalEditor`. In the flutter_rust_bridge crate, I...

bug
awaiting

### Describe the bug By default in a brand new project there is an exception thrown in RustLib.init in Chrome. It is swallowed and silent but the debugger sees it....

bug
awaiting

**Is your feature request related to a problem? Please describe.** Panic messages/stack traces include the full path to the cargo directory on the build machine, e.g. /Users/aran/.cargo in my case....

enhancement

### Describe the bug I'm stuck on an error that seems to be an error in the serialization strategy for inner opaque objects. In calling a function that serializes a...

bug
awaiting

Implement `PartialEq` and `Eq` in Text by delegating to the result of `as_str`. Includes unit tests.

I'm not sure the test below is 100% minimal, but I am seeing that the old key "discard" is not removed from the converted document. ``` automerge = "0.5.11" autosurgeon...

Here is some working code with AutoCommit ``` pub fn log_draft(editor: RustOpaque) -> Result { let mut editor = editor.lock().unwrap(); let LocalEditor { doc, .. } = &mut *editor; let...

Fixes: #9444 **Related**: #9320, #9319 **Merge before/after**: **Description** 1. Outsource bazel root detection to `bazel info workspace` 2. Allow multiple files to be declared as the Bazel root file, adding...

size/M

If using Bazel / MODULE.bazel, not only is the root possibly not detected properly (#9319), but there is also a correctness issue: Changes to MODULE.bazel will not invalidate the image...