Eli Schwartz
Eli Schwartz
While trying to package cachy for Arch Linux, the testsuite encountered several failures. Also note that it seems to need an old version of fakeredis. ``` $ git clone https://github.com/sdispater/cachy...
- A couple hooks I've been playing with: - vimdoc.hook - gtk-update-icon-cache.hook - Based on the trick I used in gtk-update-icon-cache, I've also merged the mkfontdir/mkfontscale OTF/TTF hooks and made...
Should probably bikeshed over what letters to use. :D
The default Linux mountdir is currently `/run/user/$UID/keybase/kbfs`, which does not exist by default and causes kbfs to fail to mount if it doesn't exist. kbfs should try to create it,...
I tried to follow the [Tutorial.md](https://github.com/doctest/doctest/blob/master/doc/markdown/tutorial.md) with the following CMakeLists.txt: ```cmake project(test LANGUAGES CXX) add_subdirectory(subprojects/doctest) add_executable(foo foo.cpp) target_link_libraries(foo doctest::doctest) ``` Trying to build this failed: ``` $ ninja -v [1/2]...
``` $ dephell deps convert --traceback --from pyproject.toml --to setup.py WARNING cannot find tool.dephell section in the config (path=pyproject.toml) ERROR AttributeError: 'Array' object has no attribute 'get' Traceback (most recent...
https://mesonbuild.com/ This should be feature-comparable with the cmake build (it even generates *-config.cmake files for installation, if cmake is installed to acquire the template). It supports all the major OSes,...
Here is an example commit with the issue: https://github.com/eli-schwartz/meson/commit/4d204bb81869422a102264611d9aea314a1ac2ca mypy.ini: https://github.com/mesonbuild/meson/blob/27626124d0bdd89f5f276f70a73b4713aa3aac3d/.mypy.ini ``` $ mypy --version mypy 0.961 (compiled: yes) $ mypy mesonbuild/interpreter/primitives/string.py mesonbuild/interpreter/primitives/string.py:211:5: error: Return type "Tuple[str, str]" of "__getnewargs__"...
Just like autotools, ragel should only be required when rl sources are actually out of date. Fixes #3378
https://github.com/harfbuzz/harfbuzz/blob/6c81cd9543f35cbc54e938b402355990a3b0859c/src/meson.build#L294-L302 This isn't a "warning", IMO. If you want to emit alarming warnings at people who are building harfbuzz releases, rather than developing on harfbuzz, can you please add an...