Daniele Nicolodi
Daniele Nicolodi
- Explain why bundle internal dependencies - Explain how we bundle internal dependencies - Explain how we patch the ``RPATH`` - Mention our limitation regarding executables with internal dependencies -...
See https://github.com/mesonbuild/meson-python/pull/475#discussion_r1325799011
Amend the documentation to reflect the fact that we don't actually run meson install but just re-implement it. This affects two Meson features: `install_rpath` support, and running scripts registered with...
When `dependencies` is specified as a dynamic field in the `[project]` section in pyproject.toml, the dependencies reported for the sdist are copied from the `dependencies` field in the `[tool.meson-python]` section....
I use `beancount.el` regularly and I manage most of my emacs configuration using use-package, which is designed to support fetching packages from official sources like ELPA and MELPA. I thought...
It appends to `completion-category-defaults` which does not seem the right thing to do. However, I don't know the Emacs completion machinery well enough to say for sure.
Importers have to add "filename" and "lineno" metadata entries to the generated entries. However, these are used only by the the bencount.core.data.entry_sortkey() sorting key function when entries are written in...