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

Some other invalid extern definitions #4

Open
andyli opened this issue Feb 28, 2013 · 3 comments
Open

Some other invalid extern definitions #4

andyli opened this issue Feb 28, 2013 · 3 comments

Comments

@andyli
Copy link

andyli commented Feb 28, 2013

I discovered some other invalid extern definitions.
And in fact they can be found easily using the following hxml ;)

-java bin
-lib javastd #or -cp path/to/javastd
--macro include("com")
--macro include("java")
--macro include("javax")
--macro include("org")
--macro include("sun")
--macro include("sunw")
@waneck
Copy link
Owner

waneck commented Feb 28, 2013

ouch ;)
It seems that import java./java.lang. won't have the same desired effect I expected! I'll work on those bugs ASAP. Thanks again for reporting!

@waneck
Copy link
Owner

waneck commented Mar 3, 2013

Well, it seems like there's still a little road to cross to get it all running. I'll be fixing them, but it seems like the externs are becoming useful as they are now (e.g. awt / java.util.* seems to be working now)

@andyli
Copy link
Author

andyli commented Mar 4, 2013

Yes, I can confirm it is much better now. Thanks for the effort and please keep it improving!

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

No branches or pull requests

2 participants