谢政
谢政
> This no longer reproduces as of the latest main, using this sample [project](https://github.com/Alexhuszagh/issue_605). > > ```shell > $ cross build --target aarch64-unknown-linux-gnu > .... > Compiling futures-intrusive v0.4.0 [50/923]...
> @xie-zheng I'm unable to replicate this under the following 3 scenarios using the following [crate](https://github.com/Alexhuszagh/issue_605): > > All are using the WSL2 backend. In short, I can't replicate it...
> anyone here knows how it would work on something like this: > > ```nu > ls ~/clones/external/nu_scripts/custom-completions/ | each { |file| > if $file.type == "dir" { > use...
> @xie-zheng to achieve this, you'd need the argument of `use` to be a parse-time constant. however, the output of `ls` can never be a parse-time constant, so that wouldn't...
> ```nushell > const CUSTOM_COMPLETIONS = [cargo, git, npm] > const CUSTOM_COMPLETIONS_DIR = ("~/clones/external/nu_scripts/custom-completions/" | path expand) > > for completion in $CUSTOM_COMPLETIONS { > use $"($CUSTOM_COMPLETIONS_DIR)/($completion)/($completion)-completions.nu" > } >...
@fdncred I am thinking about if we can make this possible step by step, like add docs to data types that dont have doc yet first, then linked the type...
If you want to permanently set the RPATH for your executable so that it knows where to find its libraries, you can use the install_name_tool utility on macOS: find the...