Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/purescript/purescript-lists

Linked Lists
https://github.com/purescript/purescript-lists

Explicitly use join (#212)

26e03e387c027ba10a65524e1b7b9c958dee1c2f authored over 2 years ago by Max Smirnov <[email protected]>
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#209)

* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

* Upda...

b113451e5b41cad87d669a3165f955c71cd863e2 authored over 2 years ago by JordanMartinez <[email protected]>
Re-enable all warnings (#208)

43c9d0c4d6e4b28ac6beb41fd289c2017b9772e4 authored almost 3 years ago by JordanMartinez <[email protected]>
Revise groupAllBy to just use an Ordering function (#191)

Co-authored-by: JordanMartinez <[email protected]>

7498594b8a32aa2ab545a7bf67ed6746dcd4646c authored almost 3 years ago by milesfrain <[email protected]>
Drop deprecated `group'` and `mapWithIndex` (#206)

d6b28b3d760fba0ab633fbc00e2432e35c609b41 authored almost 3 years ago by JordanMartinez <[email protected]>
Drop MonadZero (#205)

* Drop MonadZero

* Add changelog entry

* Stop censoring udw

96f02c9e3db73aee00ae13b1711073450362b998 authored almost 3 years ago by JordanMartinez <[email protected]>
Update to v0.15.0 (#203)

* Update to CI to use 'unstable' purescript

* Update pulp to 16.0.0-0 and psa to 0.8.2

* U...

e11c5ba526674c9abc4296a27695b5a1d5ba9228 authored almost 3 years ago by JordanMartinez <[email protected]>
v6.1.0

d6a9d2a705d6b295f0e55a1ed4f01b6e305460ce authored almost 3 years ago by Jordan Martinez <[email protected]>
Update changelog for v6.1.0

e0937df4b2cdba4dbf795e8d3342eb2825927ba1 authored almost 3 years ago by Jordan Martinez <[email protected]>
Fix ad-hoc usage of case expression (#202)

* Fix ad-hoc usage of case expression

* Add changelog entry

5cd6f446a662090fb1e43f0a04f36412ee967010 authored almost 3 years ago by JordanMartinez <[email protected]>
Lazy.NonEmptyList cons (#143)

* Lazy.NonEmptyList cons

* Update changelog

Co-authored-by: JordanMartinez <jordanalex.mar...

68bce83550247f1bcaf2c160b01e6740f1f5d471 authored over 3 years ago by Matthew Leon <[email protected]>
v6.0.1

6383c4f202b3f69474f9f7da182c2d42fcc3111c authored over 3 years ago by Thomas Honeyman <[email protected]>
Update changelog for v6.0.1 release

1d48e90f4758193c38fed9fd42ddd365020d33a6 authored over 3 years ago by Thomas Honeyman <[email protected]>
Fix warnings revealed by v0.14.1 PS release (#198)

4a1e948ed8eb0e7e4acfe10342db490b963409d5 authored over 3 years ago by JordanMartinez <[email protected]>
Prepare v6.0.0 release (#196)

* Update CI to build with the latest version of the compiler

* Update the bower repository UR...

2578dd817ea9950558feca46bbae25e6b79cd13c authored almost 4 years ago by Cyril <[email protected]>
Idiomatic Show instance for lazy lists (#181)

* Idiomatic Show instance for lazy lists

* Update CHANGELOG.md

a94927917b16bd16a75b0c53116b5809b035952d authored almost 4 years ago by Cyril <[email protected]>
Match nub* functions with Array (#179)

f5b771e82fe646b24fcd5453851c20887c17d03e authored almost 4 years ago by milesfrain <[email protected]>
Add changelog entries since v5.4.1 (#195)

* Add changelog entries since v5.4.1

* Apply review feedback

Co-authored-by: Harry Garrood...

015a518ca0fe585f4d8c38d086d02c3e490c5d88 authored almost 4 years ago by milesfrain <[email protected]>
Add Eq1 Ord1 to NonEmptyList LazyNonEmptyList (#188)

* Add Eq1 Ord1 to NonEmptyList

* Add Eq1 Ord1 to Lazy NonEmptyList

* Fix Eq1 Ord1 for Lazy...

e992892c74d8d9da39bda3781544142e22063348 authored almost 4 years ago by milesfrain <[email protected]>
Generate changelog and add PR template (#187)

* Generate CHANGELOG.md file using notes from previous GH releases

* Add pull request templat...

6d8e30eeb9714bc422b6fb75ad1b0f43bef59703 authored almost 4 years ago by JordanMartinez <[email protected]>
Merge pull request #161 from drewolson/fix-scanrLazy

Rename scanrLazy to scanlLazy and fix arg order

fc35f2d4ab39d4fe5fca32d6a1d32ac7e40b4a62 authored about 4 years ago by Cyril <[email protected]>
Change Alt ZipList to satisfy distributivity (#150)

Change's the Alt ZipList instance so that a prefix the length of the first list is dropped from ...

05502167723935f8863c974fc2a846d4cc2406a2 authored about 4 years ago by Denis Stoyanov <[email protected]>
Improve foldr performance ~4x on large lists (#180)

* Add foldr benchmarking

* even exponential spacing of list sizes

* faster foldr

41f63aa17f43f7432a846ac2fde477a47bd3372a authored about 4 years ago by milesfrain <[email protected]>
Rename group' to groupAll and add groupAllBy (#182)

d00254b579e85dfb2df169b1b84a5dad49030418 authored about 4 years ago by Cyril <[email protected]>
Change foldM type signature to more closely match foldl (#165)

* Change foldM type signature to more closely match foldl

6aa1eac015f7d7105a5b70c8ea2c655d3bccd6e3 authored about 4 years ago by milesfrain <[email protected]>
Run CI on push / pull_request to master

eef025623c9acb9b844f1e53b0e2b6fd1ff48b23 authored about 4 years ago by Thomas Honeyman <[email protected]>
Migrate to GitHub Actions (#177)

* Migrate to GitHub Actions and update installation instructions.

* Remove MonadZero instance...

abc6992a7d3632294cde278096ec1490a0a1e347 authored about 4 years ago by Thomas Honeyman <[email protected]>
Merge pull request #169 from milesfrain/patch-1

Fix lazy list docs where original is returned instead of nothing

9b981c389bc5b9341fd722f888359f691fa5b96a authored about 4 years ago by Thomas Honeyman <[email protected]>
Update TAG to v0.14.0-rc3; dependencies to master; psa to v0.8.0 (#175)

7f4174597275302067b1abe387f74565ef41f0a9 authored about 4 years ago by paluh <[email protected]>
Merge pull request #171 from purescript/bump-pulp

Bump pulp version

58a89f959aa512eb4a9728d3673b47d1df75d0b2 authored over 4 years ago by Gary Burgess <[email protected]>
Bump pulp version

03ccf4338d08975e82630ec4a609b55ee800c030 authored over 4 years ago by Gary Burgess <[email protected]>
Merge pull request #170 from purescript/update-ci

Update CI

e9cfb0a1965bff2ca8b5f19c5871b8790a3f9075 authored over 4 years ago by Gary Burgess <[email protected]>
Update CI

f1da3fb3da32e27602ac3ac45aab584fb6850f9c authored over 4 years ago by Gary Burgess <[email protected]>
review feedback

6747c9014fb1211743e08e8d5701ab1c3ff8d54e authored over 4 years ago by milesfrain <[email protected]>
Fix lazy list docs where original is returned instead of nothing

0df0fe02f8db103f04260ca47bc89d4712ed106f authored over 4 years ago by milesfrain <[email protected]>
Rename scanrLazy to scanlLazy and fix arg order

The previously-named scanrLazy was actually folding to the left. I've
renamed the function and f...

236f3e44f7d9fd8390abfdb562ac385c0d89fc5e authored almost 5 years ago by drew <[email protected]>
Merge pull request #158 from purescript/fix-warnings

Fix warnings

62900a56f6864638c952575dfd211a1cc55be7da authored over 5 years ago by Gary Burgess <[email protected]>
Remove unused imports

6ffd6b436c7cb9bb006ca7d69301508a97ae124f authored over 5 years ago by Gary Burgess <[email protected]>
Fix shadowed variable warning

5bc1f5555ff9cd42ca4e1efb2770d4943e74f4bf authored over 5 years ago by Gary Burgess <[email protected]>
Faster List.map (#157)

* List Functor: mix unrolled and reverse map

Addresses #131

The relevant chunk sizes (5 fo...

9adcd3cd40baadcbf567b815e00491c7fd61087e authored almost 6 years ago by Harry Garrood <[email protected]>
Merge pull request #155 from drewolson/scanr-lazy

Add scanrLazy for lazy lists

6629e0c05f2ee4b47a9b2fbcdbe6619ff17e8e28 authored almost 6 years ago by Gary Burgess <[email protected]>
Add scanrLazy for lazy lists

f70cae671d0a392866786b3ded8df0748fb71ef0 authored almost 6 years ago by drew <[email protected]>
Merge pull request #153 from garyb/nel-cons-construction

Add cons/snoc variants for creating NEL from item & list

3566228d6d3583e5d0780a9a78395ae41c7c3ce2 authored over 6 years ago by Gary Burgess <[email protected]>
Add cons/snoc variants for creating NEL from item & list

bd6ab252d083624613d18dc1713c835337a37225 authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #152 from garyb/unfoldable1

Add `Unfoldable1` instances for non-empty lists

3d864d1e5bf330921a44d76e02de825773993620 authored over 6 years ago by Gary Burgess <[email protected]>
Add `Unfoldable1` instances for non-empty lists

4b9e47ee7edd62ab501de595601834839877d52c authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #151 from cryogenian/with-index

added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex insta…

ad31f0a2c203e2a5484074edef82f4d0774a74e7 authored over 6 years ago by Gary Burgess <[email protected]>
added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances for NonEmptyList

8fb50178ffdc165c5b278f7ec4a658b621bea72b authored over 6 years ago by Maxim Zimaliev <[email protected]>
Merge pull request #149 from purescript/compiler/0.12

Updates for 0.12

61e9c15dd11d5c23a93aac786acf72736dba71b3 authored over 6 years ago by Gary Burgess <[email protected]>
Update dependencies, license

ea868855db9e1282c5a36e52565adf890b91e150 authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #147 from colehaus/tails

Add `tails`

369835517d81210367342784bd563b4c19fa2c0f authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #144 from matthewleon/NonEmpty-Derive-Foldable1

NonEmptyList: newtype derive Foldable1

66be7a2b25a0875dc2239fe242a7e0ac1870adcc authored over 6 years ago by Gary Burgess <[email protected]>
Merge branch 'compiler/0.12' into NonEmpty-Derive-Foldable1

34e83ce57afe9aa2e75dfa43e6f3c723f6ae3942 authored over 6 years ago by Gary Burgess <[email protected]>
Merge pull request #139 from ibara1454/issue138

Don't force more than necessary in Data.List.Lazy take

a49621c021d3f5e379a363bff389efcd008b0a8e authored over 6 years ago by Gary Burgess <[email protected]>
Add Unfoldable1 instances for Unfoldables

d44e56825a69e7f68339eee0520e25edb78811d4 authored over 6 years ago by Gary Burgess <[email protected]>
Add `tails`

9ed99f13ae2a6315bd1bd1c006e4e5a474daddf3 authored over 6 years ago by Cole Haus <[email protected]>
Bump deps for compiler/0.12

e84d02edf1910a1c652bf8ffd804c770ec73adfb authored over 6 years ago by Liam Goodacre <[email protected]>
Update use of `Fail` to use `Text :: Symbol -> Doc`

2bb1c953d882515d83d3cbb3fd8c485d2ad50688 authored over 6 years ago by Liam Goodacre <[email protected]>
NonEmptyList: newtype derive Foldable1

53425f1e990df1c80971a5144c280bddb27f7cc6 authored over 6 years ago by Matthew Leon <[email protected]>
Merge pull request #145 from LiamGoodacre/feature/rename-prim-classes

Import Prim.TypeError.Fail

f2f3ec15c603ce63eccacee00bcb24fa02bf5c7d authored almost 7 years ago by Liam Goodacre <[email protected]>
Import Prim.TypeError.Fail

9aa81efcbf9bf3a07cc10915ab1c80261c833a00 authored almost 7 years ago by Liam Goodacre <[email protected]>
Bump dev dependencies

c61596a8674b33213041f900e8516b5c3219e8da authored almost 7 years ago by Liam Goodacre <[email protected]>
Rewrite test case

* Remove parens
* Remove `($)` by let xs = 1 : defer oops

8229f7e0ac176015c685ad2e901cbda7767e8240 authored almost 7 years ago by ibara1454 <[email protected]>
Replace fromFoldable with l

13adceae7ceaa42172378dd384c2991cd02ce830 authored almost 7 years ago by ibara1454 <[email protected]>
Add test case. `take` should evaluate exactly n items which we needed

803e5e05ab4379d212cd51bfc9fdd57837eaf744 authored almost 7 years ago by ibara1454 <[email protected]>
Rewrite with pointfree style instead

e1b0b94c3f5c2d7f3b7896398b1686d891c23207 authored almost 7 years ago by ibara1454 <[email protected]>
Resolve #138

768708fac6fc07bf70d0a5731dc13987ad0eb735 authored about 7 years ago by ibara1454 <[email protected]>
Fix bug of Data.List.Lazy(take).

25dce0ee6aff6b4e95e24d90eb7d60eaaea7731a authored about 7 years ago by ibara1454 <[email protected]>
indexed foldable-traversable instances (#134)

* indexed foldable-traversable instances

* update foldable-traversable dep

* TraversableWi...

ab3189f804eebb616778d58f4ad8095d4b07b966 authored about 7 years ago by Matthew Leon <[email protected]>
Avoid infinite loop possibility with takeEnd (#133)

* Avoid infinite loop possibility with takeEnd

* Protect `take` against infinite recursion

6c8aaadafdac6bf1c1f997461ba7e14accdde908 authored about 7 years ago by Michael Martin-Smucker <[email protected]>
Add dropEnd and takeEnd (#130)

* added takeEnd and dropEnd

* added tests

* fix the docs

* fix test labels

* fix tes...

55b184825dbe8cbc9d73ff6805971e0221f49d5e authored over 7 years ago by Giorgi Bagdavadze <[email protected]>
Require foldable-traversable ^3.3.0 for Traversable1 support (#128)

b1b118b8e1ff5d6f036309d6a1bfd704d43452c0 authored over 7 years ago by Nicholas Scheel <[email protected]>
add stripPrefix for List.Lazy (#126)

6846b6c5ca108d1e6dea13dcc887a38bd25b1d0e authored over 7 years ago by Irakli Safareli <[email protected]>
Merge pull request #127 from purescript/nonempty-functions

Add most list functions for NonEmptyList

25a25b059ba8e26089e3f1c2172af3d18bb5bfcb authored over 7 years ago by Gary Burgess <[email protected]>
Fix order of unzip for NEL

6a28e0c33033610816ec40b06d46ddd7c53d6364 authored over 7 years ago by Gary Burgess <[email protected]>
Add tests for NEL functions

2831ef3f7b04952bc4fc50463ef798e2dd9c76d6 authored over 7 years ago by Gary Burgess <[email protected]>
Add various indexy functions for NEL

64e88e268ce7e30561be8f73fd45d3c3563ad039 authored over 7 years ago by Gary Burgess <[email protected]>
Add intersections for NEL

4450f3cce8ef0ac193d813bbfec6eb343539728b authored over 7 years ago by Gary Burgess <[email protected]>
Add partition, group/span exports

ab5f98e427e857f85808bdbeffef9f2c5d12fa70 authored over 7 years ago by Gary Burgess <[email protected]>
Add span and group functions for NEL

e1a1faa092854ce03c28ba511ba52ba08608d87f authored over 7 years ago by Gary Burgess <[email protected]>
Add concat for NEL

dfef7ecd9ee8bcc680fe3642bb2d60d995754fa2 authored over 7 years ago by Gary Burgess <[email protected]>
Implement filters in terms of `lift`

8193e5a64aac9d326fabab779ebd814f66d1e151 authored over 7 years ago by Gary Burgess <[email protected]>
Add take and drop functions for NEL

71a094fd6a4276148eb0e53b2822c9c567fa655d authored over 7 years ago by Gary Burgess <[email protected]>
Export zip functions

4d4c58406a0abd2b4d8e3f49f7c9d574a801a7e7 authored over 7 years ago by Gary Burgess <[email protected]>
Add nub and union functions

4cbb565a4010b030a773d3cb6d44bdcaacdf5831 authored over 7 years ago by Gary Burgess <[email protected]>
Add zip functions for NEL

1874dcbbe284ff44800edbfe7dfe20b06d0d598c authored over 7 years ago by Gary Burgess <[email protected]>
Add `Foldable1` and `Traversable1` instances for NEL

0d23c599bf7683b328ebebdb79f409c77b19f967 authored over 7 years ago by Gary Burgess <[email protected]>
Add `foldM` for `NonEmptyList`

69fd915d399b399bffdbd2384c12d7870729d8dc authored over 7 years ago by Gary Burgess <[email protected]>
Implement NEL ops in terms of `wrappedOperation`

1b5c933e7dfdf21b852e77e6480de4b7304e2311 authored over 7 years ago by Gary Burgess <[email protected]>
Add re-exports to `NonEmptyList`

7b15f9330089ed9054f630a3f83c123f636edd81 authored over 7 years ago by Gary Burgess <[email protected]>
Add `mapWithIndex` for `NonEmptyList`

451e875f649d02ee6d69dd8706d93a2d89e8dfd1 authored over 7 years ago by Gary Burgess <[email protected]>
Add `mapMaybe` and `catMaybes` for `NonEmptyList`

69001bc8ae49a6371ae868d9c8033a0875bd4289 authored over 7 years ago by Gary Burgess <[email protected]>
Add `filter` and `filterM` for `NonEmptyList`

d3f7d7ab5159e4d4cf626abf7adf0aa13001148f authored over 7 years ago by Gary Burgess <[email protected]>
Add `reverse` for `NonEmptyList`

a6e2199ff6fe3b1a53b03554c82d98c5c778128d authored over 7 years ago by Gary Burgess <[email protected]>
Merge pull request #125 from natefaubion/nonempty-cons

Add cons, snoc, unsnoc

958042bd7867da54cd4037c7a6f69a4b87ec787a authored over 7 years ago by Gary Burgess <[email protected]>
Add cons, snoc, unsnoc

f70da419ab840e86ff3426b6f10a5077619a706f authored over 7 years ago by Nathan Faubion <[email protected]>
Require tailrec^3.3.0 (#121)

550a4c467653dbd42ab0cbc57a222df57c271296 authored over 7 years ago by Phil Freeman <[email protected]>
add stripPrefix and Pattern for Data.List (#120)

* add stripPrefix and Pattern for Data.List

* define Newtype for Pattern a

* fix redundant...

79d4cc8027fd4b0e6157a671ecb1720ea76a8a52 authored over 7 years ago by Irakli Safareli <[email protected]>
Merge pull request #118 from matthewleon/foldr'

foldr': lazy right folds

6d1c8633f4e5b0a244ef4b14c2c424c1cbc35560 authored over 7 years ago by Phil Freeman <[email protected]>
foldrLazy: lazy right folds

addresses #111

f678fb1fb50172ac63b23b3d8388121eee848cf2 authored over 7 years ago by Matthew Leon <[email protected]>