-
Notifications
You must be signed in to change notification settings - Fork 12
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
Handling Java exceptions #136
Comments
Any one working on this? |
@zhiyuanshi I think no one |
@zonyitoo Could you provide a minimal program that exhibits the issue? |
@zhiyuanshi sure! |
first example, the simplest,
|
First we handle Java exceptions and then make our own as Java exceptions. :) So what I need is a F2J program that uses Java file I/O and the resulting Java program should not be able to be compiled by |
@zhiyuanshi So you want a program that cannot be complied? That is easy ;)
|
@zonyitoo Oh great. I like it. |
What's the status now? |
@xnning Wondering if you're handling this for us at the moment? |
@zhiyuanshi Nope. Pull request #168 provides a |
There is no way to handle/raise exception in F2J, so I cannot even read a file.
Also for #108 .
The text was updated successfully, but these errors were encountered: