Jan Lindemann
f687ded1a6
App.find_dir(): Allow return value None
...
Allow find_dir() to return None in case it couldn't find a directory,
that's a legal outcome. Add a boolean parameter "throw" to support
throwing an exception if the existence needs to be asserted.
It would probably be nicer for the type checkers to split this up
into a throwing and non-throwing function. Postponed.
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-01 20:22:09 +02:00
..
check
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
lib
cmds.project.lib.pkg_relations(): Fix: Empty output
2026-06-01 15:45:10 +02:00
__init__.py
jw.pkg: Fix "make check" static code check fallout
2026-05-31 18:20:38 +02:00
BaseCmdPkgRelations.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
Cmd.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdBuild.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdCanonicalizeRemotes.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdCflags.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdCheck.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdCommands.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdCreateFile.py
cmds.projects.CmdCreateFile: Add module
2026-05-31 18:20:29 +02:00
CmdCreatePkgConfig.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdExepath.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdGetAuthInfo.py
App.find_dir(): Allow return value None
2026-06-01 20:22:09 +02:00
CmdGetval.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdHtdocsDir.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdLdflags.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdLdlibpath.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdLibname.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdListRepos.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdModules.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdPath.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdPkgConflicts.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdPkgProvides.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdPkgRequires.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdProjDir.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdPythonpath.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdPythonpathOrig.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdRequiredOsPkg.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdSummary.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdTest.py
pyproject.toml: Enforce import annotations style
2026-06-01 14:34:25 +02:00
CmdTmplDir.py
App.find_dir(): Allow return value None
2026-06-01 20:22:09 +02:00
Makefile
jw.build.cmds: Move build.cmds -> cmds.projects
2026-01-26 17:58:23 +01:00