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?
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/lenscould 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?