primitive-checked: primitive functions with bounds-checking
This library is intended to be used as a drop-in replacement for
the primitive
library in test environments. It adds bounds-checking
to all functions in primitive
that are able to cause segfaults.
It is not recommended to use this library in production. However,
if you are testing a library or application you wrote that uses
primitive
, you can temporarily replace your primitive
dependency
with primitive-checked
, and your segfaults will become normal
Haskell exceptions that you can hunt down with GHC's stack trace
facilities.
The versioning for this library matches the version of primitive
that is targeted. The first three numbers of the version match the
version of primitive
. The fourth number is used for bug fixes.
This packages deviates slightly from the PVP in that functions
can be added to the API with only a bump to the fourth number.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Control
- Monad
- Control.Monad.Primitive
- Monad
- Data
- Data.Primitive
- Data.Primitive.Array
- Data.Primitive.ByteArray
- Data.Primitive.MVar
- Data.Primitive.MachDeps
- Data.Primitive.MutVar
- Data.Primitive.PrimArray
- Data.Primitive.Ptr
- Data.Primitive.SmallArray
- Data.Primitive.Types
- Data.Primitive
Downloads
- primitive-checked-0.7.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.6.3.0, 0.6.4.0, 0.6.4.1, 0.6.4.2, 0.7.0.0, 0.7.2.0, 0.7.3.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9.1.0 && <5), primitive (>=0.7.3 && <0.7.4) [details] |
License | BSD-3-Clause |
Copyright | 2018 Andrew Martin |
Author | Andrew Martin |
Maintainer | Andrew Martin <andrew.thaddeus@gmail.com>, konsumlamm <konsumlamm@gmail.com> |
Category | Array |
Home page | https://github.com/haskell-primitive/primitive-checked#readme |
Bug tracker | https://github.com/haskell-primitive/primitive-checked/issues |
Source repo | head: git clone https://github.com/haskell-primitive/primitive-checked.git |
Uploaded | by konsumlamm at 2022-04-15T13:59:41Z |
Distributions | |
Reverse Dependencies | 7 direct, 110 indirect [details] |
Downloads | 2654 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-04-15 [all 1 reports] |