-
Notifications
You must be signed in to change notification settings - Fork 155
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
MemoMismatchesTest is failing on master #83
Comments
FWIW I have a codebase that indirectly depends on Parboiled 1.1.6, but we also needed to update our dependency on ASM to 5.0.3. After doing so, I started seeing exceptions like this:
|
Same here, Gerrit Code Review project uses indirectly parboiled 1.1.6. Since upgrade to GWT 2.7 (that was updated to use asm 5.0.3) markdown parser doesn't work any more. Solution is to build parboiled from source. It was adjusted to work against asm 5, but unfortunately not released yet. Building from master is failing, so that i had to disable this unit test. |
I started to receive this |
Tring to build recent master 76586a4 reveals that one unit test is broken: [1]. is this expected?
[1] http://paste.openstack.org/show/148477/
The text was updated successfully, but these errors were encountered: