Jacob Alexander
Jacob Alexander
I'm still interested in this. Will need to get the CI issues fixed.
I didn't know this existed (and I've never used conda). I'm happy to fix any packaging relating issues with pycapnp, but I generally don't have a lot of spare time...
I'm not opposed to something like this. Just need to make sure it doesn't affect the common use-case too much.
Unfortunately no. This would be a huge project (and likely fall flat on the performance side).
Yeah, I'm not sure how the Actions stuff works for PRs. I think there's some sort of approval process to even enable actions (so you don't just get random PRs...
I made the change, still doesn't seem to show up here. Again, works on my branch: https://github.com/haata/node-capnp/actions/runs/393176929
Without a running example it'll be hard to debug this. However you can see what the import hooks is doing here: https://github.com/capnproto/pycapnp/blob/master/capnp/lib/capnp.pyx#L4114 (add_import_hook).
I've been working on this. Most of them have been removed but some still remain. Linux ``` building 'capnp.lib.capnp' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/capnp creating build/temp.linux-x86_64-3.7/capnp/lib gcc -pthread -Wno-unused-result -Wsign-compare...
pycapnp uses import hooks to compile the .capnp files at runtime. ```python import capnp # Must be imported first to install the import hooks import mycapnpfile_capnp # Import your capnp...
I'm definitely interested in including this, but please fix the warnings and errors first.