You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of conda-forge feedstocks (mcstas-suite,mcxtrace-suite) that build multiple packages through a single feedstock-recipe, and were we use "non-standard" naming of the buildscripts for Unix and Windows, namely e.g.
I noticed that conda-souschef (in fact maybe a new YaML release?) recently has started complaining / warning about this:
2024-11-26 08:24:37,400 WARNING conda_smithy.linter.lints || Error parsing recipe with conda-souschef: DuplicateKeyError('while constructing a mapping', in"<unicode string>", line 19, column 5:
[](https://github.com/conda-forge/conda-forge-webservices/actions/runs/12026574210/job/33525822640#step:5:81)- name: mcxtrace-core
[](https://github.com/conda-forge/conda-forge-webservices/actions/runs/12026574210/job/33525822640#step:5:82)^ (line: 19), 'found duplicate key "script" with value "install-files-core.bat" (original value: "install-files-core.sh")', in"<unicode string>", line 21, column 5:
[](https://github.com/conda-forge/conda-forge-webservices/actions/runs/12026574210/job/33525822640#step:5:83)script: install-files-core.bat ...
[](https://github.com/conda-forge/conda-forge-webservices/actions/runs/12026574210/job/33525822640#step:5:84)^ (line: 21), '\n To suppress this check see:\n http://yaml.readthedocs.io/en/latest/api.html#duplicate-keys\n ', ' Duplicate keys will become an error in future releases, and are errors\n by default when using the new API.\n ')
After a discussion on Zulip I was asked to file an issue here.
The text was updated successfully, but these errors were encountered:
willend
changed the title
New warning from conda-forge listing / souschef
New warning from conda-forge linting-process / souschef
Nov 28, 2024
Hi there,
I have a couple of conda-forge feedstocks (mcstas-suite,mcxtrace-suite) that build multiple packages through a single feedstock-recipe, and were we use "non-standard" naming of the buildscripts for Unix and Windows, namely e.g.
I noticed that
conda-souschef
(in fact maybe a new YaML release?) recently has started complaining / warning about this:After a discussion on Zulip I was asked to file an issue here.
The text was updated successfully, but these errors were encountered: