Skip to content

[Fork] Allow support for static imports through pdex's ImportStatement.#19

Merged
sampottinger merged 6 commits into
masterfrom
static_imports
Nov 11, 2019
Merged

[Fork] Allow support for static imports through pdex's ImportStatement.#19
sampottinger merged 6 commits into
masterfrom
static_imports

Conversation

@sampottinger

Copy link
Copy Markdown
Owner

Discontinued use of string import statement generation and migrated to pdex's ImportStatement class which can keep track of if the import is static or not. This allows static imports to be handled correctly in PDEX, JavaBuild library resoluation, and actual Java compilation step. Resolves processing/processing#5577 and processing/processing4#16 but only in the Processing4 branch.

Discontinued use of string import statement generation and migrated to pdex's ImportStatement class which can keep track of if the import is static or not. This allows static imports to be handled correctly in PDEX, JavaBuild library resoluation, and actual Java compilation step. Resolves processing/processing#5577 and processing/processing4#16 but only in the Processing4 branch.
@sampottinger sampottinger changed the title Allow support for static imports through pdex's ImportStatement. [Fork] Allow support for static imports through pdex's ImportStatement. Nov 5, 2019
@sampottinger sampottinger merged commit 3cf022f into master Nov 11, 2019
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

import static may throw a invalid error "No library found for library.class"

1 participant