Results 46 comments of Elaina

额啊……还得重写一份 README。

经过对 pdm 代码的阅读,无法通过现有的实现处理/劫持分包间修改,如果不用一些非常非常恶心的方法的话。

After my tracking it seems manual impl is the best way for now, rather than keep it broken right now. see https://github.com/ziglang/zig/issues/21905, https://github.com/ziglang/zig/pull/1333, https://github.com/ziglang/zig/issues/1349 and https://github.com/tpoechtrager/osxcross. My patch [here](https://gist.github.com/GreyElaina/f05cff055c2b85938cc68572dad1c7cb), added...

*always* hangs? 🤔 could we introduce a timeout for waiting accepting?

敬请见证:https://wakatime.com/@9b922d20-ae54-4b73-81de-c31145268b46

别急,转 Ready for Review / Merge 前我先看看能修多少个测试

将进行一次大的重构,添加新的功能与更健全的状态流转设计

what about...? ```diff diff --git a/pydust/src/pydust.build.zig b/pydust/src/pydust.build.zig index f43e4d5e..ec39bd48 100644 --- a/pydust/src/pydust.build.zig +++ b/pydust/src/pydust.build.zig @@ -312,8 +312,9 @@ fn getLibpython(allocator: std.mem.Allocator, python_exe: []const u8) ![]const u } // Strip python3.11.a.so...

Solved in my fork, copied pyo3's impl, support windows build. WIP.