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

Add further nio stubs #863

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Conversation

SquidDev
Copy link
Contributor

Sorry, this is a very boring PR, just continuing to fill out the classes under java.nio.file that some of my code references:

  • Add {FileAlreadyExists,NoSuchFile,NotADirectory}Exception.
  • Add OpenOption interface and StandardOpenOption enum.

 - Add {FileAlreadyExists,NoSuchFile,NotADirectory}Exception.
 - Add OpenOption interface and StandardOpenOption enum.
@konsoletyper
Copy link
Owner

BTW, you don't need to maintain your own fork just to cover missing classes in classlib module. You can just put them into your app's code and this will work.

@konsoletyper konsoletyper merged commit 8fa1a86 into konsoletyper:master Nov 19, 2023
5 checks passed
@SquidDev SquidDev deleted the more-nio-stubs branch November 19, 2023 17:24
miviwi pushed a commit to miviwi/teavm that referenced this pull request Aug 1, 2024
- Add {FileAlreadyExists,NoSuchFile,NotADirectory}Exception.
 - Add OpenOption interface and StandardOpenOption enum.
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.

2 participants