Skip to content

Commit

Permalink
Graduate stew/results -> results (#185)
Browse files Browse the repository at this point in the history
Since the results package has seen "stable" use for quite a while now,
it's as good time a time as any to release 1.0 and migrate it out of
stew, thus signalling API stability of some sort.

Part of that "stabilization" is underway in the nim-results [issue
tracker](arnetheduck/nim-results#30).
  • Loading branch information
arnetheduck authored Jul 5, 2023
1 parent 5c519d8 commit 2cf408b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,797 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ respective folders
- `leb128` - utilities for working with LEB128-based formats (such as the varint style found in protobuf)
- `objects` - get an object's base type at runtime, as a string
- `ptrops` - pointer arithmetic utilities
- `result` - friendly, exception-free value-or-error returns, similar to `Option[T]`, from [nim-result](https://github.com/arnetheduck/nim-result/)
- `result` - moved to [nim-results](https://github.com/arnetheduck/nim-results/)
- `shims` - backports of nim `devel` code to the stable version that Status is using
- `sequtils2` - extensions to the `sequtils` module for working conveniently with `seq`

Expand Down
1 change: 1 addition & 0 deletions stew.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "MIT or Apache License 2.0"
skipDirs = @["tests"]

requires "nim >= 1.2.0",
"results",
"unittest2"

let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
Expand Down
Loading

0 comments on commit 2cf408b

Please sign in to comment.