Hi all,
This patch splits out the concrete keys of -Xlint into a new option, --help-lint, so that the output of --help-extra is kept clean and concise. Thank you for taking the time to review. Best Regards. ------------- Commit messages: - 8230623: Extract command-line help for -Xlint sub-options to new --help-lint Changes: https://git.openjdk.java.net/jdk/pull/1758/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1758&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8230623 Stats: 64 lines in 5 files changed: 37 ins; 22 del; 5 mod Patch: https://git.openjdk.java.net/jdk/pull/1758.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1758/head:pull/1758 PR: https://git.openjdk.java.net/jdk/pull/1758 |
On Sun, 13 Dec 2020 14:20:45 GMT, Guoxiong Li <[hidden email]> wrote:
> Hi all, > > This patch splits out the concrete keys of -Xlint into a new option, --help-lint, > so that the output of --help-extra is kept clean and concise. > > Thank you for taking the time to review. > > Best Regards. Because a new option is being added, a CSR approval is required. src/jdk.compiler/share/man/javac.1 line 643: > 641: .RS > 642: .RE > 643: .TP This change is somewhat problematic. The nroff man files are generated from Markdown files which are not (yet) open source. Don't ask: long story; we're working on it. The bottom line is that this change should really be made to the upstream Markdown file. Direct changes to this file are at risk of being overwritten at some point in the future. ------------- PR: https://git.openjdk.java.net/jdk/pull/1758 |
On Wed, 16 Dec 2020 18:34:01 GMT, Jonathan Gibbons <[hidden email]> wrote:
>> Hi all, >> >> This patch splits out the concrete keys of -Xlint into a new option, --help-lint, >> so that the output of --help-extra is kept clean and concise. >> >> Thank you for taking the time to review. >> >> Best Regards. > > Because a new option is being added, a CSR approval is required. @jonathan-gibbons Could I ask your help to create the CSR request in the bug tracker? ------------- PR: https://git.openjdk.java.net/jdk/pull/1758 |
In reply to this post by Guoxiong Li-2
> Hi all,
> > This patch splits out the concrete keys of -Xlint into a new option, --help-lint, > so that the output of --help-extra is kept clean and concise. > > Thank you for taking the time to review. > > Best Regards. Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision: Remove the content in documentation javac.1 ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/1758/files - new: https://git.openjdk.java.net/jdk/pull/1758/files/b844e8c4..b73d62e6 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1758&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1758&range=00-01 Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 mod Patch: https://git.openjdk.java.net/jdk/pull/1758.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1758/head:pull/1758 PR: https://git.openjdk.java.net/jdk/pull/1758 |
In reply to this post by Guoxiong Li-2
On Sun, 13 Dec 2020 14:20:45 GMT, Guoxiong Li <[hidden email]> wrote:
> Hi all, > > This patch splits out the concrete keys of -Xlint into a new option, --help-lint, > so that the output of --help-extra is kept clean and concise. > > Thank you for taking the time to review. > > Best Regards. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.java.net/jdk/pull/1758 |
Free forum by Nabble | Edit this page |