Re: RFR: 8276632: Use blessed modifier order in security-libs code [v2]

2021-11-05 Thread Sean Mullan
On Thu, 4 Nov 2021 17:21:40 GMT, Magnus Ihse Bursie wrote: >> I ran bin/blessed-modifier-order.sh on source owned by security-libs. This >> scripts verifies that modifiers are in the "blessed" order, and fixes it >> otherwise. I have manually checked the changes made by the script to make >> s

Re: RFR: 8276632: Use blessed modifier order in security-libs code [v2]

2021-11-05 Thread Magnus Ihse Bursie
On Thu, 4 Nov 2021 17:21:40 GMT, Magnus Ihse Bursie wrote: >> I ran bin/blessed-modifier-order.sh on source owned by security-libs. This >> scripts verifies that modifiers are in the "blessed" order, and fixes it >> otherwise. I have manually checked the changes made by the script to make >> s

Re: RFR: 8276632: Use blessed modifier order in security-libs code [v2]

2021-11-04 Thread Magnus Ihse Bursie
> I ran bin/blessed-modifier-order.sh on source owned by security-libs. This > scripts verifies that modifiers are in the "blessed" order, and fixes it > otherwise. I have manually checked the changes made by the script to make > sure they are sound. Magnus Ihse Bursie has updated the pull requ

RFR: 8276632: Use blessed modifier order in security-libs code

2021-11-04 Thread Magnus Ihse Bursie
I ran bin/blessed-modifier-order.sh on source owned by security-libs. This scripts verifies that modifiers are in the "blessed" order, and fixes it otherwise. I have manually checked the changes made by the script to make sure they are sound. - Commit messages: - 8276632: Use bles