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
I ran into a macro conflict recently between one of my C system libraries and etl. My C library has RESERVED defined and that name is also used these 2 files. In both cases it looks to be used only internally
OK thanks, would you want a PR for the 2 files I listed? It looks like there are maybe some other internal constants (RESERVED_SIZE) that could also be updated. There is also (MAX_SIZE) but that is public and would be breaking change.
Hi,
I ran into a macro conflict recently between one of my C system libraries and etl. My C library has
RESERVED
defined and that name is also used these 2 files. In both cases it looks to be used only internallyI have temporarily worked around the issue by
Would it be possible to either change the case of the variable or give it an ETL_ prefix? I can make a PR if either one is acceptable.
Thanks
The text was updated successfully, but these errors were encountered: