deprecate stew/results (#219)

* deprecate stew/results

* Update stew/results.nim

* use evergreen OS image versions in GitHub Actions CI

* revert macos-latest
This commit is contained in:
tersec 2024-06-10 19:11:33 +00:00 committed by GitHub
parent 72aab089a2
commit a0a53c9116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -30,7 +30,7 @@ jobs:
include: include:
- target: - target:
os: linux os: linux
builder: ubuntu-20.04 builder: ubuntu-latest
shell: bash shell: bash
- target: - target:
os: macos os: macos
@ -38,7 +38,7 @@ jobs:
shell: bash shell: bash
- target: - target:
os: windows os: windows
builder: windows-2019 builder: windows-latest
shell: msys2 {0} shell: msys2 {0}
defaults: defaults:

View File

@ -1,9 +1,7 @@
# This module has graduated from stew and is now available from the # This module has graduated from stew and is now available from the
# `results` nimble package instead (https://github.com/arnetheduck/nim-results) # `results` nimble package instead (https://github.com/arnetheduck/nim-results)
when defined(stewWarnResults): {.deprecated: "`stew/results` is now available as `import results` via the `results` Nimble package".}
# This deprecation notice will be made default in some future stew commit
{.deprecated: "`stew/results` is now availabe as `import results` via the `results` Nimble package".}
import pkg/results import pkg/results
export results export results