Skip to content

Dynamically switching from all-file processing to single-file processing of multi file JavaSources. - #2959

Merged
jlahoda merged 10 commits into
apache:masterfrom
jlahoda:multi-file-parse
Nov 14, 2021
Merged

Dynamically switching from all-file processing to single-file processing of multi file JavaSources.#2959
jlahoda merged 10 commits into
apache:masterfrom
jlahoda:multi-file-parse

Conversation

@jlahoda

@jlahoda jlahoda commented May 17, 2021

Copy link
Copy Markdown
Contributor

This is an attempt to improve the current facility to run processing of multiple Java files in a single javac instance by trying the processing, and falling back to file-by-file processing if it fails to fit into memory.

@jlahoda jlahoda added the Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) label May 17, 2021
@jlahoda jlahoda added this to the 12.5 milestone May 17, 2021
@jlahoda
jlahoda marked this pull request as draft May 17, 2021 04:30
@ebarboni ebarboni modified the milestones: 12.5, 12.6 Jul 21, 2021
@ebarboni

Copy link
Copy Markdown
Contributor

changing milestone as it's a draft and we are near 12.5 release

@jlahoda
jlahoda marked this pull request as ready for review September 25, 2021 07:19
@arvindaprameya

Copy link
Copy Markdown

approved, thank you !

@jlahoda jlahoda changed the title Trying to dynamically switch from all-file processing to single-file processing of multi file JavaSources. Dynamically switching from all-file processing to single-file processing of multi file JavaSources. Oct 7, 2021
@neilcsmith-net neilcsmith-net modified the milestones: 12.6, NB13 Oct 22, 2021

@dbalek dbalek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants