Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
@tdiprima

Description

@tdiprima

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions