Michael Pasternak has posted comments on this change.

Change subject: cli: valid UUIDs are treated as syntax error #854391
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File src/cli/parser.py
Line 47:     t_heredoc2_ignore = ' \t'
Line 48:     t_shell_ignore = ' \t'
Line 49: 
Line 50:     def t_UUID(self, t):
Line 51:         r'[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'
BE/api always returns lower-case, user does not create own uuids
Line 52:         t.value = str(t.value)
Line 53:         return t
Line 54: 
Line 55:     def t_STRING(self, t):


--
To view, visit http://gerrit.ovirt.org/7869
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie46e4f959d80e7e35a33b419e1f52424cd464956
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to