Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / haskell/primitive issues and pull requests

#416 - Fix broken Haddock links

Pull Request - State: closed - Opened by pgujjula 13 days ago

#415 - Add createPrimArray and createByteArray

Pull Request - State: open - Opened by meooow25 24 days ago - 1 comment

#414 - Missing createPrimArray and createByteArray

Issue - State: open - Opened by meooow25 24 days ago - 1 comment

#413 - fromList for mutable arrays

Issue - State: open - Opened by meooow25 about 1 month ago - 7 comments

#411 - Drop Support for GHC < 8.6 in Preparation for PrimUnaligned

Issue - State: open - Opened by andrewthad 2 months ago - 1 comment

#410 - Allow base-4.20 and tasty-1.5; bump CI to GHC 9.8

Pull Request - State: closed - Opened by andreasabel 3 months ago

#409 - Support unaligned GC array accesses in `Prim`

Issue - State: open - Opened by raehik 3 months ago - 8 comments

#408 - Update README.md CI build badge

Pull Request - State: closed - Opened by fishtreesugar 3 months ago

#407 - Use `copyMutableByteArray#` in moveByteArray

Pull Request - State: closed - Opened by clyring 5 months ago - 1 comment

#406 - Use `copyMutableByteArrayNonOverlapping#` when available

Pull Request - State: closed - Opened by clyring 5 months ago - 2 comments

#405 - Consider making distinct types for pinned and unpinned arrays

Issue - State: open - Opened by Rotaerk 5 months ago - 6 comments

#404 - Wrong type for with(Mutable)PrimArrayContents

Issue - State: open - Opened by Rotaerk 5 months ago - 2 comments

#403 - Wrapper for sameSmallMutableArray#

Issue - State: open - Opened by andrewthad 6 months ago

#402 - Add `byteArrayAsForeignPtr`

Pull Request - State: closed - Opened by sol 7 months ago - 3 comments

#401 - Redundant import in test suite

Issue - State: closed - Opened by Vekhir 9 months ago - 2 comments

#400 - Add withPrimArrayContents and withMutablePrimArrayContents

Pull Request - State: closed - Opened by andrewthad 9 months ago

#399 - Make test suite build with GHC 9.8

Issue - State: open - Opened by andrewthad 9 months ago

#398 - Make it build with ghc-9.8

Pull Request - State: closed - Opened by erikd 9 months ago - 1 comment

#397 - Test `alternativeLaws`, `monadZipLaws`, `monadPlusLaws`

Pull Request - State: closed - Opened by konsumlamm 10 months ago

#396 - Relax constraints for array indexing to `Applicative`

Pull Request - State: closed - Opened by konsumlamm 10 months ago

#395 - Add withByteArrayContents and withMutableByteArrayContents

Pull Request - State: closed - Opened by andrewthad 10 months ago - 2 comments

#394 - primitive-0.8.0.0 works with GHC 9.8, ok to relax bounds?

Issue - State: closed - Opened by andreasabel 10 months ago - 2 comments

#393 - Drop support for GHC 8.0

Issue - State: closed - Opened by andrewthad 10 months ago - 2 comments

#392 - Introduce more variants of keepAlive and touch

Pull Request - State: closed - Opened by andrewthad 10 months ago

#391 - Fix noncanonical-monoid-instances warning

Pull Request - State: closed - Opened by konsumlamm 10 months ago - 3 comments

#390 - Clarify that newly allocated `ByteArray`s/`PrimArray`s are uninitialized

Pull Request - State: closed - Opened by konsumlamm 10 months ago - 1 comment

#389 - Change Show instances for Array, SmallArray, PrimArray

Pull Request - State: closed - Opened by andrewthad about 1 year ago - 5 comments

#388 - Get rid of fromList in all Show instances

Issue - State: closed - Opened by andrewthad about 1 year ago - 4 comments

#387 - Deprecate sizeofSmallMutableArray

Pull Request - State: closed - Opened by andrewthad about 1 year ago

#386 - Use released version of GHC 9.6 for CI

Pull Request - State: closed - Opened by andrewthad about 1 year ago

#385 - Add Prim instance for Data.Complex (rebased)

Pull Request - State: closed - Opened by andrewthad about 1 year ago - 1 comment

#384 - Apply some hlint suggestions

Pull Request - State: closed - Opened by konsumlamm about 1 year ago

#383 - Add default definitions for `setByteArray#` and `setOffAddr#`

Pull Request - State: closed - Opened by konsumlamm about 1 year ago

#382 - Update documentation for `size*`/`alignment*`

Pull Request - State: closed - Opened by konsumlamm about 1 year ago - 1 comment

#381 - Add Prim instances for Data.Complex

Pull Request - State: closed - Opened by andrewthad about 1 year ago - 8 comments

#380 - Use mutableByteArrayContents# when available

Pull Request - State: closed - Opened by andrewthad about 1 year ago - 3 comments

#379 - PrimUnlifted class

Issue - State: open - Opened by andrewthad about 1 year ago - 4 comments

#378 - Items for primitive 0.9.0.0

Issue - State: closed - Opened by andrewthad about 1 year ago - 12 comments

#377 - Stop reexporting fromList and fromListN from Data.Primitive.Array

Pull Request - State: closed - Opened by andrewthad about 1 year ago

#376 - Use mutableByteArrayContents# from ghc-prim in newer GHCs

Issue - State: closed - Opened by andrewthad about 1 year ago - 2 comments

#375 - fix type signature of keepAlive

Pull Request - State: closed - Opened by chessai about 1 year ago - 19 comments

#374 - Expose size information at the type level

Issue - State: closed - Opened by oberblastmeister about 1 year ago - 5 comments

#373 - sizeofSmallMutableArray

Issue - State: closed - Opened by treeowl about 1 year ago - 5 comments

#372 - Add getSizeofSmallMutableArray

Pull Request - State: closed - Opened by treeowl about 1 year ago - 6 comments

#371 - Add `sizeOfType`, `alignmentOfType`

Pull Request - State: closed - Opened by konsumlamm over 1 year ago - 17 comments

#370 - Build fails on GHC 9.6

Issue - State: closed - Opened by 9999years over 1 year ago - 1 comment

#369 - Clean up import warnings for GHC 9.6

Pull Request - State: closed - Opened by andrewthad over 1 year ago

#368 - Extend CI to GHC 9.6.1 alpha2

Pull Request - State: closed - Opened by andreasabel over 1 year ago - 2 comments

#367 - Fix some warnings for GHC 8.0, 8.4 up, 9.4

Pull Request - State: closed - Opened by andreasabel over 1 year ago - 6 comments

#366 - Fix some warnings, test under GHC 9.6.1 alpha2

Pull Request - State: closed - Opened by andreasabel over 1 year ago - 1 comment

#365 - Prepare for 0.8.0.0 release

Pull Request - State: closed - Opened by andrewthad over 1 year ago

#364 - Release for GHC 9.6?

Issue - State: closed - Opened by Bodigrim over 1 year ago - 4 comments

#363 - Add keepAlive

Pull Request - State: closed - Opened by TerrorJack over 1 year ago - 23 comments

#362 - Add keepAlive in addition to touch?

Issue - State: closed - Opened by TerrorJack over 1 year ago - 2 comments

#361 - Expose ‘resizeSmallMutableArray’

Pull Request - State: closed - Opened by sergv over 1 year ago - 1 comment

#360 - Fix typo: incides -> indices

Pull Request - State: closed - Opened by Bodigrim over 1 year ago

#359 - Use data-array-byte package to provide ByteArray for GHC < 9.4

Pull Request - State: closed - Opened by Bodigrim over 1 year ago - 12 comments

#358 - Fix size computation in `copyByteArrayToPtr` & `copyMutableByteArrayToPtr`

Pull Request - State: closed - Opened by konsumlamm over 1 year ago - 1 comment

#357 - Add `modifyPrimVar`

Pull Request - State: closed - Opened by konsumlamm over 1 year ago

#356 - Support levity polymorphic interface

Issue - State: open - Opened by konsumlamm over 1 year ago - 10 comments

#355 - Add unaligned reads from primitive-unaligned

Issue - State: closed - Opened by oberblastmeister almost 2 years ago - 3 comments

#354 - Re-export ByteArray from base-4.17

Pull Request - State: closed - Opened by Bodigrim almost 2 years ago - 3 comments

#353 - Release compatible with GHC 9.4

Issue - State: closed - Opened by bgamari almost 2 years ago - 1 comment

#352 - Test GHC 9.2 in CI

Pull Request - State: closed - Opened by konsumlamm almost 2 years ago - 2 comments

#351 - Checked flag

Pull Request - State: open - Opened by andrewthad almost 2 years ago - 6 comments

#350 - Add ops for bytearray with 8-bit chars

Pull Request - State: closed - Opened by andrewthad almost 2 years ago

#349 - missing git tags

Issue - State: open - Opened by chessai almost 2 years ago - 3 comments

#348 - Unable to build with ghc-9.2.3 on macOS

Issue - State: closed - Opened by alt-romes almost 2 years ago - 9 comments

#347 - Bump version and update changelog

Pull Request - State: closed - Opened by oberblastmeister almost 2 years ago

#346 - make PrimArray nominal

Pull Request - State: closed - Opened by oberblastmeister almost 2 years ago - 3 comments

#345 - 'copyByteArrayToPtr' uses number of bytes instead of number of elements

Issue - State: closed - Opened by mozhewen almost 2 years ago - 1 comment

#344 - Use Proxy# in sizeOf# and alignment#

Issue - State: closed - Opened by oberblastmeister almost 2 years ago - 8 comments

#343 - Add PrimRef

Pull Request - State: closed - Opened by oberblastmeister about 2 years ago - 15 comments

#342 - Add PrimRef

Issue - State: closed - Opened by oberblastmeister about 2 years ago - 7 comments

#341 - Prepare for release of 0.7.4.0

Pull Request - State: closed - Opened by andrewthad about 2 years ago

#340 - GHC 9.4 support

Pull Request - State: closed - Opened by parsonsmatt about 2 years ago - 9 comments

#339 - Drop support for GHC 7.10

Pull Request - State: closed - Opened by konsumlamm about 2 years ago - 1 comment

#338 - Support GHC 9.4

Pull Request - State: closed - Opened by Bodigrim about 2 years ago - 4 comments

#337 - `primitive` fails to compile for 7.10

Issue - State: closed - Opened by konsumlamm about 2 years ago - 1 comment

#336 - Reexport ByteArray and MutableByteArray from base on newer GHCs

Issue - State: closed - Opened by andrewthad about 2 years ago - 1 comment

#335 - Fix strictness mistake

Pull Request - State: closed - Opened by treeowl over 2 years ago

#334 - Adapt to recent GHC changes in runRW# compilation

Issue - State: open - Opened by treeowl over 2 years ago - 2 comments

#333 - Ptr operations have the wrong types

Issue - State: open - Opened by treeowl over 2 years ago - 4 comments

#332 - Add Lift instances

Pull Request - State: closed - Opened by treeowl over 2 years ago - 1 comment

#331 - Add template-haskell Lift instances

Issue - State: closed - Opened by phadej over 2 years ago - 4 comments

#330 - Make a release

Issue - State: closed - Opened by treeowl over 2 years ago - 1 comment

#329 - Fix `semigroupLaws` tests

Pull Request - State: closed - Opened by konsumlamm over 2 years ago - 2 comments

#328 - Missing folds for `ByteArray`

Issue - State: open - Opened by konsumlamm over 2 years ago - 1 comment

#327 - Missing instances

Issue - State: open - Opened by konsumlamm over 2 years ago - 1 comment

#326 - Add/update definitions for `stimes`

Pull Request - State: closed - Opened by konsumlamm over 2 years ago - 2 comments

#325 - Relax minimum cabal version

Pull Request - State: closed - Opened by lehins over 2 years ago - 3 comments

#324 - primitive-0.7.1.0 was incorrectly relax to allow `base-4.16` (GHC-9.2)

Issue - State: closed - Opened by phadej over 2 years ago - 1 comment

#323 - Prepare for 0.7.3.0 release

Pull Request - State: closed - Opened by andrewthad over 2 years ago - 1 comment

#322 - Test GHC 7.10 in CI

Pull Request - State: closed - Opened by konsumlamm over 2 years ago - 8 comments

#321 - Drop support for GHC < 7.10

Pull Request - State: closed - Opened by konsumlamm over 2 years ago - 2 comments

#320 - Improve documentation & format

Pull Request - State: closed - Opened by konsumlamm over 2 years ago - 4 comments

#319 - Export some useful functions

Pull Request - State: closed - Opened by konsumlamm almost 3 years ago - 7 comments

#318 - Fix bugs in `*>`

Pull Request - State: closed - Opened by konsumlamm almost 3 years ago - 14 comments

#317 - Resurrect benchmarks

Pull Request - State: closed - Opened by Bodigrim almost 3 years ago - 5 comments