Skip to content

Conversation

@zamderax
Copy link

@zamderax zamderax commented Oct 28, 2025

On filesystems without symlink support for Windows, the symlinked test helper at is materialized as a plain text file containing the relative path, which breaks compilation with errors like:

expressions are not allowed at the top level
cannot find 'assertNoThrowWithValue' in scope

This change inlines the contents, restoring the intended shared test utilities for the NIOHTTP1 test target. This helps Windows compile the Test target

Copy link
Contributor

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, thanks very much! ✨

@Lukasa Lukasa added the semver/none No version bump required. label Oct 28, 2025
@Lukasa
Copy link
Contributor

Lukasa commented Oct 28, 2025

Looks like the replacement has caused a knock-on breakage because Git still thinks the file is a link. Try the top-voted answer to this question to resolve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants