Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / m4rw3r/chomp issues and pull requests
#72 - parse! macro doesn't work
Issue -
State: open - Opened by MarcWeber 10 months ago
#71 - Fix dependency features
Pull Request -
State: closed - Opened by jedisct1 almost 3 years ago
#70 - Do not reset the slice pointer when whole input is consumed
Pull Request -
State: open - Opened by koute over 6 years ago
#69 - Fix string parser
Pull Request -
State: open - Opened by dario23 over 7 years ago
#68 - Question: What is the idiomatic way of parsing a string from a byte slice?
Issue -
State: open - Opened by kjvalencik over 7 years ago
#67 - string parser (and possibly others internally using consume_while) force unnecessary stream reads
Issue -
State: open - Opened by dario23 over 7 years ago
- 1 comment
#66 - Source: implement Write if contained stream is Write
Pull Request -
State: closed - Opened by dario23 over 7 years ago
#65 - Fix markdown header syntax in README
Pull Request -
State: closed - Opened by mkantor over 7 years ago
#64 - Improve parse! macro documentation
Issue -
State: open - Opened by m4rw3r over 7 years ago
#63 - Many_till combinator seems to end up in an endless loop
Issue -
State: closed - Opened by vegai about 8 years ago
- 2 comments
#62 - build script causes extra rebuilds
Issue -
State: closed - Opened by bluss about 8 years ago
#61 - Be able to unwrap Input from InputPosition.
Issue -
State: closed - Opened by dashed over 8 years ago
- 2 comments
#60 - Accessing numbering::InputPosition::position via map_err
Issue -
State: open - Opened by dashed over 8 years ago
- 2 comments
Labels: enhancement, combinator
#59 - Use std::str::from_utf8_unchecked instead of std::mem::transmute
Issue -
State: closed - Opened by taralx over 8 years ago
#58 - Reorganize types
Issue -
State: open - Opened by m4rw3r over 8 years ago
#57 - Improving the `buffer` module
Issue -
State: open - Opened by m4rw3r over 8 years ago
#56 - Non `Copy` `Token`s?
Issue -
State: open - Opened by m4rw3r over 8 years ago
- 2 comments
Labels: enhancement, help wanted
#55 - Returning the entire slice matched by a chain of parsers
Issue -
State: closed - Opened by paigeruten over 8 years ago
- 3 comments
Labels: question
#54 - Support for `no_std`
Pull Request -
State: closed - Opened by m4rw3r over 8 years ago
- 3 comments
Labels: enhancement
#53 - `impl Trait` for Version 2.0.0 of Chomp
Pull Request -
State: open - Opened by m4rw3r over 8 years ago
- 6 comments
#52 - HTML extract link parser.
Issue -
State: closed - Opened by LeMoussel over 8 years ago
- 4 comments
Labels: question
#51 - fix urls
Pull Request -
State: closed - Opened by yanns over 8 years ago
- 1 comment
#50 - `impl Trait` and making Chomp require nightly
Issue -
State: closed - Opened by m4rw3r over 8 years ago
- 3 comments
Labels: enhancement, parser
#49 - Implementation of Input wrapper for Iterator types
Pull Request -
State: open - Opened by m4rw3r over 8 years ago
Labels: enhancement
#48 - Wrap macro expansion in parentheses
Pull Request -
State: closed - Opened by dashed over 8 years ago
- 1 comment
#47 - More comprehensive examples
Issue -
State: closed - Opened by josephsavona over 8 years ago
- 4 comments
Labels: documentation
#46 - Proper `prelude` module
Issue -
State: closed - Opened by m4rw3r almost 9 years ago
- 1 comment
#45 - Input trait
Pull Request -
State: closed - Opened by m4rw3r almost 9 years ago
- 4 comments
#44 - Make `Input` a trait
Issue -
State: closed - Opened by m4rw3r almost 9 years ago
- 13 comments
Labels: enhancement
#43 - Update bitflags dependency
Issue -
State: closed - Opened by m4rw3r almost 9 years ago
#42 - How do I examine success/fail?
Issue -
State: closed - Opened by MarkSwanson almost 9 years ago
- 7 comments
#41 - Simplified error
Pull Request -
State: closed - Opened by m4rw3r almost 9 years ago
- 3 comments
#40 - Infinite loop?
Issue -
State: closed - Opened by MarkSwanson almost 9 years ago
- 7 comments
#39 - Request: readable str error messages
Issue -
State: closed - Opened by MarkSwanson almost 9 years ago
- 2 comments
#38 - Is there a way to get current position?
Issue -
State: closed - Opened by readysetmark about 9 years ago
- 9 comments
Labels: enhancement
#37 - Removed unused lifetime from err::expected(_)
Pull Request -
State: closed - Opened by llogiq about 9 years ago
#36 - combinators::option: If parser reports incomplete on finite input, return default
Pull Request -
State: closed - Opened by vincent23 about 9 years ago
- 1 comment
#35 - `or` fails with incomplete even though second parser could have succeeded on the input
Issue -
State: closed - Opened by m4rw3r about 9 years ago
Labels: bug, combinator
#34 - Implement alternative `parse!` macro using compiler plugin
Issue -
State: open - Opened by m4rw3r about 9 years ago
#33 - Maybe use quickcheck to simplify some tests
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 1 comment
#32 - Remove type parameter default on functions and methods
Issue -
State: closed - Opened by bluss about 9 years ago
- 6 comments
#31 - Generalization of `parse!` and improvements
Pull Request -
State: closed - Opened by m4rw3r about 9 years ago
- 2 comments
#30 - run_scanner state can't depend on last token
Issue -
State: closed - Opened by dckc about 9 years ago
- 6 comments
#29 - what type of argument to supply for i.err()?
Issue -
State: closed - Opened by dckc about 9 years ago
- 4 comments
#28 - `or` with many branches
Issue -
State: closed - Opened by ayosec about 9 years ago
- 5 comments
Labels: enhancement, combinator
#27 - Provide alternatives preventing overflow and unbounded parsing
Issue -
State: open - Opened by m4rw3r about 9 years ago
- 2 comments
Labels: enhancement, parser, combinator
#26 - Applicative parsing
Issue -
State: open - Opened by m4rw3r about 9 years ago
Labels: enhancement
#25 - Proper parsers tests and examples for using `&str` as a parse source
Issue -
State: open - Opened by m4rw3r about 9 years ago
#24 - Size hint for internal iterator used by `many*` and `count`
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 4 comments
#23 - Debug mode (feature) including backtraces in errors
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 3 comments
Labels: enhancement
#22 - FAQ and help for debugging `parse!` macro
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 2 comments
Labels: question
#21 - `parse!`: Support for typehints for generic functions.
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 1 comment
Labels: enhancement
#20 - Use Humpty Dumpty to verify linearity of `Input` and `ParseResult`
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 1 comment
#19 - Attoparsec parsers
Issue -
State: open - Opened by m4rw3r about 9 years ago
- 6 comments
Labels: parser, combinator
#18 - Parse utilities
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 2 comments
Labels: enhancement
#17 - Maybe move the core of Chomp into an inner crate?
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 1 comment
#16 - NomAdapter
Pull Request -
State: open - Opened by m4rw3r about 9 years ago
#15 - `string` can cause parsing to be slow with `verbose_error`
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 2 comments
#14 - Adapter for Nom
Issue -
State: open - Opened by m4rw3r about 9 years ago
#13 - `parse!` does not support inline `map`, `map_err` or `bind` for named actions
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 3 comments
Labels: enhancement
#12 - TOML example parser
Issue -
State: open - Opened by m4rw3r about 9 years ago
#11 - Split `internal` traits and renamed `internal` -> `primitives`
Pull Request -
State: closed - Opened by m4rw3r about 9 years ago
#10 - Remove `unwrap*` and `expect` from `ParseResult`, and `Input::new()`
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 1 comment
#9 - Rename `internal` to something more appropriate
Issue -
State: closed - Opened by m4rw3r about 9 years ago
#8 - Split InputModify and ParseResultModify into more specialized traits
Issue -
State: closed - Opened by m4rw3r about 9 years ago
#7 - ForEach macro/method/function to make it easier to use Stream
Issue -
State: open - Opened by m4rw3r about 9 years ago
#6 - Implementation of buffers and state for handling streams
Pull Request -
State: closed - Opened by m4rw3r about 9 years ago
#5 - Streaming utilities and generalized input management
Issue -
State: closed - Opened by m4rw3r about 9 years ago
#4 - Proper end of input support
Pull Request -
State: closed - Opened by m4rw3r about 9 years ago
#3 - Adapter for working with Result and Option
Issue -
State: closed - Opened by m4rw3r about 9 years ago
- 1 comment
#2 - EOF and non-finite parsers
Issue -
State: closed - Opened by m4rw3r over 9 years ago
#1 - Added some basic documentation, although it is far from complete.
Pull Request -
State: closed - Opened by soderstroff over 9 years ago
- 1 comment