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 I use the CLI to generate my entities for seaography it now also generates a call to the seaography::register_active_enums! macro inside of the mod.rs file.
This macro though has no commas between its different values. (register_entity_modules works correctly though).
Steps to Reproduce
Generate entities with multiple ENUMs for seaography.
The text was updated successfully, but these errors were encountered:
LasseRosenow
changed the title
CLI: register_active_enums has no commas
CLI: register_active_enums generates without commas => Cannot compile
Jan 13, 2025
Description
When I use the CLI to generate my
entities
forseaography
it now also generates a call to theseaography::register_active_enums!
macro inside of themod.rs
file.This macro though has no commas between its different values. (
register_entity_modules
works correctly though).Steps to Reproduce
entities
with multiple ENUMs for seaography.Expected Behavior
Actual Behavior
Reproduces How Often
Always
Workarounds
Fix it by inserting the commas afterwards
Versions
CLI Version 1.1.4
The text was updated successfully, but these errors were encountered: