Fix RawHTML, Script after SwiftSoup removed DataNode(String, ...) initializer#207
Conversation
|
Thank you! |
Head branch was pushed to by a user without write access
| steps: | ||
| - name: Select Xcode | ||
| run: sudo xcode-select -s "/Applications/Xcode_16.app" | ||
| run: sudo xcode-select -s "/Applications/Xcode_16.2.app" |
There was a problem hiding this comment.
Xcode 16.0 is unavailable in macos-latest (which points to macos-14).
|
@jverkoey Just a heads up, I had to push another commit because CI failed, which automatically disabled the auto-merge. |
|
Ah thank you! Merged. Much appreciated you tackling this fix! |
|
Where are you using Slipstream at btw? Happy to add a link to your sites :) |
I’m just getting started with Slipstream, so no live content just yet. I'm focused on revamping my Tailwind site at P256K1.dev and replacing a placeholder at 21.dev. Once I get everything rolling, I’ll open-source it on GitHub. Appreciate the support and would love a link when things are ready! Thanks! 😊 🚀 |
What happened?
When a project depends on Slipstream, it currently fetches version 2.8.7+ of SwiftSoup. This dependency introduced a breaking change in PR scinfu/SwiftSoup#295 which deleted the convenience initializer:
As a result, Slipstream fails to compile with:
Alternatives considered
exact: