Ecosyste.ms: OpenCollective

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

github.com/purescript/purescript-ordered-collections

Purely functional map and set data structures
https://github.com/purescript/purescript-ordered-collections

kill unnecessary code in StrMap singleton

26512bb8d383594c48b64963ee06c6e3ff7a0207 authored over 7 years ago by Matthew Leon <[email protected]>
Merge pull request #96 from joshuahhh/master

Faster & simpler traverse for StrMap

7bdd5c1277ba76a156cb4dbc920d40a24810b660 authored over 7 years ago by Harry Garrood <[email protected]>
Better test of Traversable StrMap (& new instance of Ord StrMap)

91cee50f097b224ef4fd2ef70a5a5d66db3469a0 authored over 7 years ago by Joshua Horowitz <[email protected]>
Faster & simpler traverse for StrMap

2c42ac7f175e19e263ddd22d4ab4cdfa25141079 authored over 7 years ago by Joshua Horowitz <[email protected]>
Merge pull request #93 from purescript/misc-updates

Misc updates

c1a826b13ae681f523dcd0f93c5ee422b1e49072 authored over 7 years ago by Gary Burgess <[email protected]>
Rename unsafeGet to unsafeFreeze

73c2289335a5ca97f507a719b628d34b06c8269d authored over 7 years ago by Gary Burgess <[email protected]>
Add Eq1 instance, make array usage consistent, drop toList

9c0cc7fcd177f770a7723c5535ab48d1cb851f53 authored over 7 years ago by Gary Burgess <[email protected]>
Add Eq1 and Ord1 instances

b758c036d88fbeb7a994d0f891f6e6cdb38e86d1 authored over 7 years ago by Gary Burgess <[email protected]>
Merge pull request #92 from purescript/simplify-test-gens-rebase

Rebased Simplify test gens

9d74e454db02a920b3e78fb1699905d654c6a52b authored over 7 years ago by Gary Burgess <[email protected]>
Fix tests

a8089de0eb9a7733066e918657e1b3a9df1032eb authored over 7 years ago by Gary Burgess <[email protected]>
redundant parens

e8e0db5a42b00480fe8b67a324777cf1db9c59b8 authored over 7 years ago by Matthew Leon <[email protected]>
simplify some arbitrary instances in tests

352779652456cbdf5b00899e389f724918da4749 authored over 7 years ago by Matthew Leon <[email protected]>
use elements where appropriate

Replace a use of oneOf with elements in tests. Also correct for a
missing constructor.

72fb00b3a07613989fbcb8cfbf67e27f788cd1aa authored over 7 years ago by Matthew Leon <[email protected]>
Merge pull request #85 from matthewleon/simpler-test-instances

use derived instances in tests

001ad45ae49f7d8ed390f4f2690ab112412d16fa authored over 7 years ago by Gary Burgess <[email protected]>
Merge pull request #82 from matthewleon/clarify-insert

clarify insertion behavior in docs and tests

2c0a3a51f7d76d74dd02b7fa6fce2223a1dc3519 authored over 7 years ago by Gary Burgess <[email protected]>
Merge pull request #88 from rightfold/master

Make StrMap.size return an integer instead of a float

1ee4cc51bd69beefadd48a251cf349a6f70b3b37 authored over 7 years ago by Gary Burgess <[email protected]>
Merge pull request #90 from rightfold/unions-foldable

Generalize StrMap.unions to Foldable

fa7c0c8da42f2d7d1fc5a7fadeb755a674715112 authored over 7 years ago by Gary Burgess <[email protected]>
Merge pull request #91 from purescript/ps-0.11

Update for PureScript 0.11

ed7800184f0018db3e3c396d0e2ce15ae78a032a authored over 7 years ago by Gary Burgess <[email protected]>
Update for PureScript 0.11

c56d09b61385efc1ec62319cf152c66dc901fdda authored over 7 years ago by Gary Burgess <[email protected]>
Generalize StrMap.unions to Foldable

4d4cac185c13c3331119c98b5d3c4cffef028f1e authored almost 8 years ago by rightfold <[email protected]>
Make StrMap.size return an integer instead of a float

b91dd5c0643b081aa58f98d8f7061e3609a9100c authored almost 8 years ago by rightfold <[email protected]>
Merge pull request #87 from mlang/Discard

Avoid Discard constraint

409e4d8ad4a9aa39986fb7825e8bc6b89c0303ea authored almost 8 years ago by Phil Freeman <[email protected]>
Avoid Discard constraint

771c5dce665b5aa8c8f92354fb98f4d94eea7138 authored almost 8 years ago by Mario Lang <[email protected]>
use derived instances in tests

957b0738462f2edbd54ecaccdc62a4d999a45bdb authored almost 8 years ago by Matthew Leon <[email protected]>
document new StrMap test

8b6c0dc5b5b7bdab0888757b2811a2e15816b521 authored almost 8 years ago by Matthew Leon <[email protected]>
clarify insertion behavior in docs and tests

Make it clear to library users that the insert function replaces the
value assigned to an existi...

b8a999d1d4f5124791d988bc311973fa2b4e5866 authored almost 8 years ago by Matthew Leon <[email protected]>
Merge pull request #81 from rightfold/master

Fix hasOwnProperty bug again and forever

e13b408fd225891aea366cd56818fd8c94c7ba3f authored almost 8 years ago by Gary Burgess <[email protected]>
Use frequency instead of random Boolean

3379032f380a47ad2e463f8c385e5c1495002707 authored almost 8 years ago by rightfold <[email protected]>
Cache {}.hasOwnProperty

4c5c4a1481977b614283710f8ae7a3526ea64e52 authored almost 8 years ago by rightfold <[email protected]>
Fix hasOwnProperty bug again and forever

1e2a248b8a8ac060174fa58c3b6f120969894b5d authored almost 8 years ago by rightfold <[email protected]>
v2.1.0

e08029b0171d97e4141f72a89ee909b6e7ddb97b authored almost 8 years ago by Harry Garrood <[email protected]>
Merge pull request #79 from joshuahhh/master

Added toAscUnfoldable

651f30ff13b12adec5f02fde59f6c9c8a672f492 authored almost 8 years ago by Harry Garrood <[email protected]>
Changes per @hdgarrood's comments

e3d0ddbc46db89b1c8363a245ef24f17470bc013 authored almost 8 years ago by Joshua Horowitz <[email protected]>
Added toAscUnfoldable in place of toAscList

6620634891edd6791aff4aea130181b0a640a9a9 authored almost 8 years ago by Joshua Horowitz <[email protected]>
Switched Eq, Ord, and Show instances to use toAscList

7a6cd515e01e2eb25f52d1ffaeccb7a367599e04 authored almost 8 years ago by Joshua Horowitz <[email protected]>
Added toAscList as synonym of current toList

8185cf789260bc22dd747be78fc3c3a12d781e7f authored almost 8 years ago by Joshua Horowitz <[email protected]>
Merge pull request #76 from sammthomson/tounfoldable

More efficient toUnfoldable without the Ord constraint

c673935784492b5f181bdf392944d4c8245028a9 authored about 8 years ago by Gary Burgess <[email protected]>
style fix suggested by hdgarrood

2fa4b8bdb9133b4c5a38f9d2f447dbd0aab53284 authored about 8 years ago by Sam Thomson <[email protected]>
Merge pull request #77 from joneshf/relax-traversable-constraint

Relax traversable constraint

338ccdb5d397c04f58a23560a1173dfd7efc9582 authored about 8 years ago by Gary Burgess <[email protected]>
Remove unnecessary import

e5331b2ad9b7bc5b3c2e196321ad42da73866212 authored about 8 years ago by joneshf <[email protected]>
Don't use external API

The original implementation was based on code use external to this module.
Because of that, we h...

4900da6becb9fd4e1a7a4a473af655fcfd6ab85d authored about 8 years ago by joneshf <[email protected]>
More efficient `toUnfoldable` without the `Ord` constraint

Keep a List of Maps as the unfold state, instead of a single Map.
Unioning Maps was linear time ...

ba06addc892163861f71925c985e268eef9688e3 authored about 8 years ago by Sam Thomson <[email protected]>
Update README.md

079c2fbfb58580ede30fd4ec13a07438173d03c7 authored about 8 years ago by Gary Burgess <[email protected]>
Merge pull request #75 from aratama/fix_toUnfoldable

fix toUnfoldable

e9af5b63b706b58f167d34247a11f4700ed02fc6 authored about 8 years ago by Gary Burgess <[email protected]>
fix toUnfoldable

389b7efe4a91f7ffd35d03815717bf03dbb8d35e authored about 8 years ago by aratama <[email protected]>
Merge pull request #74 from purescript/strmap-map-with-key

Add StrMap.mapWithKey

c9722690ef8b22b488f4ddc293a396965b7bb279 authored about 8 years ago by Gary Burgess <[email protected]>
Add StrMap.mapWithKey

9d9079541f2c23265350302b550276574b70ff2b authored about 8 years ago by Joshua Horowitz <[email protected]>
Merge pull request #73 from purescript/bump

Prepare for 2.0 release

892378ae4d8101dd1c255a3911f6d8aceb07cddd authored about 8 years ago by Gary Burgess <[email protected]>
Prepare for 2.0 release

103122a51d0280c07849894d9ea04f30a12e9f38 authored about 8 years ago by Gary Burgess <[email protected]>
v1.2.0

77f5362a964e82755bb0857599e4b704cc958abb authored over 8 years ago by Phil Freeman <[email protected]>
Merge pull request #69 from clayrat/master

add mapWithKey

4cd57728007f3f9abd8bcbfc55b9bfcb3c4408f2 authored over 8 years ago by Phil Freeman <[email protected]>
add mapWithKey

8d59376dc4d5431c50fb68096654e458fa2b3e65 authored over 8 years ago by Alex Gryzlov <[email protected]>
Merge pull request #56 from mtolly/master

Add lookup{LT,LE,GT,GE}, find{Min,Max}

f831f48fac25ecbad215fc5ada32d34b954eb575 authored over 8 years ago by Gary Burgess <[email protected]>
Add lookup{LT,LE,GT,GE}, find{Min,Max}

7c2354ce36e5cb324a54c6b803eb53e26771a1b0 authored over 8 years ago by Michael Tolly <[email protected]>
Update build for release

35a8464ab549e51b53e1505f3ed641960b24d5d5 authored over 8 years ago by Gary Burgess <[email protected]>
Merge pull request #62 from natefaubion/pop

Add pop functions

d9e4c6599a6db2da680f8099d99d9703a284958b authored over 8 years ago by Gary Burgess <[email protected]>
Update build

da3c79cfea78a5245a803f55f25805ed7339f468 authored over 8 years ago by Gary Burgess <[email protected]>
Merge pull request #65 from purescript/arrays-dependency

Add arrays dependency

6ba31b8c97426cef51175f063a54ff85da8dcc75 authored over 8 years ago by Gary Burgess <[email protected]>
Add arrays dependency

bf6bb691b1c5c7d54d134791007cd57e69dc7fb4 authored over 8 years ago by Gary Burgess <[email protected]>
Merge pull request #64 from hdgarrood/bug-63

Fix for issue #63

ff8eba529e830878a6b74e1425d6d18f4c86ce32 authored over 8 years ago by Gary Burgess <[email protected]>
Fix #63

6842f5df53e0e338c55866b0a69ac1d89b332eca authored over 8 years ago by Harry Garrood <[email protected]>
Add test for #63

cdd695d41260cfce5b4e4915a56817a281e4e757 authored over 8 years ago by Harry Garrood <[email protected]>
Add pop functions

6cfb8a2749f7234209bd93d03856482a38be6bd2 authored over 8 years ago by Nathan Faubion <[email protected]>
Merge pull request #61 from purescript/0.8-updates

Updates for PureScript 0.8

8460f3d7b1d8fa815efee919b368523535f2f2ec authored over 8 years ago by Gary Burgess <[email protected]>
Updates for PureScript 0.8

33f5f26bc603e4a8042f79ea65e5f4acb321feb1 authored over 8 years ago by Gary Burgess <[email protected]>
Merge pull request #54 from natefaubion/patch-1

Export Data.StrMap.pureST

c0820c5a2be129989edfa85049ff10755f01cd3e authored over 8 years ago by Gary Burgess <[email protected]>
Merge pull request #57 from telser/purescript-0.8-warnings

Fix warnings generated by purescript-0.8.0

9eea09a772d1388304605fed1f36f6c6ceba703b authored over 8 years ago by Gary Burgess <[email protected]>
Fix warnings generated by tests and tell travis-ci to use node 5

175426acee8682ac9791bc10b1523e544241ac48 authored almost 9 years ago by telser <[email protected]>
Need to import Ordering after master rebase. Prelude won't export ++ anymore as of 1.0.0-rc.1

41632f2d46a80238510de3e67490aa7f56ab4523 authored almost 9 years ago by telser <[email protected]>
Fix warnings generated by purescript-0.8.0

d7494e4a49b4a49c28812aa1936dd3f747c3bc20 authored almost 9 years ago by telser <[email protected]>
Merge pull request #60 from natefaubion/perf-0.7.6

Performance improvements for 0.7.6

fcf21766d9f36d5027542fde51326ab567e059a0 authored almost 9 years ago by Gary Burgess <[email protected]>
Performance improvements for 0.7.6

ce0df7b500001967cc7989ddc3b7f61c7d8b0246 authored almost 9 years ago by Nathan Faubion <[email protected]>
Revert "Better pattern sharing for perf."

This reverts commit ebf42f7b84cc0ccf2abed4e03cdd24ed88d828cc.

e363edb5169dc8cd5aa57c6a93730fd9938e5d38 authored almost 9 years ago by Gary Burgess <[email protected]>
Merge pull request #59 from natefaubion/perf

Performance improvements

59433d6df74579e13b3eabdbc2a66a26f450a5fa authored almost 9 years ago by Gary Burgess <[email protected]>
Better pattern sharing for perf.

ebf42f7b84cc0ccf2abed4e03cdd24ed88d828cc authored almost 9 years ago by Nathan Faubion <[email protected]>
Export Data.StrMap.pureST

0d338808bca3402d751a5178699e3b4a09a7f23a authored almost 9 years ago by Nathan Faubion <[email protected]>
Merge pull request #42 from LiamGoodacre/master

Couple new foldable functions to `Data.Map`

a8c4742624e53c9a9f291bf60cfe790319401482 authored about 9 years ago by Phil Freeman <[email protected]>
New functions to `Data.Map` and `Data.StrMap`

* `Data.Map.fromFoldable`
* `Data.Map.fromFoldableWith`
* `Data.StrMap.fromFoldable`
* `Data.Str...

3c762445e118589bcbdaf10725ce4075312da50f authored about 9 years ago by Liam Goodacre <[email protected]>
Update quickcheck dependency

fc6a29c6ab26c38f9e99a96035597fec842e4f4d authored about 9 years ago by Gary Burgess <[email protected]>
Fix for new jshint

6352e932f2b4a8bbedc3225ef40978af320c65a2 authored about 9 years ago by Gary Burgess <[email protected]>
Fix shadowed type variable warnings

c816f452d62acfb916fb4f22960aefa087104d05 authored about 9 years ago by Gary Burgess <[email protected]>
Merge pull request #50 from aspidites/fix-warnings

Changed a type variable in an attempt to quelch shadow warnings.

092bc113a49615596e99241778526e1095920c22 authored about 9 years ago by Phil Freeman <[email protected]>
Changed a type variable in an attempt to quelch shadow warnings.

3509d9384cf157c54c06cd26672306c977d3514c authored about 9 years ago by aspidites <[email protected]>
Merge pull request #49 from bagl/issue#40

Get rid of compiler warnings

1b3fddaccc4e3b2e1dc3bbabdf7c60330fe9f200 authored about 9 years ago by Gary Burgess <[email protected]>
Resolve forgotten compiler warning

a265965e5a75fa2b9cdaf0d19d7e8fd7c7291d69 authored about 9 years ago by Petr Vapenka <[email protected]>
Get rid of compiler warnings

- impossible pattern matches (throwUnsafe in place)
- unused type variables
- unused imports

6737ede24e14d087c4e36eb1ff9be8bf6edff625 authored about 9 years ago by Petr Vapenka <[email protected]>
Merge pull request #47 from jbrownson/fix-docs

Fix copy/paste doc error for Data.StrMap.ST.Unsave.unsafeGet

f4cb2e21d933969bd0acfa4fc3a67966424419e7 authored over 9 years ago by Phil Freeman <[email protected]>
Fix copy/paste doc error for Data.StrMap.ST.Unsave.unsafeGet

38029d55f7ddf56fc36b142d84d33596a454a494 authored over 9 years ago by Jake Brownson <[email protected]>
Merge pull request #43 from jbrownson/master

fix peek to return Maybe, update docs

8a31a5c9d2098749619283981d61e6e010dd61eb authored over 9 years ago by Phil Freeman <[email protected]>
avoid problem if the map has a key called hasOwnProperty

e2f7974deb08646b9d5535c0f8bd1f04491a14e2 authored over 9 years ago by Jake Brownson <[email protected]>
use hasOwnProperty instead of ===

3addff5632b5377be2db6eddaa2e21ce541d7a78 authored over 9 years ago by Jake Brownson <[email protected]>
fix peek to return Maybe, update docs

f725df0f99d350f2e707a2e2bb5fe01f1db46e88 authored over 9 years ago by Jake Brownson <[email protected]>
Merge pull request #41 from purescript/update-tests

Update tests

85799718d41ad70db768ead4ae25e94ff989384f authored over 9 years ago by Phil Freeman <[email protected]>
Fix tests

524046b13a0ee0da02f00f43b5bb24ce758049ee authored over 9 years ago by Phil Freeman <[email protected]>
QC-0.11

7baf7ae1d57ec0bf549b5e33aa6373ee03a515d7 authored over 9 years ago by Phil Freeman <[email protected]>
Update tests

7488b1d95e4e1e973815efb29be5841fa70931c1 authored over 9 years ago by Gary Burgess <[email protected]>
Updated dependencies

aab648f20df5bf2320d1a47175464632bf11823b authored over 9 years ago by Gary Burgess <[email protected]>
Merge pull request #39 from sharkdp/fix-fmapStrMap

Fix broken StrMap Functor instance

34a68cb3d6394d0bcaaa0ec066d6886909699039 authored over 9 years ago by Phil Freeman <[email protected]>
Fix broken StrMap Functor instance, closes #38

281c7fc02cc0b742e0b1e3f16b81be6e3413e9bd authored over 9 years ago by sharkdp <[email protected]>
Merge pull request #37 from hdgarrood/foldable

Generalize `unions`

748055184966e30a8c16799216a353cb482b5991 authored over 9 years ago by Phil Freeman <[email protected]>