[Bug 249273] pkgbase: missing colon in /usr/src/release/packages/runtime.ucl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 18 13:46:02 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249273

Allan Jude <allanjude at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allanjude at FreeBSD.org

--- Comment #1 from Allan Jude <allanjude at FreeBSD.org> ---
It is not required

As explained here:

https://github.com/vstakhov/libucl/#general-syntax-sugar

key = value;
section {
    key = value;
}

is equivalent to

{
    "key": "value",
    "section": {
        "key": "value"
    }
}


However, it would likely be stylistically better to be consistent throughout
the file.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkgbase mailing list