A few days ago I submitted a pull request on github, but I am unsure who gets those as there has been no response.
The commit it at http://github.com/gbarr/mongo-perl-driver/tree/bson_to_sv
The patch allows perl level access to perl_mongo_bson_to_sv
I am currently writing an AnyEvent::MongoDB driver with a traditional AE callback API.
Exposing this function to perl allows me to reuse the work already done and not
have to duplicate.
Graham.
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To post to this group, send email to mongo...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-dev?hl=en.
Thanks for the commit, I've merged it in!
Sorry about that, Github only sends the pull request to the MongoDB user, so no one sees them. The best way is to do a pull request, then CC a developer or open a bug (either at jira.mongodb.org or CPAN).
Also, nightsailer has been working on an AnyEvent driver, you might want to check that out, too: http://jira.mongodb.org/browse/PERL-83.
github has made recent changes to the pull request form. it seems very difficult now to CC people of the pull. unless I am missing something.
He did also take the AnyEvent::MongoDB namespace on CPAN, but has freed that and assigned co-maint to me so my module can use that space as mine uses a callback API similar to many other AE modules.
> github has made recent changes to the pull request form. it seems very difficult now to CC people of the pull. unless I am missing something.
>
> That's too bad, most people didn't even CC before they made it hard. Well, just make sure someone with commit rights knows about it, we definitely don't mean to ignore patches!
I wrote to github support and they replied with
We recently rolled out a fairly large overhaul of pull requests:
http://github.com/blog/712-pull-requests-2-0
Notifications are now sent to everyone with push access to the destination repository. We'll be adding support for targeted notifications in the future.
But your obviously have push access to the repository, so maybe there is a bug somewhere.
Graham.
BTW, I've write extras bson_decode and bson_encode into BSON package,
do you want to merge?
But your obviously have push access to the repository, so maybe there is a bug somewhere.
Graham.