Skip to content

mechanism to force j2py to print what it's got? #68

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

Open
tdiprima opened this issue May 14, 2020 · 0 comments
Open

mechanism to force j2py to print what it's got? #68

tdiprima opened this issue May 14, 2020 · 0 comments

Comments

@tdiprima
Copy link

tdiprima commented May 14, 2020

Often, j2py will exit without printing python up to... wherever it's gotten up to before it errored. Equally often... we will get a chunk of Java code without context. Meaning, the variable declaration is missing (easy enough to fix), or worse... unknown package import, or something else that may not be necessarily be important to whatever we're trying to do.
I'd like a switch where I can say --ignore or --force to be able to see where j2py got up to. And I'll go ahead and fill in the blanks.

Possible?

(I wouldn't normally ask for something like this, but the program never successfully completes because I'm never given a full correct Java source.)

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

1 participant