lpil / lpil/rustexp

Combining Non-capturing groups and alternation causes a panic

Open
#11 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted
Dominant language
Rust
Stars
130
Forks
20
PR merge metrics
No merged PRs in 30d

Description

If I enter in the following regex and subject then the capture list on the right doesn't update and the javascript console reports a panic:
Regex:

(?:a(b+)c)|(b+)d

Subject:

abc
bbd

This same regex and subject work as expected in the rust playground.

Either of (?:a(b+)c) or (b+)d work as expected in rustexp, and (?:a(b+)c)(b+)d even works too.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in rustexp with the supplied regex and the subjects "abc" and "bbd", then compare the behavior with the linked Rust playground. Trace the browser-console panic and capture-list update path; done means both subjects update the capture list without a panic.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, wasm
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.