Skip to content

common : add character class support to glob_match#21111

Merged
CISC merged 2 commits into
masterfrom
cisc/glob-match-character-class
Mar 28, 2026
Merged

common : add character class support to glob_match#21111
CISC merged 2 commits into
masterfrom
cisc/glob-match-character-class

Conversation

@CISC
Copy link
Copy Markdown
Member

@CISC CISC commented Mar 28, 2026

Overview

Adds character class support to glob_match.

Additional information

Allows matches like

  • [abc]
  • [a-z]
  • [!0-9]

Requirements

  • I have read and agree with the contributing guidelines
  • AI usage disclosure: YES, asked Qwen3.5-27B to implement it

@CISC CISC requested a review from a team as a code owner March 28, 2026 09:32
Comment thread common/common.cpp Outdated
@CISC CISC requested a review from aldehir March 28, 2026 18:50
@CISC CISC merged commit 3a14a54 into master Mar 28, 2026
1 check passed
@CISC CISC deleted the cisc/glob-match-character-class branch March 28, 2026 18:57
slartibardfast pushed a commit to slartibardfast/llama.cpp that referenced this pull request Apr 12, 2026
* add character class support to glob_match

* remove pointless reference
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
* add character class support to glob_match

* remove pointless reference
rsenthilkumar6 pushed a commit to rsenthilkumar6/llama.cpp that referenced this pull request May 1, 2026
* add character class support to glob_match

* remove pointless reference
ljubomirj pushed a commit to ljubomirj/llama.cpp that referenced this pull request May 6, 2026
* add character class support to glob_match

* remove pointless reference
my-other-github-account pushed a commit to my-other-github-account/llama.cpp that referenced this pull request May 15, 2026
* add character class support to glob_match

* remove pointless reference
my-other-github-account pushed a commit to my-other-github-account/llama.cpp that referenced this pull request May 15, 2026
* add character class support to glob_match

* remove pointless reference
fewtarius pushed a commit to fewtarius/llama.cpp that referenced this pull request May 30, 2026
* add character class support to glob_match

* remove pointless reference
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.

3 participants