Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / stil4m/elm-syntax issues and pull requests
#265 - Correct parsed import range
Pull Request -
State: closed - Opened by lue-bird about 1 month ago
- 1 comment
#264 - Fix incorrect range for imports with alias and exposing
Pull Request -
State: closed - Opened by jfmengels about 1 month ago
- 2 comments
#263 - Remove unused symbol field
Pull Request -
State: open - Opened by jfmengels 2 months ago
#262 - Add destructure pattern parser
Pull Request -
State: open - Opened by jfmengels 2 months ago
#261 - correct float handling of the custom parser
Pull Request -
State: closed - Opened by lue-bird 2 months ago
- 1 comment
#260 - More optimizations and corrections
Pull Request -
State: closed - Opened by lue-bird 2 months ago
- 1 comment
#259 - Successfully parse 'a + b /= c'
Pull Request -
State: closed - Opened by jfmengels 2 months ago
- 1 comment
#258 - Binary operator parsing precedence bug
Issue -
State: closed - Opened by wolfadex 2 months ago
- 1 comment
Labels: bug
#257 - Smaller optimizations for custom parser since before incorrect force push
Pull Request -
State: closed - Opened by lue-bird 3 months ago
#256 - WIP: Smaller optimizations for custom parser
Pull Request -
State: closed - Opened by lue-bird 3 months ago
- 3 comments
#255 - v8: don't split `Integer` and `Hex`
Issue -
State: open - Opened by lue-bird 3 months ago
- 2 comments
Labels: breaking change
#254 - v8 names: drop -Literal
Issue -
State: open - Opened by lue-bird 3 months ago
- 3 comments
Labels: breaking change
#253 - custom parser
Pull Request -
State: closed - Opened by lue-bird 4 months ago
- 3 comments
#252 - Speed up Node parsers
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 1 comment
#251 - Rework the Module type to grant access to common fields more easily
Pull Request -
State: open - Opened by jfmengels 4 months ago
Labels: breaking change
#250 - Remove Elm.Syntax.Port
Pull Request -
State: open - Opened by jfmengels 4 months ago
Labels: breaking change
#249 - Remove predicate functions from Expression
Pull Request -
State: open - Opened by jfmengels 4 months ago
Labels: breaking change
#248 - Remove optional documentation for LetFunction
Pull Request -
State: open - Opened by jfmengels 4 months ago
Labels: breaking change
#247 - Move the operator argument for Operation and wrap it in Node
Pull Request -
State: open - Opened by jfmengels 4 months ago
Labels: breaking change
#246 - Remove direction from Operator
Pull Request -
State: closed - Opened by jfmengels 4 months ago
Labels: breaking change
#245 - Add information to Pattern about which quotes a StringPattern is made of
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#244 - Make arguments for FunctionCall nonempty
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 1 comment
Labels: breaking change
#243 - Add failing test when file contains a large amount of comments
Pull Request -
State: open - Opened by jfmengels 4 months ago
- 2 comments
Labels: bug, help wanted
#242 - Improve regression script and measure parsing time accurately
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 1 comment
#241 - Fix comment order regression
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#240 - Replace regression finding script by a more stable one
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#239 - Use ParserWithComments.until more
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 4 comments
#238 - Using an array for Application/FunctionCall
Issue -
State: open - Opened by jfmengels 4 months ago
- 2 comments
#237 - small layout corrections and small performance improvements
Pull Request -
State: closed - Opened by lue-bird 4 months ago
- 2 comments
#236 - Replace combine by core
Pull Request -
State: closed - Opened by lue-bird 4 months ago
- 1 comment
#235 - Remove the Operator Expression variant
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 1 comment
#234 - ports in a non-port module is considered valid
Issue -
State: open - Opened by jfmengels 4 months ago
- 1 comment
Labels: bug
#233 - Even faster
Pull Request -
State: closed - Opened by lue-bird 4 months ago
- 2 comments
#232 - Better file sample tests
Pull Request -
State: closed - Opened by lue-bird 4 months ago
- 2 comments
#231 - Use ranges more efficiently
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#230 - [v8] Ongoing branch for v8, rebased on 7.3.3
Pull Request -
State: closed - Opened by jiegillet 4 months ago
- 1 comment
#229 - More small parse performance improvements
Pull Request -
State: closed - Opened by lue-bird 4 months ago
- 6 comments
#228 - Enable NoUnsortedRecords rule
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#227 - Support multi-line string pattern in case expressions
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#226 - [Pratt parser] handle nested comments
Pull Request -
State: closed - Opened by jiegillet 4 months ago
#225 - Stop re-defining parsers
Pull Request -
State: closed - Opened by jfmengels 4 months ago
#224 - Compute the precedence before passing the config to the parser
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 2 comments
#223 - Performance improvements to the Parser
Pull Request -
State: closed - Opened by jfmengels 4 months ago
- 4 comments
#222 - [Pratt Parser] Optimize parser
Pull Request -
State: closed - Opened by jiegillet 4 months ago
- 1 comment
#221 - [Pratt Parser] Basic benchmarking tool
Pull Request -
State: closed - Opened by jiegillet 4 months ago
- 3 comments
#220 - [Pratt Parser] Treat port documentation as normal comment
Pull Request -
State: closed - Opened by jiegillet 4 months ago
#219 - Collect documentation comments for declarations while parsing
Pull Request -
State: closed - Opened by jiegillet 4 months ago
- 4 comments
#218 - Collect documentation comments for declarations while parsing
Issue -
State: closed - Opened by jfmengels 4 months ago
- 2 comments
Labels: help wanted, pratt-parser
#217 - Add test failing on master
Pull Request -
State: closed - Opened by jiegillet 5 months ago
- 4 comments
#216 - Fixes for field access vs application precedence
Pull Request -
State: closed - Opened by jiegillet 5 months ago
- 2 comments
#215 - Add test case for field access vs application precedence
Pull Request -
State: closed - Opened by jfmengels 5 months ago
Labels: pratt-parser
#214 - Finish Pratt Parser implementation
Pull Request -
State: closed - Opened by jiegillet 5 months ago
- 3 comments
#213 - Add a simple elm-review rule for formatting ranges
Pull Request -
State: closed - Opened by jiegillet 5 months ago
- 3 comments
#212 - Incremental changes for the switch to a Pratt parser
Pull Request -
State: closed - Opened by jiegillet 5 months ago
- 3 comments
#211 - Missing parenthesis nodes in TypeAnnotation
Issue -
State: open - Opened by jfmengels 7 months ago
Labels: breaking change
#210 - Fix case..of parser by fixing indentation stack
Pull Request -
State: closed - Opened by Janiczek 7 months ago
- 1 comment
#209 - Indentation is incorrectly checked for case of expressions
Issue -
State: open - Opened by MartinSStewart 8 months ago
Labels: bug
#208 - Demo is not working
Issue -
State: open - Opened by Yabasa 11 months ago
- 3 comments
#207 - Re-implement expression parser using a pratt parser
Pull Request -
State: closed - Opened by jfmengels about 1 year ago
- 3 comments
#206 - Update the AST and print it afterwards
Issue -
State: open - Opened by jfmengels about 1 year ago
#205 - Store positions of elements
Issue -
State: open - Opened by jfmengels about 1 year ago
- 3 comments
Labels: proposal, breaking change
#204 - Unit, Parenthesis, Tuples (both at the value and type level)
Issue -
State: open - Opened by miniBill about 1 year ago
- 7 comments
Labels: enhancement, breaking change
#203 - Fail to parse when exposing clause is empty
Pull Request -
State: closed - Opened by jfmengels about 1 year ago
#202 - Test for ranges in all tests
Pull Request -
State: closed - Opened by jfmengels about 1 year ago
#201 - Do not support parsing Destructuring declaration
Pull Request -
State: closed - Opened by jfmengels about 1 year ago
#200 - Do not support parsing FloatPattern
Pull Request -
State: closed - Opened by jfmengels about 1 year ago
#199 - Reimplement the parser using pratt parsers
Issue -
State: closed - Opened by jfmengels about 1 year ago
Labels: enhancement, help wanted
#198 - Get rid of Elm.Writer
Issue -
State: open - Opened by jfmengels about 1 year ago
- 7 comments
Labels: proposal, breaking change
#197 - Get rid of encoding/decoding
Issue -
State: open - Opened by jfmengels about 1 year ago
- 1 comment
Labels: proposal, breaking change
#196 - Put all node types in the same module
Issue -
State: open - Opened by jfmengels about 1 year ago
- 4 comments
Labels: proposal, breaking change
#195 - Remove InfixDirection from Operation
Issue -
State: open - Opened by jfmengels over 1 year ago
- 3 comments
Labels: breaking change
#194 - Make more elements non empty
Issue -
State: open - Opened by jfmengels over 1 year ago
- 8 comments
Labels: breaking change
#193 - Proposal: Remove records in variants
Issue -
State: open - Opened by jfmengels over 1 year ago
- 2 comments
Labels: proposal, breaking change
#192 - V8: Use NonEmptyList
Issue -
State: open - Opened by jfmengels over 1 year ago
- 7 comments
Labels: breaking change
#191 - Fix stack overflow during post-processing
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#190 - Renaming of variants
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
- 1 comment
#189 - Add information to Expression about which quotes a Literal is made of
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
- 3 comments
#188 - Ongoing branch for v8
Pull Request -
State: open - Opened by jfmengels over 1 year ago
- 5 comments
Labels: breaking change
#187 - Remove appveyor
Issue -
State: open - Opened by MartinSStewart over 1 year ago
- 1 comment
#186 - Include ranges in tests
Pull Request -
State: open - Opened by jfmengels over 1 year ago
#185 - Include ranges in tests
Issue -
State: closed - Opened by jfmengels over 1 year ago
Labels: help wanted
#184 - Simplify Interface.fileToDefinitions
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#183 - Vendor elm-community/list-extra
Pull Request -
State: open - Opened by jfmengels over 1 year ago
#182 - Add Range.empty and Node.empty
Pull Request -
State: open - Opened by jfmengels over 1 year ago
- 2 comments
#181 - Optimize Range.combine
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#180 - Simplify processing module
Pull Request -
State: open - Opened by jfmengels over 1 year ago
#179 - Make sure file comments are sorted
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#178 - Add Elm.Parser.parseToFile, deprecate Elm.Parser.parse, know about Elm operators
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#177 - Update elm-review configuration
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#176 - Remove unnecessary lazy calls
Pull Request -
State: closed - Opened by jfmengels over 1 year ago
#175 - `True |> xor True >> not` gets misparsed
Issue -
State: closed - Opened by miniBill over 1 year ago
- 2 comments
#174 - `n-1` gets misparsed
Issue -
State: closed - Opened by miniBill over 1 year ago
- 1 comment
Labels: bug, help wanted
#173 - Bump minimist from 1.2.5 to 1.2.8
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#172 - Bump http-cache-semantics from 4.1.0 to 4.1.1
Pull Request -
State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#171 - Bump express from 4.17.1 to 4.18.2
Pull Request -
State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#170 - Inconsistent naming for arguments
Issue -
State: open - Opened by jfmengels about 2 years ago
- 2 comments
#169 - Let functions can't have documentation
Issue -
State: open - Opened by jfmengels over 2 years ago
Labels: breaking change
#168 - Idea: Rename Expression.FunctionOrValue and/or split it
Issue -
State: open - Opened by jfmengels over 2 years ago
- 3 comments
Labels: proposal, breaking change
#167 - Bump shell-quote from 1.7.2 to 1.7.3
Pull Request -
State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#166 - Don't forget to expose Elm.Syntax.DestructurePattern
Issue -
State: open - Opened by jfmengels over 2 years ago
Labels: breaking change