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
If I prepend the generated C file with typedef struct U7 { int valeur; } U7;(to give an implementation to the abstract type), AllRefine fails with the error message
Duplicate constant declaration "local.corres" vs. "local.corres"⌂
The above error(s) occurred while activating locale instance
update_sem_init "upd_abs_typing" "abs_repr"
It turns out that the issue I encountered happens when the cogent filename starts with a capital letter (whatever the content of the file is). Maybe the compiler should raise a warning in this case (or we could try to fix the bug)
Consider the simple cogent program
If I prepend the generated C file with
typedef struct U7 { int valeur; } U7;
(to give an implementation to the abstract type), AllRefine fails with the error messageon the line
The text was updated successfully, but these errors were encountered: