Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / craterdog/go-collection-framework issues and pull requests
#60 - Addressed issue #59.
Pull Request -
State: closed - Opened by derknorton 9 months ago
#59 - The private constant and attribute naming does not match the latest coding conventions.
Issue -
State: closed - Opened by derknorton 9 months ago
Labels: enhancement
#58 - Addressed issue 57.
Pull Request -
State: closed - Opened by derknorton 9 months ago
#57 - Update the project to use Go 1.22.
Issue -
State: closed - Opened by derknorton 9 months ago
Labels: enhancement
#56 - Fixed issue #55.
Pull Request -
State: closed - Opened by derknorton 9 months ago
#55 - The maps used to hold generic class references are not thread safe and they need to be.
Issue -
State: closed - Opened by derknorton 9 months ago
Labels: bug
#54 - Addressed issue #53.
Pull Request -
State: closed - Opened by derknorton 10 months ago
#53 - Update the code to match the latest coding conventions.
Issue -
State: closed - Opened by derknorton 10 months ago
Labels: enhancement
#52 - Implemented and tested issue #51.
Pull Request -
State: closed - Opened by derknorton 10 months ago
#51 - Restructure the project to allow additional notations like XML and JSON to be supported.
Issue -
State: closed - Opened by derknorton 10 months ago
Labels: enhancement
#50 - Implemented and tested issue #49.
Pull Request -
State: closed - Opened by derknorton 11 months ago
#49 - Stack Class Should Use Array Instead of List for Backing Store
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#48 - Fixed and tested issue #47.
Pull Request -
State: closed - Opened by derknorton 11 months ago
#47 - Class Namespace Function Names are Ambiguous
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#46 - Fixed and tested issue #45.
Pull Request -
State: closed - Opened by derknorton 11 months ago
#45 - Add Support for a NotationLike abstract type that can be implemented by XML, JSON and CDCN.
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#44 - Fixed and tested issue #43.
Pull Request -
State: closed - Opened by derknorton 11 months ago
#43 - Add FromSequence(sequence) class constructors to the Array[Value] and Map[Key, Value] class namespaces.
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#42 - Added Catalog.FromMap(map) Function
Pull Request -
State: closed - Opened by derknorton 11 months ago
#41 - The Map[K, V] class namespace defines a FromMap(map) function but the Catalog[K, V] class namespace does not.
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#40 - 39 add fromarrayarray and fromstringstring constructors to each collection type
Pull Request -
State: closed - Opened by derknorton 11 months ago
#39 - Add `FromArray(array)` and `FromString(string)` constructors to each collection type.
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#38 - Fixed and tested issue #36.
Pull Request -
State: closed - Opened by derknorton 11 months ago
#37 - Fixed and tested issue #35.
Pull Request -
State: closed - Opened by derknorton 11 months ago
#36 - There are cases in the abstract interfaces where the methods are not alphabetized and some method arguments are inconsistently named.
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: enhancement
#35 - The parser and formatter do not handle the context strings for native arrays and maps correctly.
Issue -
State: closed - Opened by derknorton 11 months ago
Labels: bug
#34 - Simplified the formatter interface to just focus on collections and a…
Pull Request -
State: closed - Opened by derknorton about 1 year ago
#33 - The formatting scope is too broad, it includes primitives and should be limited to only collections.
Issue -
State: closed - Opened by derknorton about 1 year ago
Labels: enhancement
#31 - 29 a utility that can read in the formatted output for a collection would be nice for loading and storing configurations
Pull Request -
State: closed - Opened by derknorton about 1 year ago
#30 - Changed tabs to 4 spaces in all output for consistency.
Pull Request -
State: closed - Opened by derknorton about 1 year ago
#29 - A utility that can read in the formatted output for a collection would be nice for loading and storing configurations.
Issue -
State: closed - Opened by derknorton about 1 year ago
Labels: enhancement
#28 - The format of a collection that has been output contains tabs which makes viewing inconsistent.
Issue -
State: closed - Opened by derknorton about 1 year ago
Labels: bug
#27 - 26 v1 and v2 the collator isnt checking for nil values for interfaces pointers maps arrays and slices
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#26 - v1 and v2: The collator isn't checking for nil values for interfaces, pointers, maps, arrays and slices.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: bug
#25 - Implemented enhancement request #24 regarding the removal of the AddV…
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#24 - Remove the AddValues() methods from the LIFO and FIFO interfaces.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: enhancement
#23 - Implemented enhancement #22 regarding dropping the AddAssociation() a…
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#22 - Remove AddAssociation() and AddAssociations() methods from the Associative[K, V] interface.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: enhancement
#21 - Implemented enhancement #20 regarding decoupling the List type from t…
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#20 - Remove Searchable interface support for Array type and decouple List type from Array type.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: enhancement
#19 - 15 add support for go struct types in the collator functions
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#18 - Merge pull request #16 from craterdog/15-add-support-for-go-struct-ty…
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#17 - Added getter method checking to enhancement 15.
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#16 - Implemented enhancement 15 regarding collator support for Go struct t…
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#15 - Add support for Go struct types in the collator functions.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: enhancement
#13 - Fixed issue 12 regarding default CompareValues() method being called …
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#12 - The Array type calls the default CompareValues() function even when the List type overrides it with its own function.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: bug
#11 - Fixed issue 10 regarding the handling of tilda types by the collator.
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#10 - The collator does not handle tilda types correctly.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: bug
#9 - Deprecated the Indexed[V].GoIndex() method and moved it to a Go speci…
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#8 - Deprecate the Indexed[V].GoIndex(index int) int method.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: enhancement
#5 - 3 missing test cases for failures
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
#4 - Added a CatalogFromArray constructor to be consistent with the other …
Pull Request -
State: closed - Opened by derknorton almost 2 years ago
Labels: enhancement
#3 - Missing test cases for failures.
Issue -
State: closed - Opened by derknorton almost 2 years ago
Labels: bug
#2 - Add a CatalogFromArray constructor to the catalog type for consistency.
Issue -
State: closed - Opened by derknorton about 2 years ago
Labels: enhancement