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

refactor: use granular --unstable-* CLI flags #4232

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Conversation

iuioiua
Copy link
Contributor

@iuioiua iuioiua commented Jan 24, 2024

No description provided.

@iuioiua iuioiua requested a review from kt3k as a code owner January 24, 2024 20:44
@iuioiua iuioiua requested review from bartlomieju and removed request for kt3k January 24, 2024 20:44
@@ -12,7 +12,7 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/"
},
"tasks": {
"test": "DENO_NO_DEPRECATION_WARNINGS=1 deno test --doc --unstable --allow-all --parallel --coverage --trace-ops",
"test": "DENO_NO_DEPRECATION_WARNINGS=1 deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-ops",
Copy link
Member

Choose a reason for hiding this comment

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

Which API is used with --unstable-http?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The use of Deno.createHttpClient() within http/server_test.ts.

@iuioiua iuioiua merged commit 845a6f8 into main Jan 24, 2024
10 checks passed
@iuioiua iuioiua deleted the granular-unstable branch January 24, 2024 20:48
@kt3k kt3k mentioned this pull request Jan 31, 2024
2 tasks
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.

2 participants