Skip to content

Fix VectorSlice.all and ArraySlice.all#264

Merged
JohnReppy merged 1 commit into
smlnj:mainfrom
p-ouellette:fix-slice-all
Dec 19, 2022
Merged

Fix VectorSlice.all and ArraySlice.all#264
JohnReppy merged 1 commit into
smlnj:mainfrom
p-ouellette:fix-slice-all

Conversation

@p-ouellette

@p-ouellette p-ouellette commented Dec 16, 2022

Copy link
Copy Markdown
Contributor

Description

These functions had the same implementation as the exists functions. CharArraySlice.all was correct; the other implementations are updated to match.

This should be applied to the the development version as well.

Related Issue

n/a

Motivation and Context

Bug fix.

How Has This Been Tested?

I built SML/NJ and confirmed that the function works as expected.

These functions had the same implementation as the exists functions.
CharArraySlice.all was correct; the other implementations are updated to
match.

@JohnReppy JohnReppy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks for the fix.

@JohnReppy JohnReppy merged commit ac2bf49 into smlnj:main Dec 19, 2022
@JohnReppy JohnReppy self-assigned this Dec 19, 2022
@JohnReppy JohnReppy added fixed-in-110.99.4 issues that will be fixed in the 110.99.4 version basis-lib problem with Standard ML Basis library labels Dec 19, 2022
JohnReppy added a commit to smlnj/smlnj that referenced this pull request Dec 19, 2022
@p-ouellette p-ouellette deleted the fix-slice-all branch December 27, 2022 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

basis-lib problem with Standard ML Basis library fixed-in-110.99.4 issues that will be fixed in the 110.99.4 version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants