One example where colons are useful is when implementing debtags-like tags (Faceted Classification). For example:
isa::bug isa::rfe severity::high severity::low
The double colon here makes it easier to recognize the fact that Faceted Classification is being used.
Related to https://pagure.io/pagure/issue/3406
rebased onto 323aec84d4202f561b52fa66f885d1a10d4cf765
:thumbsup: :100:
rebased onto bdadd837fd86bf1f66218a71f043c4d310e3132b
rebased onto 81b2c9e94ec7e15546dc5f56ac1e9adbe9059abd
Should we add a test for this? I can try doing it if you don't have the time :)
I'd be happy to, but you guess right; I can't promise anything in upcoming weeks.
Commit ad64a1d9 fixes this pull-request
Pull-Request has been merged by pingou
I've merged this PR and will submit tests in another :)
One example where colons are useful is when implementing debtags-like tags
(Faceted Classification). For example:
The double colon here makes it easier to recognize the fact that Faceted
Classification is being used.
Related to https://pagure.io/pagure/issue/3406