Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: hide several --unstable-* flags #25378

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

bartlomieju
Copy link
Member

This commit hides following unstable flags:

  • --unstable-ffi (the API is now stable)
  • --unstable-webgpu (this API is now stable)
  • --unstable-fs (no more unstable APIs)
  • --unstable-byonm (BYONM is on by default)

The flags are still parseable, but they are not used. Concrete cleanup
will be done in a follow up PR.

@bartlomieju
Copy link
Member Author

Actually, maybe I should remove parsing of these flags in this PR?

@bartlomieju bartlomieju merged commit b9b4b0d into denoland:main Sep 3, 2024
17 checks passed
@bartlomieju bartlomieju deleted the hide_some_unstable_flags branch September 3, 2024 09:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants