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

Updates For Encoder Changes #31

Merged
merged 1 commit into from
Jul 25, 2016

Conversation

danhunsaker
Copy link
Contributor

Primarily updates for BSON and YAML (Mongo has been deprecated in favor of MongoDB, and Symfony YAML 3+ handles exception throwing differently than 2.x), but also includes a fix for MSGPack error handling.

  • Added support for MongoDB extension (while keeping support for Mongo extension)
  • Fixed error detection for MSGPack
  • Fixed error detection for YAML, including support for pre-3.1 and post-3.1 differences
  • Minor cleanup

@danhunsaker danhunsaker force-pushed the feature/encoder-updates branch 12 times, most recently from 91edf84 to b36eff3 Compare July 14, 2016 14:33
- Added support for MongoDB extension (while keeping support for deprecated Mongo extension)
- Fixed error detection for MSGPack
- Fixed error detection for YAML, including support for pre-3.1 and post-3.1 differences
- Minor cleanup

Install Extensions For Testing

Test various combinations of extensions installed or not:
- No extensions
- Just MSGPack
- Just Mongo
- Just MongoDB
- MSGPack and MongoDB

Because APT is unreliable for this, download and compile extensions directly in Travis jobs themselves.
@danhunsaker danhunsaker force-pushed the feature/encoder-updates branch from b36eff3 to a26475c Compare July 14, 2016 18:16
@nathanmac nathanmac merged commit 49d9d2f into nathanmac:master Jul 25, 2016
@nathanmac
Copy link
Owner

Thanks for all the work 👍

@danhunsaker
Copy link
Contributor Author

No problem. Wanna use this in one of my own projects, so figured I'd push the updates upstream while I was making them anyway. :-)

Same story for nathanmac/Responder, too...

@danhunsaker danhunsaker deleted the feature/encoder-updates branch September 1, 2016 03:35
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

Successfully merging this pull request may close these issues.

2 participants