Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / con/fscacher issues and pull requests
#102 - BF: force "little" endianness while xor_byte
Pull Request -
State: closed - Opened by yarikoptic about 1 month ago
- 1 comment
Labels: patch, release
#101 - Test failure on big-endian systems
Issue -
State: closed - Opened by hosiet 2 months ago
- 2 comments
#100 - Consider making `fscacher.test` self-contained
Issue -
State: open - Opened by hosiet 2 months ago
- 2 comments
#99 - Address lint warnings and drop Python 3.8
Pull Request -
State: closed - Opened by yarikoptic 3 months ago
- 1 comment
Labels: patch, release
#98 - Log when file timestamp unexpectedly in the future + more information in the failing test_memoize_path_dir
Pull Request -
State: closed - Opened by yarikoptic 3 months ago
Labels: release, tests
#97 - [gh-actions](deps): Bump codecov/codecov-action from 4 to 5
Pull Request -
State: open - Opened by dependabot[bot] 3 months ago
- 3 comments
Labels: internal
#96 - centralize testing depends in setup.cfg extra depends
Pull Request -
State: open - Opened by yarikoptic 6 months ago
- 1 comment
#95 - Stop testing against PyPy 3.8; retry failed `test_memoize_path_dir` on Windows
Pull Request -
State: closed - Opened by jwodder 7 months ago
- 2 comments
Labels: tests
#94 - tests started to fail - need troubleshooting/fixing
Issue -
State: closed - Opened by yarikoptic 7 months ago
- 7 comments
#93 - Rebrand into fscacher-pkgtester (python package remains the same)
Pull Request -
State: closed - Opened by yarikoptic 8 months ago
- 1 comment
Labels: release, internal
#92 - Add a few folders I found locally into git ignore
Pull Request -
State: closed - Opened by yarikoptic 8 months ago
- 1 comment
Labels: release, internal
#91 - Stop using/testing EOLed 3.6 and 3.7, use 3.9 for linting (3.8 EOLs soon)
Pull Request -
State: closed - Opened by yarikoptic 8 months ago
- 5 comments
#90 - Can get stuck on windows
Issue -
State: open - Opened by yarikoptic 12 months ago
Labels: os-windows
#89 - [gh-actions](deps): Bump codecov/codecov-action from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 3 comments
Labels: internal
#88 - [gh-actions](deps): Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: internal
#87 - Inconsistent behavior on Windows from deprecated `st_ctime_ns` stat
Issue -
State: open - Opened by sneakers-the-rat about 1 year ago
Labels: bug, os-windows
#86 - Use Python 3.8 to test against dev version of joblib
Pull Request -
State: closed - Opened by jwodder about 1 year ago
- 1 comment
Labels: tests
#85 - Replace appdirs with platformdirs
Pull Request -
State: closed - Opened by jwodder about 1 year ago
- 1 comment
Labels: dependencies
#84 - Test against Python 3.12 and PyPy 3.10
Pull Request -
State: closed - Opened by jwodder about 1 year ago
- 1 comment
Labels: tests
#83 - ASV dropped --strict option in 0.6.0 release
Pull Request -
State: closed - Opened by yarikoptic over 1 year ago
#82 - [gh-actions](deps): Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: internal
#81 - Test against more recent versions of PyPy
Pull Request -
State: closed - Opened by jwodder almost 2 years ago
Labels: tests
#80 - Drop support for Python 3.6
Pull Request -
State: closed - Opened by jwodder almost 2 years ago
- 2 comments
Labels: patch
#79 - Ignore cache for non-path-like arguments
Pull Request -
State: closed - Opened by jwodder almost 2 years ago
- 2 comments
Labels: minor, release
#78 - Test against Python 3.11
Pull Request -
State: closed - Opened by jwodder over 2 years ago
- 2 comments
Labels: tests
#77 - Update GitHub Actions action versions
Pull Request -
State: closed - Opened by jwodder over 2 years ago
- 1 comment
Labels: internal
#76 - Clean out vfat mount between benchmarks
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 1 comment
Labels: tests
#75 - Dummy commit to trigger benchmarking
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 1 comment
#74 - Make benchmarks measure cache misses and hits separately
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 2 comments
Labels: release, tests
#73 - Support specifying a custom path for the cache; tokens becomes kwonly
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 1 comment
Labels: minor
#72 - Don't fingerprint paths when caching is ignored
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 1 comment
Labels: performance
#71 - Cache directory fingerprint as a XORed hash of file fingerprints
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 9 comments
Labels: performance
#70 - Cache directory fingerprint as a hash of file fingerprints
Pull Request -
State: closed - Opened by jwodder almost 3 years ago
- 2 comments
Labels: performance
#69 - Next design, directories oriented?/localized, is needed
Issue -
State: open - Opened by yarikoptic almost 3 years ago
- 2 comments
#68 - from joblib: UserWarning: Persisting input arguments took XXX to run.
Issue -
State: closed - Opened by yarikoptic almost 3 years ago
- 6 comments
#67 - Do a multithreaded walk when fingerprinting directories
Pull Request -
State: open - Opened by jwodder almost 3 years ago
- 19 comments
Labels: performance
#66 - multithread traversal of directories
Issue -
State: open - Opened by yarikoptic almost 3 years ago
#65 - Update Python version used to test development joblib to 3.7
Pull Request -
State: closed - Opened by jwodder about 3 years ago
- 2 comments
Labels: tests
#64 - Improve linting configuration
Pull Request -
State: closed - Opened by jwodder about 3 years ago
Labels: internal
#63 - make joblib ignore "path" , pass resolved as part of the fingerprinting kwargs arg
Pull Request -
State: closed - Opened by yarikoptic about 3 years ago
- 4 comments
Labels: minor
#62 - Support kwarg-calling decorated functions whose first arguments aren't named "path"
Pull Request -
State: closed - Opened by jwodder about 3 years ago
- 2 comments
Labels: minor
#61 - BF?(TST): call os.sync to flush FS before write so hopefully _min_dtime works
Pull Request -
State: closed - Opened by yarikoptic about 3 years ago
- 5 comments
#60 - BF?(TST): call os.sync to flush changes so _min_dtime works out
Pull Request -
State: closed - Opened by yarikoptic about 3 years ago
- 3 comments
#59 - Add `attrname` parameter
Pull Request -
State: open - Opened by jwodder about 3 years ago
Labels: minor
#58 - Support decorating instance methods of classes with path attributes
Issue -
State: open - Opened by jwodder about 3 years ago
- 6 comments
#57 - memoized_path_copy helper to complement @memoize_path
Issue -
State: open - Opened by yarikoptic about 3 years ago
- 5 comments
Labels: blocked
#56 - Capture all logs during tests
Pull Request -
State: closed - Opened by jwodder about 3 years ago
- 2 comments
Labels: tests
#55 - flaky test_memoize_path_dir ?
Issue -
State: open - Opened by yarikoptic about 3 years ago
- 9 comments
#54 - Make versioneer.py use setuptools instead of distutils
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 2 comments
Labels: internal
#53 - Update codecov action to v2
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 2 comments
Labels: internal
#52 - Revert "Limit joblib version to pre-1.1.0"
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 2 comments
Labels: patch, release
#51 - fscacher is broken under joblib 1.1.0
Issue -
State: closed - Opened by jwodder over 3 years ago
Labels: bug
#50 - Change pypy3 to pypy-3.7 on GitHub Actions
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 1 comment
Labels: tests
#49 - Test against Python 3.10
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 2 comments
Labels: tests
#48 - Limit joblib version to pre-1.1.0
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 2 comments
Labels: patch, release
#47 - Test handling of moving symlinks around in git-annex
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 2 comments
Labels: tests
#46 - add a test and verify that fscacher works ok with git-annex'ed files in direct mode
Issue -
State: closed - Opened by yarikoptic over 3 years ago
#45 - Pass unresolved input path to decorated function
Pull Request -
State: closed - Opened by jwodder over 3 years ago
- 6 comments
Labels: minor
#44 - do not resolve path we pass into decorated function?
Issue -
State: closed - Opened by yarikoptic almost 4 years ago
- 7 comments
#43 - Automagic GC
Issue -
State: open - Opened by yarikoptic almost 4 years ago
- 6 comments
#42 - Test against and update for dev version of joblib
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: patch, tests
#41 - fix in joblib broke fscacher?
Issue -
State: closed - Opened by yarikoptic almost 4 years ago
#40 - ENH(TST): test workaround for decorating static and class methods
Pull Request -
State: open - Opened by yarikoptic almost 4 years ago
#39 - BF: describe tests dependencies in setup.cfg for [devel]
Pull Request -
State: closed - Opened by yarikoptic almost 4 years ago
- 2 comments
#38 - Add `exclude_kwargs` to memoization decorators
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
- 3 comments
Labels: minor, release
#37 - support generator functions
Issue -
State: open - Opened by yarikoptic almost 4 years ago
- 1 comment
#36 - Q: does joblib memoization works across python versions?
Issue -
State: closed - Opened by yarikoptic almost 4 years ago
- 2 comments
#35 - Resimplify release workflow
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: internal
#34 - Remove debug step
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: internal
#33 - Fix versioneer+auto integration (or else)
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: patch, release
#32 - Try to debug versioneer failure
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: patch, release
#31 - Get auto and versioneer to play nice together
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
- 1 comment
Labels: patch, release, internal
#30 - Get asv to run pypy3 correctly
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: tests
#29 - Get tests to pass on Windows and macOS
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
- 5 comments
Labels: patch, release, tests
#28 - conda-forge feedstock
Issue -
State: closed - Opened by yarikoptic almost 4 years ago
- 3 comments
#27 - Set up auto
Pull Request -
State: closed - Opened by jwodder almost 4 years ago
Labels: internal
#26 - Include inode in file fingerprints
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 1 comment
#25 - FOI: joblib can announce if it takes it too long
Issue -
State: open - Opened by yarikoptic about 4 years ago
#24 - add inode into the file fingerprint
Issue -
State: closed - Opened by yarikoptic about 4 years ago
#23 - Fill in README
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 1 comment
#22 - 0.1 alpha release?
Issue -
State: closed - Opened by yarikoptic about 4 years ago
- 8 comments
#21 - RF benchmarks a bit
Pull Request -
State: closed - Opened by yarikoptic about 4 years ago
- 3 comments
#20 - Don't sort directory fingerprint tuples
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 4 comments
Labels: performance
#19 - directories: avoid full `sort`
Issue -
State: closed - Opened by yarikoptic about 4 years ago
- 1 comment
Labels: enhancement, performance
#18 - ENH(TST): add a test to verify correct operation on closures/local functions
Issue -
State: open - Opened by yarikoptic about 4 years ago
- 12 comments
#17 - RF: to allow for more flexible use
Issue -
State: open - Opened by yarikoptic about 4 years ago
#16 - Make benchmark workflow fail if a benchmark slowed down too much
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 3 comments
#15 - RM: do not run bechmarking on push
Pull Request -
State: closed - Opened by yarikoptic about 4 years ago
#14 - run benchmarking only for PRs
Issue -
State: closed - Opened by yarikoptic about 4 years ago
#13 - Benchmarking
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 3 comments
#12 - establish benchmarking setup
Issue -
State: closed - Opened by yarikoptic about 4 years ago
#11 - Support fingerprinting directories
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 1 comment
#10 - account for symlinks
Issue -
State: open - Opened by yarikoptic about 4 years ago
#9 - Replace DANDI_CACHE with FSCACHER_CACHE and custom envvar
Pull Request -
State: closed - Opened by jwodder about 4 years ago
- 1 comment
#8 - post-call fingerprinting mode
Issue -
State: open - Opened by yarikoptic about 4 years ago
Labels: enhancement
#7 - "background" caching
Issue -
State: open - Opened by yarikoptic about 4 years ago
Labels: enhancement
#6 - support for hierarchical organization / boundaries
Issue -
State: open - Opened by yarikoptic about 4 years ago
#5 - support for ignoring/considering some paths
Issue -
State: open - Opened by yarikoptic about 4 years ago
#4 - "caching" on directories
Issue -
State: closed - Opened by yarikoptic about 4 years ago
- 8 comments
#3 - What should replace the "DANDI_CACHE" environment variable?
Issue -
State: closed - Opened by jwodder about 4 years ago
- 3 comments