-
Notifications
You must be signed in to change notification settings - Fork 64
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
API breakage in new version (0.3) #30
Comments
Thanks for catching this. What if we added extra |
No, that won't work because the macro wants to be terminated with a |
Umm interesting. I have an idea, let me code it. |
fixed by #31 |
Thanks! Can we get a new upstream release and Debian package? This is holding up quite some package in Debian at the moment. |
I just made a 0.3.1 release: |
I just uploaded the 0.3.1-1 debian package into Sid. |
Hi,
the new version breaks the API:
The problematic commit is 4c529c6.
The problem is that the
console_bridge_deprecated();
makes the macro two commands and so the binding between theif
and theelse
is lost (see https://github.com/ros/ros_comm/blob/indigo-devel/tools/rosbag_storage/src/bz2_stream.cpp#L118).The text was updated successfully, but these errors were encountered: