Allow the user to specify output directory in `kbuild.toml`
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- build-system, cli
Research direction
Start by tracing how kbuild reads kbuild.toml, selects the default kdist directory, and dispatches commands. Add support for the relative [build] kdist-dir setting and the kbuild clean command; done means targets use the configured directory and clean removes only directories corresponding to targets, without deleting the directory wholesale.
Written by the indexing model from the issue text.
Description
If no command line option is specified for the output directory, kbuild puts kompiled targets under kdist in the project root.
Introduce a field like
[build]
kdist-dir = "foo/bar"
in kbuild.toml to allow the user to override the default. The value is a relative path within the project.
Add a command kbuild clean that removes from kdist-dir directories that correspond to targets. (Note: deleting kdist-dir altogether is probably not safe, as the user might accidentally specify directories that contain files other than kompiled targets.)
- Dominant language
- Python
- Stars
- 591
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from runtimeverification/k
-
runtimeverification/k#4939 · 1 assignee ·
-
Concolic Explorer Open
Difficulty 5/5 Over a week Newbie friendliness 32/100
runtimeverification/k#4937 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
runtimeverification/k#4936 ·
-
type:epic
runtimeverification/k#4934 · 4 comments · 1 assignee ·
-
runtimeverification/k#4924 · 1 assignee ·
All issues in runtimeverification/k
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100