You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/10/24 00:16:18 UTC

[GitHub] [age] rafsun42 commented on issue #317: Graph Naming Convention/Rules

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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org