Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / maciejhirsz/logos issues and pull requests
#466 - Outdated badge in README
Issue -
State: open - Opened by zaneduffield 8 days ago
- 4 comments
#465 - What is the MSRV of this crate?
Issue -
State: open - Opened by tisonkun 15 days ago
#464 - fix: fixed regex for string value in json examples
Pull Request -
State: closed - Opened by pamburus about 1 month ago
- 5 comments
#463 - How to handle Tokens when the lexical grammar might be non regular
Issue -
State: open - Opened by vikigenius about 1 month ago
- 4 comments
#462 - Custom Error Default trait with extra information from the `Lexer` as parameters
Pull Request -
State: closed - Opened by sokorototo about 2 months ago
- 4 comments
#461 - Incorrect matched token slice and span when involving a dash.
Issue -
State: open - Opened by WindSoilder about 2 months ago
- 3 comments
Labels: bug
#460 - How to match all identifier that beyond ASCII?
Issue -
State: closed - Opened by tisonkun about 2 months ago
- 5 comments
Labels: question
#459 - Relax error bound
Pull Request -
State: open - Opened by SarguelUnda about 2 months ago
- 3 comments
#458 - JSON example fails to lex unicode escapes like `"unicode\u2028escape"`
Issue -
State: closed - Opened by kdy1 about 2 months ago
- 10 comments
Labels: bug, question
#457 - Unicode properties increase compile time significantly
Issue -
State: closed - Opened by lylythechosenone about 2 months ago
- 4 comments
Labels: question
#456 - `"a|a*b"` should match `"aa"` but it doesn't
Issue -
State: open - Opened by zeng-y-l 2 months ago
- 6 comments
Labels: bug, T-backtracking
#455 - Fix #[regex] monospace formatting in 4.2 Token and Regex
Pull Request -
State: closed - Opened by l1npengtul 2 months ago
- 1 comment
Labels: book
#454 - Allow other lifetimes in tokens
Issue -
State: open - Opened by 414owen 2 months ago
- 3 comments
Labels: enhancement, good first issue, nice to have
#453 - Fix typo in multiple lifetime error message
Pull Request -
State: closed - Opened by 414owen 2 months ago
- 1 comment
#452 - No semver-compatible upgrade published after 0.14.3 yanked
Issue -
State: closed - Opened by sandersaares 2 months ago
- 3 comments
Labels: bug
#451 - chore(release): bump to 0.15
Pull Request -
State: closed - Opened by jeertmans 3 months ago
- 1 comment
Labels: release
#450 - Is it possible to create a lexer that owns the string it's provided?
Issue -
State: open - Opened by glyh 3 months ago
- 11 comments
Labels: help wanted, question, nice to have
#449 - Latest patch bumped MSRV for logos-derive
Issue -
State: closed - Opened by elpiel 3 months ago
- 6 comments
Labels: question
#448 - Book improvements
Pull Request -
State: open - Opened by fmorroni 3 months ago
- 1 comment
#446 - Running into `precise captures on `impl Trait` are experimental` with 0.14.3
Issue -
State: closed - Opened by tdomhan 3 months ago
- 4 comments
Labels: wontfix
#445 - Add option to change error constructor
Pull Request -
State: open - Opened by mysteriouslyseeing 3 months ago
- 15 comments
#444 - Add option to change error constructor
Issue -
State: open - Opened by mysteriouslyseeing 3 months ago
Labels: enhancement
#443 - chore(release): bump to 0.14.3
Pull Request -
State: closed - Opened by jeertmans 3 months ago
- 2 comments
Labels: release
#442 - Minor readme improvments
Pull Request -
State: closed - Opened by tkr-sh 3 months ago
- 3 comments
Labels: enhancement, documentation
#441 - Add callbacks and priority for #[logos(skip)]
Pull Request -
State: open - Opened by mysteriouslyseeing 3 months ago
- 4 comments
Labels: enhancement, book
#440 - Add callback to skip
Issue -
State: open - Opened by mysteriouslyseeing 3 months ago
- 9 comments
Labels: enhancement, nice to have
#439 - chore(book): add simple calculator example
Pull Request -
State: closed - Opened by your-diary 3 months ago
- 2 comments
Labels: book
#438 - Bump rstest to 0.23.0, the current release
Pull Request -
State: closed - Opened by musicinmybrain 3 months ago
- 1 comment
Labels: dependencies
#437 - chore(deps): bump codecov/codecov-action from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 3 comments
Labels: dependencies, github-actions
#436 - Recommended way to create an AST from tokens?
Issue -
State: closed - Opened by your-diary 3 months ago
- 4 comments
Labels: question
#435 - fix(lib): use precise capturing on 1.82+
Pull Request -
State: closed - Opened by indietyp 3 months ago
- 7 comments
Labels: bug, continuous integration
#434 - Latest `nightly` on edition 2024 results in compilation failure
Issue -
State: closed - Opened by indietyp 4 months ago
- 10 comments
Labels: bug
#433 - can a callback return/append different tokens?
Issue -
State: closed - Opened by spearphishing 4 months ago
- 4 comments
Labels: question
#432 - Support callbacks returning Result<Skip>
Pull Request -
State: closed - Opened by romamik 4 months ago
- 5 comments
#431 - fix(lib): generate same code on big-endian platforms
Pull Request -
State: closed - Opened by 0x2a-42 4 months ago
- 4 comments
Labels: bug
#430 - fix(book): link to common-regex from logos/attributes in book
Pull Request -
State: closed - Opened by jonesetc 4 months ago
- 1 comment
Labels: book
#429 - chore(deps): bump thollander/actions-comment-pull-request from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 2 comments
Labels: dependencies, github-actions
#428 - [Debug] Test `s390x` environment
Pull Request -
State: closed - Opened by LecrisUT 5 months ago
- 8 comments
#427 - `logos-codegen` test failure in `s390x`
Issue -
State: closed - Opened by LecrisUT 5 months ago
- 13 comments
Labels: bug
#426 - Stateful token disambiguation
Issue -
State: closed - Opened by martinstuder 5 months ago
- 3 comments
Labels: question
#425 - chore(deps): bump ariadne dependency
Pull Request -
State: closed - Opened by LecrisUT 5 months ago
Labels: dependencies
#424 - Runtime stack overflow when lexing certain strings
Issue -
State: open - Opened by Philogy 5 months ago
- 4 comments
Labels: bug, help wanted, question
#423 - Attempting to lex kotlin style interpolated strings
Issue -
State: open - Opened by CreggEgg 5 months ago
- 3 comments
Labels: question
#422 - chore(version): release v0.14.2
Pull Request -
State: closed - Opened by jeertmans 5 months ago
- 1 comment
Labels: release
#421 - How to lex XML comments with regex
Issue -
State: closed - Opened by romamik 5 months ago
- 8 comments
Labels: question
#420 - Error with overlapping token definitions
Issue -
State: open - Opened by ccleve 5 months ago
- 18 comments
Labels: question
#419 - Concept of a lexer mode
Issue -
State: open - Opened by ccleve 5 months ago
- 1 comment
Labels: question
#418 - Bugs in book
Issue -
State: open - Opened by jeertmans 5 months ago
- 3 comments
Labels: good first issue, book
#417 - Using constants in #[regex()] macros
Issue -
State: closed - Opened by ccleve 5 months ago
- 2 comments
Labels: wontfix
#416 - Add documentation
Pull Request -
State: closed - Opened by davidkern 5 months ago
#415 - Workaround for lack of word boundaries
Issue -
State: open - Opened by ceronman 6 months ago
- 4 comments
Labels: question
#414 - add rustfmt to codecov & exclude fuzz from workspace
Pull Request -
State: open - Opened by davidkern 6 months ago
- 1 comment
#413 - feat(lib): add `forbid_unsafe` feature to disable unsafe code
Pull Request -
State: closed - Opened by davidkern 6 months ago
- 12 comments
#412 - I set the priority but it doesn't seem to work
Issue -
State: closed - Opened by yIllusionSky 7 months ago
- 5 comments
Labels: question
#411 - chore(book): added link to Rust's reference
Pull Request -
State: closed - Opened by CommanderStorm 7 months ago
- 1 comment
Labels: book
#411 - chore(book): added link to Rust's reference
Pull Request -
State: closed - Opened by CommanderStorm 7 months ago
- 1 comment
Labels: book
#410 - fix(docs): change old 0.14.0
Pull Request -
State: closed - Opened by jeertmans 7 months ago
- 1 comment
#410 - fix(docs): change old 0.14.0
Pull Request -
State: closed - Opened by jeertmans 7 months ago
- 1 comment
#409 - chore(version): bump logos version to 0.14.1
Pull Request -
State: closed - Opened by jeertmans 7 months ago
- 1 comment
Labels: release
#409 - chore(version): bump logos version to 0.14.1
Pull Request -
State: closed - Opened by jeertmans 7 months ago
- 1 comment
Labels: release
#408 - "Debug" Feature not Found
Issue -
State: closed - Opened by jakewaldrip 7 months ago
- 4 comments
#408 - "Debug" Feature not Found
Issue -
State: closed - Opened by jakewaldrip 7 months ago
- 4 comments
#407 - test: basic fuzzing
Pull Request -
State: closed - Opened by LeoDog896 7 months ago
- 4 comments
#406 - feat: impl Source for T: Deref in no_std
Pull Request -
State: closed - Opened by yjhmelody 7 months ago
- 5 comments
#406 - feat: impl Source for T: Deref in no_std
Pull Request -
State: closed - Opened by yjhmelody 7 months ago
- 5 comments
#405 - fix(codegen/regex): allow vec growth on parse
Pull Request -
State: closed - Opened by LeoDog896 7 months ago
- 5 comments
Labels: bug
#404 - refactor: don't use deprecated max_value() method
Pull Request -
State: closed - Opened by LeoDog896 7 months ago
- 1 comment
#404 - refactor: don't use deprecated max_value() method
Pull Request -
State: closed - Opened by LeoDog896 7 months ago
- 1 comment
#404 - refactor: don't use deprecated max_value() method
Pull Request -
State: closed - Opened by LeoDog896 7 months ago
- 1 comment
#403 - chore: drop python linting frmo pre-commit-config
Pull Request -
State: closed - Opened by LeoDog896 7 months ago
- 1 comment
#402 - [QUESTION] Why are tokens interspersed with `Err(())`s, even though the tokens themselves are correct?
Issue -
State: closed - Opened by test3211234 7 months ago
- 9 comments
Labels: question
#402 - [QUESTION] Why are tokens interspersed with `Err(())`s, even though the tokens themselves are correct?
Issue -
State: closed - Opened by test3211234 7 months ago
- 9 comments
Labels: question
#402 - [QUESTION] Why are tokens interspersed with `Err(())`s, even though the tokens themselves are correct?
Issue -
State: closed - Opened by test3211234 7 months ago
- 9 comments
Labels: question
#401 - [QUESTION] should I use logos for small strings?
Issue -
State: closed - Opened by test3211234 7 months ago
- 1 comment
#400 - Stackoverflow when deriving token with block comment regex
Issue -
State: open - Opened by KarelPeeters 8 months ago
- 3 comments
Labels: bug, help wanted
#399 - Invalid output from token
Issue -
State: open - Opened by axelkar 8 months ago
- 1 comment
Labels: help wanted, question
#398 - Auditing use of unsafe rust
Issue -
State: closed - Opened by pchickey 8 months ago
- 5 comments
Labels: help wanted, question
#397 - Compose non-exclusive token with regex w/ diff priorities
Issue -
State: open - Opened by pinkforest 9 months ago
- 4 comments
Labels: duplicate, help wanted
#396 - fix(docs): typo
Pull Request -
State: closed - Opened by joerivanruth 9 months ago
- 1 comment
#395 - feat(lib): add mermaid diagram debug output + create issue template
Issue -
State: open - Opened by jeertmans 9 months ago
Labels: enhancement, good first issue, nice to have
#395 - feat(lib): add mermaid diagram debug output + create issue template
Issue -
State: open - Opened by jeertmans 9 months ago
Labels: enhancement, good first issue, nice to have
#395 - feat(lib): add mermaid diagram debug output + create issue template
Issue -
State: open - Opened by jeertmans 9 months ago
Labels: enhancement, good first issue, nice to have
#394 - Repeated Group Fails
Issue -
State: open - Opened by abhillman 9 months ago
- 4 comments
Labels: bug, waiting-author
#393 - fix(lib): correctly handle miss for loop in loop
Pull Request -
State: closed - Opened by lukas-code 9 months ago
- 3 comments
Labels: bug
#392 - regex with loop in loop incorrecly matches when it shouldn't
Issue -
State: closed - Opened by lukas-code 9 months ago
Labels: bug
#391 - Emit Alternate Token From Callback
Issue -
State: open - Opened by UnexDev 10 months ago
- 3 comments
Labels: question
#390 - Fix `Lexer::clone` leak and UB + tests
Pull Request -
State: closed - Opened by Jakobeha 10 months ago
- 3 comments
Labels: bug
#390 - Fix `Lexer::clone` leak and UB + tests
Pull Request -
State: open - Opened by Jakobeha 10 months ago
- 2 comments
Labels: bug
#390 - Fix `Lexer::clone` leak and UB + tests
Pull Request -
State: open - Opened by Jakobeha 10 months ago
- 2 comments
Labels: bug
#389 - proc-macro derive panicked message: attempt to subtract with overflow
Issue -
State: closed - Opened by UnexDev 10 months ago
- 3 comments
#389 - proc-macro derive panicked message: attempt to subtract with overflow
Issue -
State: open - Opened by UnexDev 10 months ago
- 2 comments
#388 - Cleanup `.pre-commit-config-yaml`
Issue -
State: open - Opened by jeertmans 11 months ago
#388 - Cleanup `.pre-commit-config-yaml`
Issue -
State: closed - Opened by jeertmans 11 months ago
#388 - Cleanup `.pre-commit-config-yaml`
Issue -
State: open - Opened by jeertmans 11 months ago
#387 - chore(deps): bump peaceiris/actions-mdbook from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies
#386 - chore(lib): remove error branch from LUT if it is unreachable
Pull Request -
State: closed - Opened by RustyYato 11 months ago
- 12 comments
Labels: enhancement
#385 - Unreachable branch in LUTs are still linked to
Issue -
State: closed - Opened by RustyYato 11 months ago
#384 - Stack overflow at ~20,000 characters
Issue -
State: open - Opened by rscarson 11 months ago
- 5 comments
Labels: bug, help wanted
#383 - Another example of regex stumping on tokens
Issue -
State: open - Opened by porkbrain 12 months ago
Labels: duplicate
#382 - chore(lib): add debug feature
Pull Request -
State: open - Opened by jeertmans about 1 year ago
- 1 comment
Labels: enhancement