Ackerley Tng

Results 39 comments of Ackerley Tng

If anyone here is looking for a workaround, I've found that setting `BUILD_DIR` and `-derivedDataPath` seems to be sufficient in isolating the builds, and because `BUILT_PRODUCTS_DIR` and `PODS_CONFIGURATION_BUILD_DIR` are both...

Interesting! When I was working on it I didn't get these failures, then when I saw this I tried again and saw the failures, but after checking out the same...

I'm a little busy these free weeks but I'll definitely get to this

Just rebased, letting tests run to see how it goes now.

@tertsdiepraam is right. Was digging into this a little - in the tests, taking `ls -a --ignore *.yml` of `test_ls_ignore_explicit_period` as an example, + in Linux, `*.yml` is interpreted as...

@tertsdiepraam Could you please point me to the part of the code that does shell expansion on Windows?

Would you suggest removing that expansion?

Indeed, removing the glob expansion with this patch allows all `ls` tests to pass on windows. ``` diff --git a/src/uucore/src/lib/lib.rs b/src/uucore/src/lib/lib.rs index e216b8fe3..f08d2d3c9 100644 --- a/src/uucore/src/lib/lib.rs +++ b/src/uucore/src/lib/lib.rs @@ -114,7...

Markdown Extra can be enabled by configuring Goldmark! ``` [markup] [markup.goldmark] [markup.goldmark.extensions] definitionList = true footnote = true linkify = true strikethrough = true table = true taskList = true...