Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle unit test bug on Playground API side #355

Merged
merged 10 commits into from
Jul 7, 2024
Merged

Conversation

x1unix
Copy link
Owner

@x1unix x1unix commented Jul 7, 2024

This PR adds a cludge to handle unit test run bug on Playground's API (see: golang/go#68327).

For single file snippets - it simply removes file names from request.
For multi-file snippets it's impossible to do anything except showing a message about the bug.

WebAssembly testing support will be addressed in a separate PR.

image

Closes: #324

@x1unix x1unix added this to the 2.0.0 milestone Jul 7, 2024
@x1unix x1unix merged commit 6c61f54 into master Jul 7, 2024
1 check passed
@x1unix x1unix deleted the fix/324-test-files branch July 7, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test files cannot be played
1 participant