Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 13:46:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 249273] pkgbase: missing colon in /usr/src/release/packages/runtime.ucl
Message-ID:  <bug-249273-36141-Y8PiomixR7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249273-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249273-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249273

Allan Jude <allanjude@FreeBSD.org> changed:

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

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

As explained here:

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

key =3D value;
section {
    key =3D value;
}

is equivalent to

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


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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249273-36141-Y8PiomixR7>