jul-sh
jul-sh
Seems possible! I don't have the capacity to do this myself, but it should be relatively straightforward. I'd copy a prism theme that looks decent & replace its colours with...
This would prob help: https://themer.dev/
Don't have the capacity to do this, but seems like a cool idea. :)
Looked into this a bit, I'm not sure it's realistic. The difference is that the current reallocation solution ensures that the valid data in the buffer always start at index...
One potential solution to the above would be if we could take the owned larger buffer returned by `collapse`, and split it into a smaller buffer without copying. Not possible...
For `build-std` and `build-std-features`, could we pass these values as command line flags instead? Eg `-Zbuild-std-features=compiler-builtins-mem` `-Zbuild-std=core,alloc`. It seems like that should work, though it may conflict with the existing...
Yeah it would require some (potentially unwieldy) changes to xtask. The upside of using xtask though is that that's feasible. Eg it'd work quite nicely for running examples etc
tested my earlier idea of adapting cargo (with custom runners) a bit, but don't think it's worth it. Ref: #2733. If the workspaces PR doesn't progress to unblock this, we...
Rephrasing to make sure I follow: Crosvm handles debugging by injecting breakpoint instructions into the client via said gdb feature. We currently don't handle these, and so we fail. If...
Thanks! That blogpost looks like a very good starting point indeed.