Page MenuHomeFreeBSD

Use correct DOT language syntax for an ID with a leading digit (0mp).
ClosedPublic

Authored by 0mp on Jul 20 2018, 11:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 2:19 PM
Unknown Object (File)
Mar 8 2024, 12:06 AM
Unknown Object (File)
Dec 20 2023, 2:29 AM
Unknown Object (File)
Nov 21 2023, 10:05 PM
Unknown Object (File)
Nov 21 2023, 5:54 PM
Unknown Object (File)
Nov 19 2023, 3:21 PM
Unknown Object (File)
Nov 17 2023, 3:34 PM
Unknown Object (File)
Nov 13 2023, 2:36 PM
Subscribers

Details

Summary

It turns out that my username (0mp) is not a valid ID in the DOT language
because it starts with a digit. The easiest way to fix it is to put my username
in double quotes [1].

[1]: https://graphviz.gitlab.io/_pages/doc/info/lang.html

Reported by: pstef

Test Plan

Running dot share/misc/committers-ports.dot should not produce the following messages:

Warning: syntax ambiguity - badly delimited number '0m' in line 43 of share/misc/committers-ports.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0m' in line 484 of share/misc/committers-ports.dot splits into two tokens
Warning: syntax ambiguity - badly delimited number '0m' in line 530 of share/misc/committers-ports.dot splits into two tokens

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable