Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add set generator; convert generic set to be generated #1

Merged
merged 49 commits into from
Apr 13, 2020

Conversation

mhuxtable
Copy link
Owner

@mhuxtable mhuxtable commented Apr 13, 2020

This introduces a generator for sets of arbitrary Go data types and converts
the top-level generic set to be generated in this way. There are a large number
of build system changes to support the large amount of generated code. The
generated sets are currently intended to have no dependencies on the top-level
module of this package, and have only one external dependency to a well-known
test assert library (github.com/stretchr/testify).

We use multiple Go modules to separate the imports required for the generator
from the imports necessary to use the canned generated set genericset
package.

Special care is taken to continue to support the v1 API of the genericset in
the top-level package.

This doesn't support non-primitive types until #2 is completed.

@mhuxtable mhuxtable changed the title Set generator Add set generator; convert generic set to be generated Apr 13, 2020
@mhuxtable mhuxtable merged commit c0d3890 into master Apr 13, 2020
@mhuxtable mhuxtable deleted the feature/genset branch April 13, 2020 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant