Matt Stancliff
Matt Stancliff
stdinout isn't an application right now, but it should be. Do the usual: add _app.erl, _sup (simple one for one?), and fix loading paths to use priv_dir instead of jumping...
The current worker pool implementation is naive and not capped. Do some quick performance tests against the current setup and an equal setup using poolboy. Pick the sanest implementation.
The inconsistent naming is left over from when the project had another name. It's confusing people to have project stdinout use stdin_forcer and not stdinout_forcer.
No actual functionality changes, just a lot of cleanup to make the project look like it belongs in the present instead of something half abandoned from 10 years ago. Some...
Previously the file modify timestamps weren't checked, so Python defaulted all source files to a timestamp of 1980-01-01 while poetry-core was also setting the metadata files to a fixed timestamp...
### Description Let's use modern style for modern code. These changes remove python 2 syntax all over the place in favor of modern python 3 syntax first released in 2008....
Compile with 'static' by default. Remove 'static' if REDIS_STATIC=''. Redis build support for setting REDIS_STATIC='' is included with the quicklist branch.
Fixes a build problem on Solaris. Though, this fix depends on isnan() existing. If this fix isn't enough, we should just copy solarisfixes.h from Redis here too.
Always curious how things like this get released. No poetry? Just raw doggin' requirements.txt like it's 2004? A shell script with no `#!` line? I keep hearing rumors anybody who...
Wishlist
It would be nice to finally de-crapify and de-egoify the project fully. Just make a new primary version and go backwards incompatible. I'm fairly certain the blanket "license change" is...