mirror of
https://github.com/status-im/nim-stew.git
synced 2025-01-09 11:45:42 +00:00
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:
parent
72aab089a2
commit
a0a53c9116
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user