Yang, Bo

Results 420 comments of Yang, Bo

There are similar issues due to not enabling py/reduce for other objects, reported in #576

In order to avoid memory leaks in streaming mode, we need to add a weakref to register a callback to remove key value pairs from `Pickle._objs` if the instance supports...

The behavior could be surprising sometimes: ``` nix-repl> pkgs = import {} nix-repl> pkgs.bash.outPath + /bin/bash "/nix/store/s7r5cnjj4zy41g2nql3vf2ivr09wfm5p-bash-5.1-p16/nix/store/4jd7mslcg2c1w95z29crzkvrglf0qf7a-bash" nix-repl> pkgs.bash + /bin/bash "/nix/store/s7r5cnjj4zy41g2nql3vf2ivr09wfm5p-bash-5.1-p16/bin/bash" ```

Also path interpolation behavior is inconsistent, too ``` nix-repl> :lf git+https://github.com/NixOS/nixos-homepage.git Added 14 variables. nix-repl> /${inputs.nixpkgs} error: a string that refers to a store path cannot be appended to a...

I built a simple `LD_AUDIT` shared library statically linked with musl, built from `musl-gcc -shared -static`. When using `LD_PRELOAD`ed jemalloc with the `LD_AUDIT`, I got the following error: ``` cannot...

> Note: https://bugzilla.redhat.com/show_bug.cgi?id=1878932 mentions a similar sounding problem. [That problem](https://bugzilla.redhat.com/show_bug.cgi?id=1878932) should have been fixed since https://src.fedoraproject.org/rpms/glibc/c/8aee7e3563ec434ce692fbce0b81ef9ba53c2a0a?branch=rawhide This issue looks like a regression.

I think the current symlink behavior is dangerous. Supposing you want to provide a tool for an agent that works in a directory. The agent can create symlinks and files...

Here’s a breakdown of the issues and the proposed solution. ### The Issues with the Current Approach There are two distinct problems caused by `fsspec` automatically following symlinks at a...

To build on that, I think the fundamental problem can be stated this way: **a symlink's meaning is entirely dependent on its context (the path it resides in and the...

@martindurant Thank you for your continued engagement on this topic. I appreciate you taking the time to respond. I would respectfully suggest that there may be a confusion between the...