You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently rust compiler complains about nom 4.2.3 using constructs that will be errors in future releases, so I guess nom needs an upgrade. However, I'm not comfortable enough in either stomp or nom to easily do this myself since nom have removed the use of macros so some code needs some minor rewrite.
The text was updated successfully, but these errors were encountered:
I noticed that there are fixes for this in both the nom 5 and 6 branches, so it might be easiest to first target nom 5, since the macros should still be there. However, when I tried, some macros were removed and needed to be replaced, and I don't have access to a activemq development system to test on right now.
Currently rust compiler complains about nom 4.2.3 using constructs that will be errors in future releases, so I guess nom needs an upgrade. However, I'm not comfortable enough in either stomp or nom to easily do this myself since nom have removed the use of macros so some code needs some minor rewrite.
The text was updated successfully, but these errors were encountered: