Andrew Kaster
Andrew Kaster
### Description On linux, I use `-print-target-info` to get paths for inclusion in -L and -I of my swift compile commands. When using `-enable-experiemental-feature Embedded`, paths under `$PREFIX/usr/lib/swift/embedded` are not...
After installing the pkg to bootstrap from, setting both SWIFTLY_BIN_DIR and SWIFTLY_HOME_DIR does not impact where toolchains are installed. ``` (venv) andrew@Andrews-MacBook-Pro-2:~/Source/test/swiftly-install$ SWIFTLY_BIN_DIR=$PWD/bin SWIFTLY_HOME_DIR=$PWD/share ~/.swiftly/bin/swiftly init --no-modify-profile --quiet-shell-followup Swiftly will...
It's impossible to use swiftly's lld with -fuse-ld on Ubuntu 24.04 ``` $ /home/andrew/.local/clang -Wl,--version -fuse-ld=/home/andrew/.local/bin/ld.lld Circular swiftly proxy invocation clang: error: linker command failed with exit code 1 (use...
The documentation at https://www.swift.org/install/macos/swiftly/ claims that the same environment variables as Linux can affect the install location. However, as far as I can tell, no matter what the initial `swiftly`...
Buildup and implementation for https://github.com/whatwg/html/pull/11250 This does some .. interesting things to the m_current_entry_index of `window.navigation`. But as far as I could tell, it doesn't actually regress our UI-initiated fwd/back...
Two fixes that came about by running `./Meta/ladybird.sh run headless-browser -R $PWD/Tests/LibWeb -f Text/input/HTML` over and over and seeing what was unhappy. There's a new RequestServer 'EPIPE b/c WebContent disappeared...
This currently doesn't work right because it's slow as molasses and fails to cache anything :(
### Motivation Including swift-testing in the 6.x toolchains has made it easier than ever to include the testing framework in out-of-toolchain user projects. Unfortunately, for CMake projects, some manual elbow...
The SwiftPM entry point is unstable and the new ABIv0 entry point has already been added to the library. ### Motivation: Using the SwiftPM entry point when building tests from...
See commit descriptions for the gory details. This should prevent a majority of the `Trying to post_message during IPC shutdown` error messages we've been seeing. This should also fix #4500....