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

Switch to Data.Text #15

Open
superbobry opened this issue Jan 30, 2012 · 12 comments
Open

Switch to Data.Text #15

superbobry opened this issue Jan 30, 2012 · 12 comments

Comments

@superbobry
Copy link

Hello, have you considered switching to text from compact-string, since the latter is now obsolete (according to the Hackage page)?

Good thing is @alphaHeavy has is done in his fork!

@superbobry
Copy link
Author

I've found your comment in haskell-bson. This is a little inconvenient, especially because a lot of libraries now use text, all of @bos libraries for example :)

@sseveran
Copy link

The original work was done by @MassiveTactical. We also merged in some other changes.

We agree on using Text although I see both sides. Using UTF16 instead of UTF8 was also hotly debated in the .net world. In the end we don't think the overhead is high enough to use something else in place of Text especially since the only thing left in our code base using something other than Text is protocol-buffers.

@gregwebs
Copy link

It seems pretty official that we are stuck with UTF16 Text for our Haskell code. I vote for the switch.

@sseveran
Copy link

Any movement on this? I can create a pull request if needed.

@gregwebs
Copy link

This driver is probably looking for a new maintainer now, not more pull requests :)

@superbobry
Copy link
Author

I (or better we, here at selectel) can maintain it ;)

@gregwebs
Copy link

great! Tony is no longer at 10gen, and I don't know how to contact him.

The contact is now supposed to be Steve Francia. I sent a message to him. If I don't hear back I can go to 10gen office hours on Thursday 24.

@superbobry
Copy link
Author

Well, maybe we should create a community, maintained fork?

@gregwebs
Copy link

10gen likes the idea. Please start on your fork and they should give it official approval soon.

@superbobry
Copy link
Author

Great, I've forked both bson and mongodb, thank you!

@superbobry
Copy link
Author

@gregwebs It has been two weeks, should I contact 10gen myself to check if everything is allright?

@gregwebs
Copy link

gregwebs commented Jul 3, 2012

The community fork is now released to Hackage with the blessing of 10gen

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

No branches or pull requests

3 participants