Ecosyste.ms: Issues

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

GitHub / tahoe-lafs/zfec issues and pull requests

#113 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Pull Request - State: open - Opened by dependabot[bot] 26 days ago
Labels: dependencies

#112 - Update supported versions: add newer CPython and PyPy, drop 3.7

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

#111 - Python 3.13 support

Issue - State: closed - Opened by itamarst 3 months ago - 1 comment

#110 - Allow control over how the encoding matrix is built

Pull Request - State: open - Opened by hivenet-mathieu-lacage 3 months ago - 3 comments

#107 - Release 1.5.7.4

Pull Request - State: closed - Opened by exarkun 11 months ago

#106 - New release

Issue - State: closed - Opened by itamarst 11 months ago

#105 - zfec.Encoder and zfec.Decoder leak memory on re-initialization

Issue - State: open - Opened by exarkun 11 months ago - 2 comments

#104 - Basic benchmarking works now

Pull Request - State: closed - Opened by itamarst 12 months ago - 3 comments

#103 - Release the GIL in opportune places

Pull Request - State: closed - Opened by itamarst 12 months ago - 1 comment

#102 - Try switching to -O3, see if it speeds things up

Issue - State: open - Opened by itamarst 12 months ago - 2 comments

#101 - Release GIL when running

Issue - State: closed - Opened by itamarst 12 months ago

#100 - Python 3.12 support

Pull Request - State: closed - Opened by itamarst 12 months ago - 9 comments

#99 - Python 3.12 support

Issue - State: closed - Opened by itamarst 12 months ago

#98 - Release Haskell fec 0.2.0.0

Pull Request - State: closed - Opened by exarkun 12 months ago

#97 - Fix decoding with k == m == 256

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

#96 - zfec.Decoder.decode segfaults for k == m == 256

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

#95 - Benchmark the Haskell `encode` API

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

#94 - Run the tests with more prompt output on CircleCI

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

#93 - Run Haskell tests on CI

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

#92 - Fix the instructions for running the Haskell test suite

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

#91 - Require explicit, single-threaded initialization

Pull Request - State: closed - Opened by exarkun about 1 year ago - 2 comments

#90 - Fix warnings and clean up lint

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

#89 - Using multithreading, sometimes the results are wrong

Issue - State: closed - Opened by exarkun over 1 year ago - 7 comments

#88 - Replace QuickCheck with Hedgehog

Pull Request - State: open - Opened by exarkun over 1 year ago

#87 - Fix "nix build" and set up CI for it

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

#86 - "nix build" fails with a cabal error of some sort. stack trace attached

Issue - State: closed - Opened by pmarreck over 1 year ago - 8 comments

#85 - ghc warnings and hlint clean, library and test suite

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

#84 - Remove `unsafePerformIO`

Pull Request - State: open - Opened by exarkun over 1 year ago - 8 comments

#83 - Haskell binding parameter validation fixes

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

#82 - some fixes for python 3 compatibility

Pull Request - State: closed - Opened by exarkun almost 2 years ago - 1 comment

#81 - Benchmarks do not work with Python 3.x

Issue - State: closed - Opened by sajith almost 2 years ago - 4 comments
Labels: bug

#80 - Build macOS arm64 and universal2 wheels

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

#79 - Test and build with newer Pythons

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

#78 - Update GitHub Actions workflows

Pull Request - State: closed - Opened by sajith almost 2 years ago - 1 comment

#77 - Build macOS arm64 or/and universal2 wheels

Issue - State: closed - Opened by sajith almost 2 years ago

#76 - Update GA workflow actions

Issue - State: closed - Opened by sajith almost 2 years ago

#75 - Test and build with newer Pythons

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

#74 - add Python 3.11 support

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

#73 - Can't write correction data to separate file?

Issue - State: closed - Opened by brenthuisman about 2 years ago - 5 comments

#71 - Add _addmul1 ARM Neon implementation

Pull Request - State: closed - Opened by gsr933 about 2 years ago - 7 comments

#70 - Add missing header guards in fec.h

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

#69 - use the documented pattern matching syntax instead of a regex

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

#68 - Release is not triggered when a tag is pushed

Issue - State: closed - Opened by exarkun over 2 years ago

#67 - _fecmodule.c uses some deprecated CPython APIs

Issue - State: closed - Opened by exarkun over 2 years ago

#66 - Fix compiler type warnings

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

#65 - Other packaging fixes

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

#64 - Test PyPy 3.8, package PyPy 3.7 and 3.8

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

#63 - Correct yaml syntax in the build workflow definition

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

#62 - Automate releases on PyPI

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

#61 - Remove tox from ci

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

#60 - Try using the limited API

Pull Request - State: open - Opened by exarkun over 2 years ago

#59 - Bump PyPy up to 3.7

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

#58 - Support up to Python 3.10

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

#57 - Fix macOS and Windows wheel building jobs

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

#56 - Drop support for older Python and other packaging-ish changes

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

#55 - Python27 builds are broken

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

#54 - twiddle

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

#53 - Run for push to master, not other pushes

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

#52 - Remove the unnecessary dependency on argparse

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

#51 - Fix Python 2.7 setup on macOS CI

Pull Request - State: closed - Opened by exarkun almost 3 years ago

#49 - Py_LIMITED_API ("abi3") suppprt

Issue - State: open - Opened by sajith almost 4 years ago

#48 - Compiler warnings when building wheel (Python 3.8, GCC 10 on Debian)

Issue - State: closed - Opened by sajith almost 4 years ago - 1 comment

#47 - warning: no previously-included files matching '*~' found

Issue - State: closed - Opened by sajith almost 4 years ago

#46 - warning: no files found matching 'ChangeLog'

Issue - State: closed - Opened by sajith almost 4 years ago

#45 - Test with Python 3.9, except on Windows

Pull Request - State: closed - Opened by sajith almost 4 years ago - 1 comment

#44 - Add Python 3.9 to CI test matrix

Issue - State: closed - Opened by sajith almost 4 years ago

#43 - Use trial to run tests

Pull Request - State: closed - Opened by sajith almost 4 years ago - 1 comment

#42 - Reintroduce pypy3 to CI

Issue - State: closed - Opened by sajith almost 4 years ago

#41 - Warning from `twine check`: `long_description_content_type` missing

Issue - State: closed - Opened by sajith almost 4 years ago

#40 - "Testing via this command is deprecated"

Issue - State: closed - Opened by sajith almost 4 years ago

#39 - Drop failing pypy3 tests, and other CI updates

Pull Request - State: closed - Opened by sajith almost 4 years ago

#38 - GitHub Actions: pypy3 tests on Windows fails

Issue - State: closed - Opened by sajith almost 4 years ago - 1 comment

#37 - Build working Windows .whl packages

Pull Request - State: closed - Opened by sajith almost 4 years ago - 1 comment

#36 - Test that zfec package can be used by Python

Pull Request - State: closed - Opened by sajith almost 4 years ago - 1 comment

#35 - Test .whl packages

Pull Request - State: closed - Opened by sajith almost 4 years ago

#34 - zfec 1.5.4 Windows .whl packages are broken

Issue - State: closed - Opened by sajith almost 4 years ago - 2 comments

#33 - Automate the upload to PyPI via CI

Pull Request - State: closed - Opened by igorauad almost 4 years ago - 4 comments

#32 - Installation of zfec 1.5.3 fails due to non-ascii character

Issue - State: closed - Opened by igorauad almost 4 years ago - 9 comments

#31 - Build wheels when a tag is pushed

Pull Request - State: closed - Opened by sajith about 4 years ago

#30 - Release zfec 1.5.4

Issue - State: closed - Opened by sajith about 4 years ago

#29 - Prepare a 1.5.4 release

Pull Request - State: closed - Opened by sajith about 4 years ago

#28 - Omit building wheels for pull requests

Pull Request - State: closed - Opened by sajith about 4 years ago

#27 - Run tests on GitHub Actions

Pull Request - State: closed - Opened by sajith about 4 years ago

#26 - Update appveyor Python versions

Pull Request - State: closed - Opened by sajith about 4 years ago

#25 - Add Python 3.8 to languages list

Pull Request - State: closed - Opened by sajith about 4 years ago

#24 - Remove "python_version <= 2.7" install requirement

Pull Request - State: closed - Opened by sajith about 4 years ago - 1 comment

#23 - Remove deprecated 'U' flag

Pull Request - State: closed - Opened by sajith about 4 years ago

#22 - Attempt to upgrade AppVeyor's really old pip

Pull Request - State: closed - Opened by sajith about 4 years ago - 1 comment

#21 - Update travis configuration

Pull Request - State: closed - Opened by sajith about 4 years ago

#20 - Create wheel packages using GitHub Actions

Pull Request - State: closed - Opened by sajith about 4 years ago

#19 - Benchmarks are broken?

Issue - State: open - Opened by sajith about 4 years ago - 1 comment

#18 - remove pyutil dependency

Pull Request - State: closed - Opened by exarkun over 4 years ago - 1 comment

#17 - Feature request: Support files in subdirectories

Issue - State: open - Opened by Joshfindit over 5 years ago

#16 - Remove non-ascii character from README.rst

Pull Request - State: closed - Opened by copyninja over 6 years ago - 1 comment

#15 - move "name" from setup.cfg to setup.py, to help old setuptools

Pull Request - State: closed - Opened by warner over 6 years ago

#14 - appveyor "artifact" has broken name (binary wheels)

Issue - State: closed - Opened by warner over 6 years ago - 1 comment