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
sanity check failed. [REASON]: use the same name clingo_symbol_type for struct CLCursor (Clang.CLEnumDecl) clingo_symbol_type at /home/will/.julia/artifacts/1e309d9f5e2efe88a12072f45b428baae9bc8b20/include/clingo.h:306:6 and function CLCursor (Clang.CLFunctionDecl) clingo_symbol_type(clingo_symbol_t) at /home/will/.julia/artifacts/1e309d9f5e2efe88a12072f45b428baae9bc8b20/include/clingo.h:421:48. The C code use the same name for structs and functions, which is not a good code-style, please fix it in the upstream.
Is there any way around this? In many cases it's not feasible to fix something in the upstream like this. This is on master.
The text was updated successfully, but these errors were encountered:
sanity check failed. [REASON]: use the same name clingo_symbol_type for struct CLCursor (Clang.CLEnumDecl) clingo_symbol_type at /home/will/.julia/artifacts/1e309d9f5e2efe88a12072f45b428baae9bc8b20/include/clingo.h:306:6 and function CLCursor (Clang.CLFunctionDecl) clingo_symbol_type(clingo_symbol_t) at /home/will/.julia/artifacts/1e309d9f5e2efe88a12072f45b428baae9bc8b20/include/clingo.h:421:48. The C code use the same name for structs and functions, which is not a good code-style, please fix it in the upstream.
Is there any way around this? In many cases it's not feasible to fix something in the upstream like this. This is on master.
The text was updated successfully, but these errors were encountered: