Ecosyste.ms: Issues

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

GitHub / hydro-project/rust-sitter issues and pull requests

#53 - Support conflicts

Issue - State: open - Opened by taktoa 4 months ago

#52 - Error recovery

Issue - State: open - Opened by taktoa 5 months ago

#51 - Update Tree Sitter to 0.22.5

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

#50 - Immediate Tokens

Issue - State: open - Opened by Benschar1 12 months ago - 1 comment
Labels: enhancement, good first issue

#49 - Incremental Parsing

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

#49 - Incremental Parsing

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

#48 - Output relevant grammar files to the build directory if requested

Pull Request - State: closed - Opened by ilonachan about 1 year ago

#48 - Output relevant grammar files to the build directory if requested

Pull Request - State: closed - Opened by ilonachan about 1 year ago

#47 - #14 Deduplicate field logic into runtime utility

Pull Request - State: closed - Opened by ilonachan about 1 year ago - 1 comment

#47 - #14 Deduplicate field logic into runtime utility

Pull Request - State: closed - Opened by ilonachan about 1 year ago - 1 comment

#47 - #14 Deduplicate field logic into runtime utility

Pull Request - State: open - Opened by ilonachan about 1 year ago

#46 - feat: use `syn::Error` instead of panicking to improve error reporting

Pull Request - State: open - Opened by soqb about 1 year ago

#46 - feat: use `syn::Error` instead of panicking to improve error reporting

Pull Request - State: open - Opened by soqb about 1 year ago

#46 - feat: use `syn::Error` instead of panicking to improve error reporting

Pull Request - State: open - Opened by soqb about 1 year ago

#46 - feat: use `syn::Error` instead of panicking to improve error reporting

Pull Request - State: closed - Opened by soqb about 1 year ago - 3 comments

#45 - feat: improve the ergonomics of empty leaf nodes

Pull Request - State: closed - Opened by soqb about 1 year ago - 1 comment

#45 - feat: improve the ergonomics of empty leaf nodes

Pull Request - State: closed - Opened by soqb about 1 year ago - 1 comment

#45 - feat: improve the ergonomics of empty leaf nodes

Pull Request - State: closed - Opened by soqb about 1 year ago - 1 comment

#45 - feat: improve the ergonomics of empty leaf nodes

Pull Request - State: closed - Opened by soqb about 1 year ago - 1 comment

#44 - Does rust-sitter support external scanners?

Issue - State: open - Opened by sleexyz over 1 year ago - 2 comments
Labels: enhancement

#43 - Fix typo in warning suppression

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

#41 - Suppress all C warnings

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

#40 - Handle extra nodes as immediate children of an enum node

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

#39 - Explicit panic when trying to parse text starting with a whitespace

Issue - State: closed - Opened by calintat over 1 year ago - 3 comments
Labels: bug

#38 - Expose language function as public

Pull Request - State: closed - Opened by calintat over 1 year ago - 2 comments

#37 - Fix WASM sysroot breaking runtime behavior

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

#36 - Use each CC flag only if supported

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

#35 - Allow leaves to be wrapped in Vec/Spanned

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

#34 - `rust_sitter::Spanned` support for `rust_sitter::leaf`s

Issue - State: closed - Opened by MingweiSamuel over 1 year ago - 1 comment

#33 - Fix missing header files when compiling for WASM on macOS

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

#32 - Treesitter fork properties

Issue - State: open - Opened by DieracDelta over 1 year ago

#31 - Suppress `unused-but-set-variable` warnings when building parser

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

#30 - Provide a more concrete example in extra's Rustdoc

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

#29 - Move Tree Sitter re-export to a module of runtime

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

#28 - Update Readme to talk about ignoring whitespace

Pull Request - State: closed - Opened by Pat-Lafon over 1 year ago

#27 - Add non-associative prec operator and code completion for prec_right

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

#26 - Implement Deref for Spanned for better ergonomics

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

#25 - I can not find a way of branching between expressions

Issue - State: open - Opened by groteck over 1 year ago - 4 comments
Labels: question

#24 - Add Rustdoc for rust_sitter::extra

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

#23 - Support generics by generating different non-terminals for each instantiation

Issue - State: open - Opened by shadaj over 1 year ago
Labels: enhancement

#22 - Adding new grammars requires a clean build

Issue - State: closed - Opened by thiskappaisgrey over 1 year ago - 5 comments

#21 - Fix README example by renaming Expression -> Expr

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

#20 - Generating bindings for existing tree-sitter grammars

Issue - State: open - Opened by JoranHonig over 1 year ago

#18 - Add `rust_sitter::skip` attribute for extra fields

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

#17 - Raise error when `Vec` is detected inside `Vec`

Issue - State: open - Opened by shadaj over 1 year ago
Labels: enhancement

#16 - Improve docs and pass annotations through option

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

#15 - Support Vec<Option<_>> fields

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

#14 - Deduplicate field logic into runtime utility

Issue - State: closed - Opened by shadaj almost 2 years ago - 1 comment
Labels: enhancement

#13 - Use cursors to assign spans to optionals and empty vecs

Pull Request - State: closed - Opened by shadaj almost 2 years ago

#12 - Don't pass down Vec field name in Extract

Pull Request - State: closed - Opened by shadaj almost 2 years ago

#11 - Fix Tree Sitter tool crash due to empty vec contents non-terminal

Pull Request - State: closed - Opened by shadaj almost 2 years ago

#10 - Document special types: Vec, Option, Spanned

Issue - State: closed - Opened by shadaj almost 2 years ago
Labels: documentation

#9 - Add Spanned trait to get index ranges of parsed nodes

Pull Request - State: closed - Opened by shadaj almost 2 years ago

#8 - feat: allow specifying tree-sitter word property

Pull Request - State: closed - Opened by dataphract almost 2 years ago - 1 comment

#7 - Use `tempfile` instead of unmaintained `tempdir`

Pull Request - State: closed - Opened by MingweiSamuel almost 2 years ago

#6 - Derive a grammar

Issue - State: open - Opened by SuperBo almost 2 years ago

#5 - Allow fields to be filled with expressions instead of parsing results

Issue - State: closed - Opened by shadaj about 2 years ago
Labels: enhancement

#4 - Support creation of non-terminals with type aliases

Issue - State: open - Opened by shadaj about 2 years ago
Labels: enhancement

#3 - feature: Add Support for enum with unnamed vector field.

Pull Request - State: closed - Opened by pocket7878 about 2 years ago

#3 - feature: Add Support for enum with unnamed vector field.

Pull Request - State: closed - Opened by pocket7878 about 2 years ago

#2 - feature: Support enum with named field.

Pull Request - State: closed - Opened by pocket7878 about 2 years ago - 2 comments

#2 - feature: Support enum with named field.

Pull Request - State: closed - Opened by pocket7878 about 2 years ago - 2 comments

#1 - fix: Add grammar name to README example.

Pull Request - State: closed - Opened by pocket7878 about 2 years ago

#1 - fix: Add grammar name to README example.

Pull Request - State: closed - Opened by pocket7878 about 2 years ago