-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
206 fix tag related info msg #218
Conversation
I still see several issues: (1) getting warning such as "expr ((( members IDs: )) of group .... is either illegal or not supported by the POC" (2) "is either illegal or not supported by the POC" should be rephrased.. can specify which one is relevant? illegal / not supported? + remove "POC" , just say not supported. (should also update doc what is supported / not supported) . (3) getting many warning duplications (4) change (5) empty expr str should be removed ( (6) |
I thought that for the POC its enough, and we don't need all the details. The README will include what is supported.
Same comment as above.
This seems to be #213
This is result of expr's String() and is not related to this PR. If needed, open another issue.
This seems another instance of #213
Perhaps the best way to handle this is extend expr's string(); lets open an issue for this and for 4 |
will revisit in a fresh branch after #213 is fixed |
No description provided.