Re: RFR: 8346118: Improve whitespace normalization in preformatted text

2025-03-13 Thread Hannes Wallnöfer
On Wed, 5 Mar 2025 18:07:11 GMT, Jonathan Gibbons wrote: >> Please review an enhancement to make `DocCommentParser` normalize whitespace >> inside `` elements. The normalization is conceptually simple and and >> intended to be minimally invasive. Before parsing, `DocCommentParser` checks >> wh

Re: RFR: 8346118: Improve whitespace normalization in preformatted text [v3]

2025-03-06 Thread Hannes Wallnöfer
> Please review an enhancement to make `DocCommentParser` normalize whitespace > inside `` elements. The normalization is conceptually simple and and > intended to be minimally invasive. Before parsing, `DocCommentParser` checks > whether the text is a traditional doc comment and whether every l

Re: RFR: 8346118: Improve whitespace normalization in preformatted text [v4]

2025-03-06 Thread Hannes Wallnöfer
> Please review an enhancement to make `DocCommentParser` normalize whitespace > inside `` elements. The normalization is conceptually simple and and > intended to be minimally invasive. Before parsing, `DocCommentParser` checks > whether the text is a traditional doc comment and whether every l

Re: RFR: 8346118: Improve whitespace normalization in preformatted text [v2]

2025-03-05 Thread Hannes Wallnöfer
On Thu, 6 Mar 2025 05:18:26 GMT, Hannes Wallnöfer wrote: >> Please review an enhancement to make `DocCommentParser` normalize whitespace >> inside `` elements. The normalization is conceptually simple and and >> intended to be minimally invasive. Before parsing, `DocCommentParser` checks >> wh

Re: RFR: 8346118: Improve whitespace normalization in preformatted text [v2]

2025-03-05 Thread Hannes Wallnöfer
> Please review an enhancement to make `DocCommentParser` normalize whitespace > inside `` elements. The normalization is conceptually simple and and > intended to be minimally invasive. Before parsing, `DocCommentParser` checks > whether the text is a traditional doc comment and whether every l

Re: RFR: 8346118: Improve whitespace normalization in preformatted text

2025-03-05 Thread Hannes Wallnöfer
On Mon, 3 Mar 2025 16:41:18 GMT, Hannes Wallnöfer wrote: > Please review an enhancement to make `DocCommentParser` normalize whitespace > inside `` elements. The normalization is conceptually simple and and > intended to be minimally invasive. Before parsing, `DocCommentParser` checks > whethe

Re: RFR: 8346118: Improve whitespace normalization in preformatted text

2025-03-05 Thread Jonathan Gibbons
On Mon, 3 Mar 2025 16:41:18 GMT, Hannes Wallnöfer wrote: > Please review an enhancement to make `DocCommentParser` normalize whitespace > inside `` elements. The normalization is conceptually simple and and > intended to be minimally invasive. Before parsing, `DocCommentParser` checks > whethe