Integrated: 8259864: Cleanup unused Prism files

2021-01-19 Thread Johan Vos
On Sat, 16 Jan 2021 18:35:42 GMT, Johan Vos wrote: > Fix for JDK-8259864 > Remove java and native files that are not used/maintained in prism > configurations. This pull request has now been integrated. Changeset: 9d06bd30 Author:Johan Vos URL:

Re: RFR: 8259864: Cleanup unused Prism files [v2]

2021-01-19 Thread Kevin Rushforth
On Mon, 18 Jan 2021 09:02:58 GMT, Johan Vos wrote: >> Fix for JDK-8259864 >> Remove java and native files that are not used/maintained in prism >> configurations. > > Johan Vos has updated the pull request incrementally with one additional > commit since the last revision: > > Process

Re: RFR: JDK-8259718 Remove the Marlin rasterizer (single-precision) [v3]

2021-01-19 Thread Laurent Bourgès
> Changes: > - Removed single-precision Marlin renderer > - class name refactoring > - fix prism > - copyright year Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision: updated Version - Changes: - all:

Re: RFR: JDK-8259718 Remove the Marlin rasterizer (single-precision)

2021-01-19 Thread Kevin Rushforth
On Tue, 19 Jan 2021 07:30:40 GMT, Laurent Bourgès wrote: >> Changes: >> - Removed single-precision Marlin renderer >> - class name refactoring >> - fix prism >> - copyright year > > How to run tests again ? I tried pull commands but it does nothing. If you have enabled GitHub actions for your

Re: New API to read Caps-Lock and Num-Lock state

2021-01-19 Thread Kevin Rushforth
I also think that the suggestion of using Optional is a very good one, and more clearly expresses the "unknown" case without having to invent a new enum and without the problems that throwing an unchecked exception could cause. Thanks. -- Kevin On 1/18/2021 12:20 AM, Nir Lisker wrote: