Ecosyste.ms: Issues

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

GitHub / haskell/containers issues and pull requests

#1106 - some fixes to the short example

Pull Request - State: open - Opened by ninioArtillero 3 days ago

#1105 - update an old link

Pull Request - State: open - Opened by eyelash 4 days ago - 5 comments

#1103 - Don't use reader for SetM on GHC

Pull Request - State: open - Opened by meooow25 17 days ago

#1102 - Consider avoiding reader for SetM

Issue - State: open - Opened by meooow25 18 days ago
Labels: Graph

#1101 - Don't expose internal util modules

Pull Request - State: open - Opened by meooow25 19 days ago

#1100 - Consider moving the tutorial off Read the Docs

Issue - State: open - Opened by meooow25 23 days ago
Labels: docs, discussion/rfc

#1099 - Fix the ReadTheDocs setup

Pull Request - State: closed - Opened by meooow25 23 days ago - 2 comments

#1098 - Drop "amortized" in docs where it doesn't apply

Pull Request - State: closed - Opened by meooow25 24 days ago

#1097 - Modernize the cabal file

Pull Request - State: closed - Opened by meooow25 24 days ago

#1096 - Hide internal util modules?

Issue - State: open - Opened by meooow25 30 days ago - 1 comment

#1095 - Remove unnecessary return definitions

Pull Request - State: closed - Opened by meooow25 about 1 month ago - 2 comments

#1094 - Skip rebalancing in glue

Pull Request - State: closed - Opened by meooow25 about 1 month ago - 2 comments

#1093 - Don't export State from Sequence.Internal

Pull Request - State: closed - Opened by meooow25 about 1 month ago

#1092 - Inline the common case of link for Set and Map

Issue - State: open - Opened by meooow25 about 1 month ago - 1 comment
Labels: performance, Map, Set

#1091 - Fix the ReadTheDocs config

Pull Request - State: closed - Opened by meooow25 about 1 month ago - 1 comment

#1090 - ReadTheDocs builds are failing

Issue - State: closed - Opened by meooow25 about 1 month ago - 3 comments
Labels: docs

#1089 - Map and IntMap updateLookupWithKey have different behaviors

Issue - State: open - Opened by meooow25 about 1 month ago
Labels: Map, IntMap, pitfall

#1088 - Improve documentation grammar and usage.

Pull Request - State: closed - Opened by jonathanknowles about 1 month ago - 2 comments

#1087 - Clear warnings in docs for some construction funcs

Pull Request - State: closed - Opened by meooow25 about 1 month ago

#1086 - Improve compare for IntSet and IntMap

Pull Request - State: closed - Opened by meooow25 about 1 month ago - 6 comments

#1085 - Guard CyclicSCC with DEFINE_PATTERN_SYNONYMS

Pull Request - State: closed - Opened by meooow25 about 1 month ago

#1084 - Use the TESTING macro less

Pull Request - State: closed - Opened by meooow25 about 2 months ago

#1083 - Improve fromAscList and friends for Set and Map

Pull Request - State: closed - Opened by meooow25 about 2 months ago

#1082 - More property tests

Pull Request - State: closed - Opened by meooow25 about 2 months ago - 1 comment

#1081 - MicroHs has pattern synonyms now

Pull Request - State: closed - Opened by augustss about 2 months ago - 3 comments

#1080 - Implement sconcat for Intersection

Pull Request - State: closed - Opened by meooow25 2 months ago

#1079 - Improve folds over bits for IntSet

Pull Request - State: closed - Opened by meooow25 2 months ago - 2 comments

#1078 - Use a fake GADT for sequence folds and traversals

Pull Request - State: open - Opened by treeowl 2 months ago - 4 comments

#1077 - Make Seq foldl', foldr' strict in the initial value

Pull Request - State: closed - Opened by meooow25 3 months ago - 2 comments

#1076 - Implement Seq folds as coerced FingerTree folds

Pull Request - State: closed - Opened by meooow25 3 months ago - 1 comment

#1075 - Use randomly structured Set and Map in benchmarks

Pull Request - State: closed - Opened by meooow25 3 months ago - 4 comments

#1074 - `Data.Map` memory leaks after an inline

Issue - State: closed - Opened by nikivazou 3 months ago - 8 comments
Labels: question

#1073 - Improved representation for Set and Map

Issue - State: open - Opened by meooow25 3 months ago - 3 comments
Labels: performance, Map, Set, discussion/rfc

#1072 - foldl' and foldr' for Seq are not strict in the starting value

Issue - State: closed - Opened by meooow25 3 months ago - 3 comments
Labels: Seq, strictness

#1071 - Strictness tests for left and right folds

Pull Request - State: closed - Opened by meooow25 3 months ago

#1070 - Improve CI times

Pull Request - State: closed - Opened by meooow25 3 months ago - 3 comments

#1069 - Map performance - use pattern match on size to reduce recursive function calls

Pull Request - State: open - Opened by HuwCampbell 3 months ago - 18 comments

#1068 - Add benchmarks for fold functions

Pull Request - State: closed - Opened by meooow25 3 months ago

#1067 - Test with GHC 9.12

Pull Request - State: closed - Opened by meooow25 3 months ago - 1 comment

#1066 - More property tests

Issue - State: closed - Opened by meooow25 3 months ago
Labels: testing

#1065 - returning Nil on empty IntMap as done in corresponding functions for Map

Pull Request - State: closed - Opened by kushagarr 3 months ago - 9 comments

#1064 - Add a variant of `Data.Graph.dfs` which doesn't include start nodes in reachable set

Issue - State: closed - Opened by mpickering 3 months ago - 4 comments
Labels: feature-request, Graph, not planned

#1063 - Add strictness tests for IntMap construction

Pull Request - State: closed - Opened by meooow25 4 months ago - 1 comment

#1062 - Faster IntMap.size and IntSet.size

Issue - State: open - Opened by meooow25 4 months ago
Labels: performance, IntMap, IntSet

#1061 - updateMax Map/IntMap discrepancy

Issue - State: closed - Opened by meooow25 4 months ago - 1 comment
Labels: IntMap, low-hanging-fruit

#1060 - Test with GHC 9.12

Issue - State: closed - Opened by meooow25 4 months ago
Labels: testing

#1059 - Next release, 0.8

Issue - State: open - Opened by meooow25 4 months ago - 5 comments

#1058 - Remove unnecessary Int-Word conversions

Pull Request - State: closed - Opened by meooow25 4 months ago

#1057 - Implement toList and toNonEmpty for SCC

Pull Request - State: closed - Opened by meooow25 4 months ago - 5 comments

#1056 - Inline the common case of balance functions

Pull Request - State: closed - Opened by meooow25 4 months ago - 2 comments

#1055 - Reduce the Set.powerSet benchmark sizes

Pull Request - State: closed - Opened by meooow25 4 months ago

#1054 - Can we make the Map.Merge API more expressive?

Issue - State: open - Opened by meooow25 4 months ago - 6 comments
Labels: Map, discussion/rfc

#1053 - Make Set/Map balance calls faster

Issue - State: closed - Opened by meooow25 4 months ago - 8 comments
Labels: performance, Map, Set

#1052 - Use NonEmpty in intersections

Pull Request - State: closed - Opened by meooow25 4 months ago

#1051 - seq-properties build failures with `ghc-9.10.1` and later

Issue - State: closed - Opened by erikd 4 months ago - 5 comments
Labels: invalid

#1050 - Document Semigroup and Monoid instances

Pull Request - State: closed - Opened by meooow25 4 months ago

#1049 - Deprecate Data.Set.fold and Data.IntSet.fold

Pull Request - State: closed - Opened by meooow25 5 months ago

#1048 - Add foldMap for IntSet

Pull Request - State: closed - Opened by meooow25 5 months ago

#1047 - Fix contributor name

Pull Request - State: closed - Opened by meooow25 5 months ago

#1046 - Remove some long deprecated functions

Pull Request - State: closed - Opened by meooow25 5 months ago

#1045 - Offer type classes that abstract container manipulations.

Issue - State: closed - Opened by eownerdead 5 months ago - 7 comments
Labels: feature-request, not planned

#1044 - Remove deprecated definitions that use Whoops

Issue - State: closed - Opened by meooow25 5 months ago
Labels: maintainability

#1043 - Various changes to make it compile with MicroHs.

Pull Request - State: closed - Opened by augustss 5 months ago - 14 comments

#1042 - Build Set and Map more efficiently and consistently

Pull Request - State: closed - Opened by meooow25 5 months ago - 6 comments

#1041 - Fix changelog for v0.6.6 and v0.6.8

Pull Request - State: closed - Opened by meooow25 5 months ago

#1040 - Update and export set intersection utilities

Pull Request - State: closed - Opened by meooow25 5 months ago - 2 comments

#1039 - Update references

Pull Request - State: closed - Opened by meooow25 5 months ago - 2 comments

#1038 - Export Set intersections and Intersection

Issue - State: closed - Opened by meooow25 5 months ago - 3 comments
Labels: feature-request, Set, IntSet

#1037 - Remove indexOfTheOnlyBit in IntSet.Internal

Pull Request - State: closed - Opened by meooow25 5 months ago

#1036 - More efficient folds for Seq

Issue - State: open - Opened by meooow25 5 months ago - 6 comments
Labels: performance, Seq, discussion/rfc

#1035 - More efficient Eq, Ord for Seq

Pull Request - State: closed - Opened by meooow25 5 months ago

#1034 - Link to "Efficient sets: a balancing act" is rotten

Issue - State: closed - Opened by Bodigrim 5 months ago - 3 comments
Labels: docs, Map, Set

#1033 - Remove separate strictness section in IntSet docs

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

#1031 - Remove bitcount; use popCount directly

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

#1030 - Error on unused-top-binds in tests

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

#1029 - Simplify fromDistinct{Asc,Desc}List for Set, Map

Pull Request - State: closed - Opened by meooow25 6 months ago - 1 comment

#1028 - Update Eq IntSet and Eq (IntMap a)

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

#1027 - mapKeys can be more efficient

Issue - State: open - Opened by meooow25 6 months ago - 1 comment
Labels: performance, Map, IntMap

#1026 - Add "Unsafe" modules

Issue - State: open - Opened by treeowl 6 months ago - 6 comments
Labels: feature-request, discussion/rfc

#1025 - Fix discrepancy between mergeWithKey impl and docs

Pull Request - State: closed - Opened by meooow25 6 months ago - 1 comment

#1024 - Fix Map.Strict.mergeWithKey strictness

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

#1023 - Adjust strictness of from{Asc,Desc}List* for maps

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

#1022 - Data.Map.Strict.mergeWithKey does not force the result of the combining function

Issue - State: closed - Opened by meooow25 6 months ago - 5 comments
Labels: bug, Map, strictness

#1021 - Strictness tests for Map construction

Pull Request - State: closed - Opened by meooow25 6 months ago - 6 comments

#1020 - Delete findWithDefault for Strict Map/IntMap

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

#1019 - Improve strictness tests

Issue - State: closed - Opened by meooow25 6 months ago - 4 comments
Labels: testing, strictness

#1018 - Tidy up IntSet/IntMap bitwise stuff

Issue - State: closed - Opened by meooow25 6 months ago
Labels: code-quality, IntMap, IntSet

#1017 - More efficient Eq, Ord for Set, Map

Pull Request - State: closed - Opened by meooow25 7 months ago - 3 comments

#1016 - Faster Eq and Ord

Issue - State: closed - Opened by meooow25 7 months ago - 26 comments
Labels: performance, Map, Set, Seq, IntMap, IntSet

#1015 - Test with GHC 9.10

Pull Request - State: closed - Opened by meooow25 7 months ago

#1014 - Rewrite rules for IntMap: intersectionWithKey/mapWithKey

Issue - State: open - Opened by ruifengx 7 months ago - 8 comments
Labels: feature-request, IntMap

#1013 - Consider maintaining the x.y.z.a versioning

Issue - State: closed - Opened by ulysses4ever 7 months ago - 7 comments

#1012 - Is this repo up to date?

Issue - State: closed - Opened by erikd 7 months ago - 7 comments

#1011 - Complexity of IntMap-IntMap operations

Issue - State: open - Opened by meooow25 8 months ago
Labels: docs, IntMap, IntSet

#1010 - More accurate Set and Map size warnings

Issue - State: open - Opened by meooow25 8 months ago - 3 comments
Labels: docs, Map, Set

#1009 - Add symmetric difference ops

Pull Request - State: closed - Opened by meooow25 9 months ago - 9 comments

#1008 - Fix false negatives in IntMap.isProperSubmapOfBy

Pull Request - State: closed - Opened by meooow25 9 months ago - 2 comments

#1007 - `IntMap` `isProperSubmapOfBy` test failure

Issue - State: closed - Opened by konsumlamm 9 months ago - 4 comments