rafsun42 commented on issue #317: URL: https://github.com/apache/age/issues/317#issuecomment-1288242147
@jrgemignani As for the 3rd step of this task, 1. We can create a `int validate_name(char* name)` function thar returns whether the `name` abides by the naming rules. 2. Then, use this function, inside the `create_graph` and `rename_graph` functions in the `graph_commands.c` file. I believe these are the only two places where a graph's name is set. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
