From c4791445fd947cfe6b833ce01dc5f5d2c26bc739 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Mon, 16 Dec 2024 15:23:23 +0100 Subject: [PATCH] docs: fix 'default' behavior with priorities --- docs/reference/chisel-releases/chisel.yaml.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference/chisel-releases/chisel.yaml.md b/docs/reference/chisel-releases/chisel.yaml.md index 3a609841..8b53f1b8 100644 --- a/docs/reference/chisel-releases/chisel.yaml.md +++ b/docs/reference/chisel-releases/chisel.yaml.md @@ -153,10 +153,7 @@ file signatures. These key names must be defined in Describes the priority of an archive compared to other archives. It is used to support multiple archives in Chisel. If a package is available in two archives, it is fetched from the archive with higher priority, -unless: - - the package's slice definitions file specifies {ref}`"archive"`, or - - the {ref}`chisel_yaml_format_spec_archives_default` field is `true` for any archive. -In this case, the priority values of **all** archives are ignored. +unless the package's slice definitions file specifies {ref}`"archive"`. Note that: - an unspecified `priority` field **does not** yield a 0 value, and