Cole Faust

Results 25 comments of Cole Faust

The issue is fixed if you change `split-string-and-unquote` to `split-string` in `cide--split-command`, but I'm not sure what the implications are of doing this.

[In the latest python 3.11 beta](https://docs.python.org/3.11/whatsnew/3.11.html) there's a -P flag and `PYTHONSAFEPATH` environment variable that prevent the python interpreter from prepending this path. So this could very easily be fixed...

@FlorentRevest I'm also trying to get this kernel on the chip. I'm trying to set up NFS booting over usb via the usb_ether gadget, but this repository doesn't appear to...

Did you use some other method of networking than the usb_ether gadget then? When I try to boot the kernel, I get `udc-core: couldn't find an available UDC - added...

- I did briefly look into bumpalo, but didn't use it because dashmap and stdlib hashmaps don't support custom allocators. Also bumpalo doesn't support multithreading directly, you have to create...

> I haven't looked into the rest of this PR yet, sorry. :( It seems pretty fancy though, do you think you'll use it for Android going forward? Do you...

> BTW I think you'll need https://github.com/evmar/n2/issues/50 if you want to use n2 in production. Or maybe even consider using a real database, I dunno -- the load time is...

> [Relevant code in Android's Ninja fork](https://android.googlesource.com/platform/external/ninja/+/refs/heads/main/src/util.cc#443). (Not sure how to get a permalink to that commit but the file is unlikely to change much in the future, but it's...

> I believe the Android build file text might be much larger(?) Some numbers: ``` aosp-main$ du -h out/build-sdk_phone64_x86_64.ninja 935M out/build-sdk_phone64_x86_64.ninja aosp-main$ du -h out/soong/build.sdk_phone64_x86_64.ninja 2.3G out/soong/build.sdk_phone64_x86_64.ninja ``` ``` internal-main$...