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
When ireps_generator.py is being called, it triggers this following message:
both a sub and named: value
> sub in : code_switch, let_expr
> named in: string_constant_expr, constant_expr, c_enum_member
Which I think requires a little bit of digging into, because it looks to me like it warns about a potential naming clash that could cost hours of debugging later on.
The text was updated successfully, but these errors were encountered:
When
ireps_generator.py
is being called, it triggers this following message:Which I think requires a little bit of digging into, because it looks to me like it warns about a potential naming clash that could cost hours of debugging later on.
The text was updated successfully, but these errors were encountered: