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

Rethink unstable collection? #269

Open
jackfirth opened this issue Dec 11, 2015 · 2 comments
Open

Rethink unstable collection? #269

jackfirth opened this issue Dec 11, 2015 · 2 comments
Labels

Comments

@jackfirth
Copy link
Owner

It's irritating to have to move things from unstable to stable when releasing, and it's difficult to organize the code when there's internals that unstable features depend on. It may be better to just put all features into the main collection and not provide them from lens, unstable/lens could just reprovide the unstable features itself. There'd only be one module in unstable, unstable/lens.rkt, and it'd be much easier to "turn on" new features for releases.

@AlexKnauth thoughts?

@AlexKnauth
Copy link
Collaborator

Do you mean add new features in lens/private/ but don't reprovide them from lens/main.rkt and have unstable/lens.rkt reprovide them instead? Yeah, that sounds like a much better idea.

@jackfirth
Copy link
Owner Author

Yes, that's exactly what I mean. Definitely seems more manageable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants