Ecosyste.ms: Issues

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

GitHub / purescript-contrib/purescript-string-parsers issues and pull requests

#96 - Add assertions on consumption behavior to parser spec tests

Pull Request - State: open - Opened by chtenb almost 2 years ago - 2 comments

#95 - Make sepEndBy stack safe

Pull Request - State: open - Opened by hjmtql almost 2 years ago

#94 - Fix spago package sets' upstream url

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

#93 - Prepare v8.0.0 release (1st PS 0.15.0-compatible release)

Pull Request - State: closed - Opened by JordanMartinez about 2 years ago
Labels: purs-0.15

#92 - Update withError associativity to match Control.Alt

Pull Request - State: closed - Opened by thomashoneyman over 2 years ago - 7 comments

#91 - Fix issues caused by `<|>` being made infixr

Issue - State: closed - Opened by JordanMartinez over 2 years ago
Labels: type: breaking change, purs-0.15

#90 - Update to PureScript v0.15.0

Pull Request - State: closed - Opened by JordanMartinez over 2 years ago - 1 comment
Labels: type: breaking change, purs-0.15

#89 - Re-export main API from single module and remove Text.Parsing prefix per #78

Pull Request - State: closed - Opened by chtenb over 2 years ago
Labels: type: breaking change

#88 - Add basic code point parsers

Pull Request - State: closed - Opened by chtenb over 2 years ago

#87 - introduce and use assertConsume

Pull Request - State: closed - Opened by chtenb over 2 years ago

#86 - Implement tryAhead and fix docs

Pull Request - State: closed - Opened by chtenb over 2 years ago

#85 - Add anyCodePoint

Issue - State: closed - Opened by chtenb over 2 years ago

#84 - Add basic spec tests

Pull Request - State: closed - Opened by chtenb over 2 years ago - 5 comments

#83 - Use slices instead of cursors

Pull Request - State: closed - Opened by chtenb over 2 years ago - 5 comments

#82 - Revert "Update docs to refer to CodeUnit-based inxed"

Pull Request - State: closed - Opened by chtenb over 2 years ago

#81 - Fix lookahead #73

Pull Request - State: closed - Opened by chtenb over 2 years ago - 2 comments

#80 - Fix regex anchor #69

Pull Request - State: closed - Opened by chtenb over 2 years ago

#79 - Add a simple benchmark module

Pull Request - State: closed - Opened by chtenb over 2 years ago

#78 - Remove `Text.Parsing` module prefix

Issue - State: closed - Opened by thomashoneyman over 2 years ago - 4 comments
Labels: type: breaking change

#77 - StringParser.CodePoints quadratic scaling

Issue - State: closed - Opened by jamesdbrock over 2 years ago - 14 comments

#76 - Introduce purs-tidy formatter

Pull Request - State: closed - Opened by thomashoneyman over 2 years ago

#75 - Can we have more typesafety w.r.t. many-like combinators and infinite loops?

Issue - State: closed - Opened by chtenb over 2 years ago - 1 comment

#74 - Replace Slack links with Discord

Pull Request - State: closed - Opened by thomashoneyman almost 3 years ago

#73 - lookAhead consumes input on failure

Issue - State: closed - Opened by chtenb about 3 years ago - 15 comments
Labels: type: bug

#72 - Run slowest tests last and print status updates

Pull Request - State: closed - Opened by milesfrain about 3 years ago - 1 comment

#71 - Fix transitive dependencies errors in spago 0.20.0

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

#70 - Prepare v6.0.0 release

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#69 - `regex` should wrap regex in parens when prefixing with ^

Issue - State: closed - Opened by natefaubion over 3 years ago
Labels: type: bug

#68 - Update changelog since v5.0.1

Pull Request - State: closed - Opened by thomashoneyman over 3 years ago

#67 - Revert #59

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 2 comments

#66 - Update docs to refer to CodeUnit-based inxed

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 2 comments

#64 - Remove deprecated MonadZero instance (v0.15.0 PS)

Issue - State: closed - Opened by JordanMartinez over 3 years ago - 1 comment

#63 - Update to v0.14.0-rc3

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 1 comment
Labels: purs-0.14

#62 - `spago test` hangs in CodePoints test?

Issue - State: closed - Opened by afcondon almost 4 years ago - 2 comments
Labels: type: bug

#61 - Autofill the changelog

Pull Request - State: closed - Opened by JordanMartinez almost 4 years ago

#60 - Change ParseError from data to a newtype

Pull Request - State: closed - Opened by JordanMartinez almost 4 years ago

#59 - Remove CodePoints parsers and use CodeUnits parsers

Pull Request - State: closed - Opened by JordanMartinez almost 4 years ago - 21 comments
Labels: purs-0.14

#58 - Add a Monoid instance for Parser

Pull Request - State: closed - Opened by JordanMartinez almost 4 years ago - 1 comment

#57 - Improve default error

Pull Request - State: closed - Opened by JordanMartinez almost 4 years ago - 24 comments
Labels: purs-0.14

#56 - ParseError is `data` when it should be `newtype`

Issue - State: closed - Opened by JordanMartinez almost 4 years ago

#55 - Library has inadequate documentation in the docs directory

Issue - State: open - Opened by JordanMartinez almost 4 years ago
Labels: type: documentation

#54 - Repository doesn't have a quick start section in the README

Issue - State: open - Opened by JordanMartinez almost 4 years ago - 5 comments
Labels: good first issue, type: documentation

#53 - Update according to Contributors library guidelines

Pull Request - State: closed - Opened by JordanMartinez almost 4 years ago - 4 comments

#52 - Port learning repo's syntax examples to this repo

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

#51 - Port string-parsers syntax guide to this repo

Issue - State: closed - Opened by JordanMartinez about 4 years ago - 2 comments

#50 - Update Travis file and npm dev dependencies

Pull Request - State: closed - Opened by thomashoneyman over 4 years ago

#49 - Bump acorn from 6.2.1 to 6.4.1

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago

#48 - Unify CodePoints and CodeUnits parsers

Issue - State: open - Opened by hdgarrood over 4 years ago - 24 comments

#47 - Revert "Fix CodePoint.anyChar parser"

Pull Request - State: closed - Opened by hdgarrood over 4 years ago - 1 comment

#46 - Fix CodePoint.anyChar parser

Pull Request - State: closed - Opened by rintcius almost 5 years ago - 15 comments

#45 - update discourse link

Pull Request - State: closed - Opened by justinwoo almost 6 years ago - 1 comment

#44 - Support CodeUnit and CodePoint parsing

Pull Request - State: closed - Opened by garyb almost 6 years ago - 2 comments

#43 - get rid of usages of codepoints functions that are slow

Pull Request - State: closed - Opened by justinwoo about 6 years ago - 5 comments

#42 - No more `Char`

Issue - State: open - Opened by justinwoo about 6 years ago - 3 comments

#41 - Compiler/0.12

Pull Request - State: closed - Opened by kritzcreek about 6 years ago - 6 comments

#40 - update packages

Pull Request - State: closed - Opened by justinwoo about 6 years ago - 3 comments

#39 - compiler 0.12 updates

Pull Request - State: closed - Opened by justinwoo about 6 years ago - 3 comments

#38 - added Semigroup instance for Parser a where a is a Semigroup

Pull Request - State: closed - Opened by dwhitney over 6 years ago - 2 comments

#37 - Fix typo

Pull Request - State: closed - Opened by rubencosta almost 7 years ago - 1 comment

#36 - many1 should return NonEmptyList

Issue - State: closed - Opened by rightfold about 7 years ago - 3 comments

#35 - fix overflow caused by manyTill implementation

Pull Request - State: closed - Opened by justinwoo about 7 years ago - 5 comments

#34 - Position in error

Issue - State: closed - Opened by flip111 about 7 years ago - 3 comments
Labels: purs-0.14

#33 - Implement Foldable, monoid for parser

Issue - State: closed - Opened by flip111 about 7 years ago - 2 comments

#32 - Fix the build

Pull Request - State: closed - Opened by paf31 over 7 years ago

#31 - Update README.md

Pull Request - State: closed - Opened by flip111 over 7 years ago - 1 comment

#30 - Add many1Till to Combinators

Pull Request - State: closed - Opened by newlandsvalley over 7 years ago - 6 comments

#29 - count, skip and many1Till combinators

Issue - State: closed - Opened by newlandsvalley over 7 years ago - 2 comments

#28 - Add a regex combinator

Pull Request - State: closed - Opened by newlandsvalley over 7 years ago - 3 comments

#27 - foldl in choice

Issue - State: closed - Opened by newlandsvalley over 7 years ago - 1 comment

#26 - Avoid Discard constraints

Pull Request - State: closed - Opened by mlang over 7 years ago - 1 comment

#25 - Could we have a regex combinator in Text.Parsing.StringParser.String?

Issue - State: closed - Opened by newlandsvalley over 7 years ago - 12 comments

#24 - Use MonadRec for many

Pull Request - State: closed - Opened by garyb over 7 years ago - 6 comments

#23 - Update dependencies, add lazy instance, use newtype

Pull Request - State: closed - Opened by garyb over 7 years ago - 1 comment

#22 - Make lowerCaseChar, upperCaseChar rewind on failure

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

#21 - Monadrec many

Pull Request - State: closed - Opened by nwolverson about 8 years ago - 3 comments

#20 - fixed 0.8 compiler warnings, changed some `data`s to `newtype`s, twea…

Pull Request - State: closed - Opened by Thimoteus over 8 years ago - 3 comments

#19 - Fix warnings

Pull Request - State: closed - Opened by jonsterling over 8 years ago - 1 comment

#18 - No regex

Pull Request - State: closed - Opened by ssadler over 8 years ago - 1 comment

#17 - fix alternative instance to satisfy parse (bc <|> bd) bd

Pull Request - State: closed - Opened by ssadler over 8 years ago - 8 comments

#16 - remove dependency on Regex

Pull Request - State: closed - Opened by ssadler over 8 years ago - 1 comment

#15 - Strange error using alphaNum

Issue - State: closed - Opened by ssadler over 8 years ago - 4 comments

#14 - Add some needed dependencies explicitly

Pull Request - State: closed - Opened by chrisdotcode over 8 years ago - 1 comment

#13 - added lowerCaseChar, upperCaseChar, anyLetter and alphaNum

Pull Request - State: closed - Opened by Thimoteus over 8 years ago - 4 comments

#12 - Fix white space characters in `whiteSpace`

Pull Request - State: closed - Opened by sharkdp over 8 years ago - 1 comment

#11 - added satisfy, char, whiteSpace, skipSpaces, oneOf, noneOf, and Eq instance

Pull Request - State: closed - Opened by Thimoteus over 8 years ago - 4 comments

#10 - Bump versions

Pull Request - State: closed - Opened by nwolverson almost 9 years ago - 1 comment

#9 - Not stack safe

Issue - State: closed - Opened by nwolverson almost 9 years ago - 5 comments

#8 - Adding `noneOf` and `oneOf` to StringParser.String

Pull Request - State: closed - Opened by rubenmoor almost 9 years ago - 2 comments

#7 - Fix alt instance

Pull Request - State: closed - Opened by garyb about 9 years ago - 3 comments

#6 - Additions

Pull Request - State: closed - Opened by garyb about 9 years ago - 1 comment

#5 - Updates

Pull Request - State: closed - Opened by garyb about 9 years ago

#4 - Please add Eq ParserError instance

Issue - State: closed - Opened by dvdsgl over 9 years ago

#3 - Use versions in dependencies

Pull Request - State: closed - Opened by garyb over 9 years ago

#2 - Update for introduction of Char

Pull Request - State: closed - Opened by garyb over 9 years ago - 1 comment

#1 - Add Alt, Plus, MonadPlus, update Alternative

Pull Request - State: closed - Opened by garyb almost 10 years ago - 1 comment