Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / swiftlang/swift-experimental-string-processing issues and pull requests

#790 - Remove the unused callstack

Pull Request - State: open - Opened by milseman 5 days ago - 2 comments

#789 - Speed up processor initialization

Pull Request - State: open - Opened by milseman 5 days ago - 3 comments

#788 - Benchmark: Add not-found and all-found path variants

Pull Request - State: closed - Opened by milseman 5 days ago - 1 comment

#787 - Add UTF8 byte matching optimization

Pull Request - State: closed - Opened by milseman 6 days ago - 3 comments

#786 - Benchmark: add a path-sorting benchmark

Pull Request - State: closed - Opened by milseman 6 days ago - 1 comment

#784 - Make generic wrappers inlinable for specialization

Pull Request - State: closed - Opened by milseman 12 days ago - 1 comment

#783 - Add benchmark from sspringer

Pull Request - State: open - Opened by milseman 12 days ago - 1 comment

#781 - Benchmark: option to output perf as csv

Pull Request - State: closed - Opened by milseman 30 days ago - 3 comments

#780 - DO NOT MERGE

Pull Request - State: open - Opened by milseman about 1 month ago - 1 comment

#779 - [6.0.2] Limit recursion in regex parser

Pull Request - State: closed - Opened by natecook1000 about 1 month ago - 1 comment

#778 - Add URL word breaking benchmarks

Pull Request - State: closed - Opened by milseman about 1 month ago - 4 comments

#777 - Treat capture 0 (i.e. the whole match) specially

Pull Request - State: closed - Opened by milseman about 1 month ago - 3 comments

#776 - Faster Processor resets

Pull Request - State: closed - Opened by milseman about 1 month ago - 3 comments

#775 - [NFC] Re-enable tests for capture type munging

Pull Request - State: closed - Opened by natecook1000 about 1 month ago - 6 comments

#774 - DO NOT MERGE: why does this work?

Pull Request - State: closed - Opened by milseman about 1 month ago

#773 - Persist persistent state in the processor.

Pull Request - State: closed - Opened by milseman about 1 month ago - 13 comments

#771 - Cleanup algorithms code

Pull Request - State: closed - Opened by milseman about 1 month ago - 3 comments

#770 - Preserve word boundary cache across multiple matches

Issue - State: open - Opened by milseman about 1 month ago

#769 - Fix bug in word boundary caching

Pull Request - State: closed - Opened by milseman about 1 month ago - 4 comments

#768 - Earlier entries in word boundary cache are cleared incorrectly

Issue - State: closed - Opened by milseman about 1 month ago

#767 - Customize `NSError.localizedDescription` for Regex

Pull Request - State: open - Opened by benrimmington about 1 month ago - 1 comment

#766 - Update Package.swift `-define-availability` macros

Pull Request - State: open - Opened by benrimmington about 2 months ago

#765 - Is CustomConsumingRegexComponent incapable of declaring the start of a match?

Issue - State: open - Opened by DandyLyons about 2 months ago - 1 comment
Labels: bug

#764 - [swift/main] Add missing imports of _RegexParser

Pull Request - State: closed - Opened by tshortli about 2 months ago - 5 comments

#763 - Add missing imports of `_RegexParser`

Pull Request - State: closed - Opened by tshortli about 2 months ago - 2 comments

#762 - [6.0] Limit recursion in regex parser

Pull Request - State: closed - Opened by natecook1000 about 2 months ago - 6 comments

#761 - Limit recursion in regex parser (#757)

Pull Request - State: open - Opened by milseman 2 months ago - 5 comments

#760 - [WIP] Regex lookbehind support

Pull Request - State: open - Opened by JacobHearst 3 months ago - 5 comments

#759 - Use swift/main for development

Pull Request - State: open - Opened by milseman 3 months ago - 1 comment

#758 - Use Bionic module from new Android overlay in Swift 6 instead

Pull Request - State: closed - Opened by finagolfin 3 months ago - 5 comments

#757 - Limit recursion in regex parser

Pull Request - State: closed - Opened by milseman 4 months ago - 3 comments

#756 - [swift/main] Migrate to internal imports

Pull Request - State: closed - Opened by tshortli 4 months ago - 4 comments

#755 - Migrate to internal imports

