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: windows ci pass 2 #60

Merged
merged 6 commits into from
Dec 19, 2024
Merged

fix: windows ci pass 2 #60

merged 6 commits into from
Dec 19, 2024

Conversation

lowlighter
Copy link
Owner

@lowlighter lowlighter commented Dec 18, 2024

  • Closes unit tests failing on windows/deno for %@event #57
    • Issue was that the delay wasn't high enough, using retry() instead for more resilience
  • Closes unit test failing on node js + windows #58
    • Issue was 0.0.0.0 is not properly supported on windows, but then localhost would resolve to ::1 (ipv6) which cause some trouble, using forced 127.0.0.1 (ipv4) solve this
    • The deno std resolve() function does not support resolving windows path without a drive letter, so we base ourselve upon import.meta.dirname to fix this

@lowlighter lowlighter marked this pull request as ready for review December 19, 2024 00:05
@lowlighter lowlighter enabled auto-merge (squash) December 19, 2024 00:06
@lowlighter lowlighter merged commit b33f36d into main Dec 19, 2024
18 checks passed
@lowlighter lowlighter deleted the fix-windows-ci-2 branch December 19, 2024 00:10
Comment on lines +120 to +122
"description": "Alias for task reinstall:deno",
"command": "sleep 0"
},

Choose a reason for hiding this comment

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

This doesn't actually alias it :)

Copy link
Owner Author

Choose a reason for hiding this comment

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

Good catch !
Opened #64

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

Successfully merging this pull request may close these issues.

unit test failing on node js + windows unit tests failing on windows/deno for %@event
2 participants