-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unify with bytestring Builder #17
Comments
+1 |
Is there a migration path to bytestring-builder? |
Yes, there is. @lpsmith has done most of the work to provide a compatibility release with his https://github.com/lpsmith/bytestring-builder library and the compatibility branch in this repo. It is up to me to finally release version 0.4 of blaze-builder that makes use of this good work. |
Sounds good! Simon Meier [email protected] schrieb am Tue Jan 27 2015 at
|
That sounds great, @meiersi. I look forward to it. |
Ok, I just sent a pull request to Simon for the latest version of my compat work. it does pass the old test suite, but the test suite is not comprehensive and it could be tested better. IIRC, this buglet passed the suite, but was caught upon inspection of the output of some manual ad-hoc tests. In any case, the existing work should be pretty close to correct. I am using this compatibility layer in a pretty minimal way in production, where I have a daemon that's using the new builder that also touches a postgres database via I'm also of the opinion that, as long as the programmers put a reasonable and honest effort into making it correct, that releasing the software is an effective means of exposing any lingering problems.
|
So, things that should be done before release:
|
Hi Leon, thank you very much for this great work. I'll get to work on that and your pull request this Friday. |
I've looked at the code and I think there is one further issue that we should fix.
|
Ok, after a chat with Simon, we decided that I'm going to take over maintainership of blaze-builder. Also, I finally released blaze-builder-0.4.0.0, which is mostly just a wrapper around the new builder. |
Thanks a lot @lpsmith for taking over and handling this release! 2015-02-12 11:15 GMT+01:00 Leon P Smith [email protected]:
|
This sounds awesome. So if I migrate my library to bytestring-builder, is there some (Otherwise I can't reasonably upgrade to bytestring-builder without making my users unable to use my library with other libraries that expect blaze.) |
@chrisdone |
@lpsmith Okay, so I should wait until packages using blaze-builder have upgraded to this version before I can start using bytestring-builder. |
@chrisdone, if the packages you want to use only use the public interface, the only thing you would need to do is (possibly) bump the upper bounds. If they touch the internals, like |
Although, perhaps I should tweak the documentation a bit to clarify the issue that |
No problem, it seems that it'll be a straight-forward bump for package maintainers. This stackage issue gives a good indication of what needs to be updated. |
Well, snap is a bit more involved, but it still shouldn't be a serious issue. I wrote up a more detailed blog post regarding this new release. |
Are there plans to unify blaze-builder with bytestring builder?
The text was updated successfully, but these errors were encountered: