2026-06-11 - 2026-09-11
Overview
76 pull requests merged by 1 user
Merged
#95 lib.version.Dependency: Reject unsupported spec operators
Merged
#94 App.__get_project_refs(): Fix broken detection of missing build dependencies
Merged
#93 lib.pkg_relations(): Beautify exceptions
Merged
#92 pkg.sh: Fix broken version macro expansion
Merged
#91 lib.version: Add module
Merged
#88 make: Own the top-level project directories in packages
Merged
#90 lib.Types: Restrict LoadTypes to ABC-derived classes
Merged
#89 lib.Types: Read __abstractmethods__ via getattr()
Merged
#87 lib.ec.ssh.AsyncSSH: Actually hide password
Merged
#86 lib.ExecContext, lib.FileContext: Fix temp file leak and log messages
Merged
#85 lib.ec.ssh.Paramiko: Fix URI parameters, stdin handling, and output deadlock
Merged
#84 lib.Uri: Fix local path edge cases
Merged
#83 make: Miscellaneous versatility improvements
Merged
#82 defs.mk: Add quadlet unit types to LOCAL_SYSTEMD
Merged
#81 py-xxx.mk: Some variable housekeeping
Merged
#80 init.detect_modules(): Add base_types filter
Merged
#79 lib.ExecApp: Add class
Merged
#78 App.__format_topdir(): Mention "relative" in error
Merged
#77 App: Remove duplicate from dependency graph
Merged
#75 py-defs.mk: Honour PY_INSTALL_INIT_PY = false
Merged
#74 lib.Uri: Fix stale cache in __new_with_path()
Merged
#72 Add empty documentation subtree
Merged
#71 conf / scripts: Fix unprivileged "make install"
Merged
#70 test-guard.mk: Add file
Merged
#69 App: Remove ResultCache
Merged
#68 lib.App / lib.Cmd: Build command tree lazily
Merged
#67 lib.App: Add _root_cmd()
Merged
#66 lib.App: Add root command slot
Merged
#65 lib.App: Fix --help with required top-level args
Merged
#64 lib.Types: Accept bare string in LoadTypes()
Merged
#63 defs.mk: Default VERSION -> 0.1.0-0-dev
Merged
#62 lib.distros.redhat.Distro: Add missing file
Merged
#61 lib.AsyncRunner: Fix asyncio.Event() for Python 3.12+
Merged
#60 lib.App: Refactor App / Cmd to adress multiple functionality and style issues
Merged
#59 pkg.lib.App: Fix event loop for Python 3.14+
Merged
#58 make: Miscellaneous minor fixes and improvements
Merged
#57 defs.mk: Avoid recaching stale variable values
Merged
#56 defs.mk: Disable BUILD_PKG_CONFIG
Merged
#55 Make lib.App logging more customizable
Merged
#53 jw.pkg: Massively tighten linter checks
Merged
#52 make: Streamline test and check targets for all directories
Merged
#50 make: Improve make variable caching machinery
Merged
#49 cmds.projects: Two fixes to Python search path generation
Merged
#48 lib.Uri: Treat paths starting with ~" specially
Merged
#47 Miscellaneous minor fixes
Merged
#46 test + lib: Fix miscellanous bugs and inconsistencies
Merged
#45 make: Improve Python testing support
Merged
#44 App: Miscellaneous fixes and improvements based on AI code analysis
Merged
#43 App: Move project.conf parsing into lib.ProjectConf
Merged
#42 purge-stale-projects.sh: Fix getopt regression
Merged
#41 scripts: Fix shellcheck errors
Merged
#40 jw.pkg.lib.Result: Add unit test
Merged
#39 jw.pkg.lib.Uri: Add unit test
Merged
#37 Targets make check + make test: Fix fallout of prior toplevel "make all"
Merged
#36 python-tools.sh: Fix missing newline after imports
Merged
#35 test: Add subdirectory with integration tests
Merged
#33 cmds.CmdPkg: Rename pkg -> packages
Merged
#34 python-tools.sh: Fix __all__ format violation
Merged
#32 rules.mk: Add targets to check shell syntax
Merged
#31 make: Beautify *.mk
Merged
#30 cmds + lib: Code and log beautification
Merged
#28 Improve Makefile variable caching: PREREQ, JW_PKG_NO_CACHE, subsections
Merged
#27 py-path.mk: Add file
Merged
#26 dev-utils.mk: cat-makefiles: Fix typo
Merged
#25 py-defs.mk: echo-py: Protect recipe from shell expansion
Merged
#24 py-mod.mk: Support PY_INIT_SUBMODULES
Merged
#23 py-mod.mk: Extract symbols of a module's __all__ list marked with "# export"
Merged
#21 App.__find_dir() Support --topdir-format make:XXX
Merged
#20 lib.App: Allow _run() without subcommands
Merged
#19 cmds.secrets.lib.FilesContext: Fix handling of inexistent secrets
Merged
#18 lib.Result.strip: Rename to .strip_output
Merged
#17 Beautify logging code and output
Merged
#16 lib.distros.suse.Distro._install_local_files(): Use rpm
Merged
#15 lib.Result: Initialize with status = None
Merged
#14 Code and log beautification
Merged
#13 python-tools.sh, py-mod.mk: Use --symbol-filter