conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
458 stars 102 forks source link

Improve message about selector filtering #498

Closed maresb closed 10 months ago

maresb commented 10 months ago

Description

The old warnings looked like

WARNING:conda_lock.src_parser.selectors:filtered out line `  - gcc_linux-64  # [linux]` due to unmatchable selector
WARNING:conda_lock.src_parser.selectors:filtered out line `  - gcc_linux-aarch64  # [aarch64]` due to unmatchable selector
WARNING:conda_lock.src_parser.selectors:filtered out line `  - gcc_linux-aarch64  # [aarch64]` due to unmatchable selector

This doesn't make much sense to me, so I changed them to

WARNING:conda_lock.src_parser.selectors:filtered out line `  - gcc_linux-64  # [linux]` on platform osx-arm64 due to non-matching selector `linux`
WARNING:conda_lock.src_parser.selectors:filtered out line `  - gcc_linux-aarch64  # [aarch64]` on platform osx-arm64 due to non-matching selector `aarch64`
WARNING:conda_lock.src_parser.selectors:filtered out line `  - gcc_linux-aarch64  # [aarch64]` on platform linux-64 due to non-matching selector `aarch64`

which I understand.

netlify[bot] commented 10 months ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit a08ae3dd32dc7a9cecce11652abf588c0bc1c6df
Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/64f3c845e3574f0008911ca9
Deploy Preview https://deploy-preview-498--conda-lock.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.