Pull Request - State: closed - Opened by tshortli 4 months ago - 1 comment

#754 - Limit recursion in regex parser

Pull Request - State: closed - Opened by milseman 4 months ago - 2 comments

#753 - Delete CODE_OF_CONDUCT.md

Pull Request - State: closed - Opened by parispittman 4 months ago - 1 comment

#752 - Delete CONTRIBUTING.md

Pull Request - State: closed - Opened by parispittman 4 months ago - 1 comment

#751 - [swift/main] Add tests for substring searching at substring boundaries

Pull Request - State: closed - Opened by natecook1000 4 months ago - 1 comment

#749 - Add tests for substring searching at substring boundaries

Pull Request - State: closed - Opened by natecook1000 4 months ago - 2 comments

#748 - [6.0] Add a string-specific search algorithm

Pull Request - State: closed - Opened by natecook1000 5 months ago - 3 comments

#747 - [swift/main] Add a string-specific search algorithm

Pull Request - State: closed - Opened by natecook1000 5 months ago - 2 comments

#746 - [6.0] Fix word boundary matching in `matches(of:)`

Pull Request - State: closed - Opened by natecook1000 5 months ago - 1 comment

#745 - [swift/main] Fix word boundary matching in `matches(of:)`

Pull Request - State: closed - Opened by natecook1000 5 months ago - 3 comments

#744 - Fix word boundary matching in `matches(of:)`

Pull Request - State: closed - Opened by natecook1000 5 months ago - 2 comments

#743 - Update release 6.0 with main

Pull Request - State: closed - Opened by milseman 6 months ago - 4 comments

#742 - For Reference: Update swift/release/6.0 with main

Pull Request - State: closed - Opened by milseman 6 months ago

#741 - main -> swift/main squashed

Pull Request - State: closed - Opened by milseman 6 months ago - 1 comment

#740 - Add a note about the older Swift 5 syntax

Pull Request - State: closed - Opened by amartini51 6 months ago - 4 comments

#739 - [swift/main] Support change matching options in Regex refactoring

Pull Request - State: closed - Opened by Azoy 6 months ago - 1 comment

#738 - Support change matching options in Regex refactoring

Pull Request - State: closed - Opened by Azoy 6 months ago - 3 comments

#737 - Work around compiler type checker issue

Pull Request - State: closed - Opened by natecook1000 7 months ago - 1 comment

#736 - [6.0] Allow captures in lookahead and atomic groups

Pull Request - State: closed - Opened by natecook1000 7 months ago - 1 comment

#735 - [swift/main] Allow captures in lookahead and atomic groups

Pull Request - State: closed - Opened by natecook1000 7 months ago - 1 comment

#734 - [6.0] Remove most consumer functions

Pull Request - State: closed - Opened by natecook1000 8 months ago - 1 comment

#733 - [swift/main] Remove most consumer functions

Pull Request - State: closed - Opened by natecook1000 8 months ago - 1 comment

#730 - [swift/main] [LiteralPrinter] Use ICU-style escaping for Unicode scalars

Pull Request - State: closed - Opened by natecook1000 8 months ago - 1 comment

#729 - Suppress compiler warnings about Errors with non-Sendable members

Pull Request - State: closed - Opened by natecook1000 8 months ago - 1 comment

#728 - Update the Swift version to 6.0

Pull Request - State: closed - Opened by natecook1000 8 months ago - 1 comment

#727 - Suppress compiler warnings about Errors with non-Sendable members

Pull Request - State: closed - Opened by tshortli 8 months ago - 4 comments

#726 - Convert the RegexBuilder overloads to use variadic generics

Pull Request - State: open - Opened by natecook1000 9 months ago - 2 comments

#725 - [LiteralPrinter] Use ICU-style escaping for Unicode scalars

Pull Request - State: closed - Opened by natecook1000 9 months ago - 1 comment

#724 - Regex does not match isolated combining mark as whitespace if preceded by whitespace

Issue - State: open - Opened by digitalheir 9 months ago - 1 comment
Labels: bug

#723 - Allow captures during lookahead

Pull Request - State: closed - Opened by natecook1000 9 months ago - 1 comment

#722 - [swift/main] Update the Swift version to 6.0

Pull Request - State: closed - Opened by shahmishal 9 months ago - 1 comment

#721 - [swift/main] Availability fixes for literalPattern and ignoring...

Pull Request - State: closed - Opened by natecook1000 9 months ago - 2 comments

#720 - Fix literal pattern availability

Pull Request - State: closed - Opened by natecook1000 9 months ago - 2 comments

#719 - Fix release mode testing issue

Pull Request - State: closed - Opened by natecook1000 9 months ago - 1 comment

#718 - "\r?" regex doesn't seem to work properly

Issue - State: open - Opened by MarsupialFan 9 months ago - 1 comment
Labels: bug

#717 - Update availability for ignoreCapture... APIs

Pull Request - State: closed - Opened by natecook1000 9 months ago - 4 comments

#716 - Overhaul quantification optimizations

Pull Request - State: closed - Opened by Catfish-Man 10 months ago - 8 comments

#715 - Add a string-specific search algorithm

Pull Request - State: closed - Opened by natecook1000 10 months ago - 8 comments

#714 - Add @retroactive to conformances that need it. (#712)

Pull Request - State: closed - Opened by natecook1000 10 months ago - 1 comment

#713 - Regex with positive lookahead crashes at runtime when accessing match.output

Issue - State: closed - Opened by AndreasVerhoeven 10 months ago - 1 comment
Labels: bug

#712 - Add @retroactive to conformances that need it

Pull Request - State: closed - Opened by tshortli 10 months ago - 1 comment

#710 - Overhaul quantification optimizations

Pull Request - State: closed - Opened by milseman 11 months ago - 2 comments

#709 - [swift/main] Provide literal pattern for convertible regexes

Pull Request - State: closed - Opened by natecook1000 11 months ago - 3 comments

#708 - [DRAFT] Refactor and generalize quant nonmutating generalization

Pull Request - State: closed - Opened by milseman 11 months ago - 1 comment

#707 - [DRAFT] Refactor quant nonmutating

Pull Request - State: open - Opened by milseman 11 months ago - 1 comment

#706 - Speed up quantification optimizations by unswitching

Pull Request - State: closed - Opened by milseman 11 months ago - 2 comments

#705 - [swift/main] Merge performance improvements into swift/main

Pull Request - State: closed - Opened by milseman 11 months ago - 1 comment

#704 - Refactor quick ascii character

Pull Request - State: open - Opened by milseman 11 months ago

#703 - [DRAFT] word breaking test case

Pull Request - State: open - Opened by milseman 11 months ago - 1 comment

#702 - [swift/release/5.10] Adds SPI for a NSRE compatibility mode option (#698)

Pull Request - State: closed - Opened by natecook1000 12 months ago - 4 comments

#701 - Creating a `ChoiceOf` from an array

Issue - State: open - Opened by bbrk24 12 months ago - 1 comment

#700 - [swift/main] Adds SPI for a NSRE compatibility mode option (#698)

Pull Request - State: closed - Opened by natecook1000 12 months ago - 6 comments

#698 - Adds SPI for a NSRE compatibility mode option

Pull Request - State: closed - Opened by natecook1000 about 1 year ago - 2 comments

#694 - `contains<C>(_:)` does not behave as expected

Issue - State: open - Opened by hitsvilleusa about 1 year ago - 1 comment

#690 - Fast-path ASCII character class matching

Pull Request - State: closed - Opened by milseman over 1 year ago - 3 comments

#679 - Unicode 15 scripts and blocks are unrecognized

Issue - State: open - Opened by benrimmington over 1 year ago - 1 comment

#678 - Provide literal pattern for convertible regexes

Pull Request - State: closed - Opened by natecook1000 over 1 year ago - 1 comment

#670 - Provide literal pattern for convertible regexes

Pull Request - State: closed - Opened by natecook1000 over 1 year ago - 5 comments

#668 - SE-0351 was accepted with `mapOutput`, but it's not implemented

Issue - State: open - Opened by tevelee over 1 year ago - 3 comments

#660 - Remove most consumer functions

Pull Request - State: closed - Opened by natecook1000 over 1 year ago - 8 comments

#639 - Regex non-deterministicly fails

Issue - State: open - Opened by jasonbobier over 1 year ago - 4 comments
Labels: bug