Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-22 Thread Julian Waters
On Tue, 21 Feb 2023 16:59:18 GMT, Mandy Chung wrote: >> Julian Waters has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains two additional >> commits

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v4]

2023-02-22 Thread Julian Waters
> DLL_ERROR4 is a macro expanding to an error message when a failure to load a > generic item (shared libraries or an exported symbol from said libraries for > example) occurs. "Error: loading:" is not a very pretty message, so this > small change results in "Error: Failed to load %s" instead, w

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v3]

2023-02-22 Thread Mandy Chung
On Tue, 21 Feb 2023 17:14:57 GMT, Julian Waters wrote: >> DLL_ERROR4 is a macro expanding to an error message when a failure to load a >> generic item (shared libraries or an exported symbol from said libraries for >> example) occurs. "Error: loading:" is not a very pretty message, so this >>

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-21 Thread Julian Waters
On Fri, 17 Feb 2023 14:08:34 GMT, Julian Waters wrote: >> DLL_ERROR4 is a macro expanding to an error message when a failure to load a >> generic item (shared libraries or an exported symbol from said libraries for >> example) occurs. "Error: loading:" is not a very pretty message, so this >>

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v3]

2023-02-21 Thread Julian Waters
> DLL_ERROR4 is a macro expanding to an error message when a failure to load a > generic item (shared libraries or an exported symbol from said libraries for > example) occurs. "Error: loading:" is not a very pretty message, so this > small change results in "Error: Failed to load %s" instead, w

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-21 Thread Mandy Chung
On Fri, 17 Feb 2023 14:08:34 GMT, Julian Waters wrote: >> DLL_ERROR4 is a macro expanding to an error message when a failure to load a >> generic item (shared libraries or an exported symbol from said libraries for >> example) occurs. "Error: loading:" is not a very pretty message, so this >>

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-19 Thread Julian Waters
On Fri, 17 Feb 2023 17:05:59 GMT, Mandy Chung wrote: >> Julian Waters has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains two additional >> commits

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-17 Thread Julian Waters
On Fri, 17 Feb 2023 14:08:34 GMT, Julian Waters wrote: >> DLL_ERROR4 is a macro expanding to an error message when a failure to load a >> generic item (shared libraries or an exported symbol from said libraries for >> example) occurs. "Error: loading:" is not a very pretty message, so this >>

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-17 Thread Mandy Chung
On Fri, 17 Feb 2023 14:08:34 GMT, Julian Waters wrote: >> DLL_ERROR4 is a macro expanding to an error message when a failure to load a >> generic item (shared libraries or an exported symbol from said libraries for >> example) occurs. "Error: loading:" is not a very pretty message, so this >>

Re: RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]

2023-02-17 Thread Julian Waters
> DLL_ERROR4 is a macro expanding to an error message when a failure to load a > generic item (shared libraries or an exported symbol from said libraries for > example) occurs. "Error: loading:" is not a very pretty message, so this > small change results in "Error: Failed to load %s" instead, w

RFR: 8302667: Improve message format when failing to load symbols or libraries

2023-02-16 Thread Julian Waters
DLL_ERROR4 is a macro expanding to an error message when a failure to load a generic item (shared libraries or an exported symbol from said libraries for example) occurs. "Error: loading:" is not a very pretty message, so this small change results in "Error: Failed to load %s" instead, which loo