Skip to content

Conversation

@ota-meshi
Copy link
Owner

close #572

@changeset-bot
Copy link

changeset-bot bot commented Sep 9, 2023

🦋 Changeset detected

Latest commit: b0ddd9f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-plugin-regexp Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

} else {
const words: ReadonlyWord[] = [
...(us.chars.isEmpty ? [] : [[us.chars.ranges[0].min]]),
...us.accept.words,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same issue as in #588. Fixed with #604.

Copy link
Owner Author

Choose a reason for hiding this comment

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

I've added the same fix to this PR. (But there may be conflicts)

@ota-meshi
Copy link
Owner Author

@RunDevelopment I fixed getLexicographicallySmallestInConcatenation a little. Could you check if it is the correct fix?
b0ddd9f

Copy link
Collaborator

@RunDevelopment RunDevelopment left a comment

Choose a reason for hiding this comment

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

Thank you @ota-meshi and sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sort string alternatives

3 participants