-
Reading configuration values from the environment is a common necessity and should not require importing an additional Craftr extension module. Currently, convenient functions are available in `craftr…
-
If you use `rules.run()` with a target that generates an executable, the Ninja export process issues a warning that the executable could not be found. It makes sense because the executable will only b…
-
The pages for the standard library modules are just empty. It works when building the documentation locally though.
-
I think it might look more natural to have the `.py` suffix on these files since they essentially are Python files.
-
If the only target you specify on the command-line is a task and it has no dependencies OR depends only on other tasks (and nothing that would need to be built through Ninja), run the task(s) directly…
-
[Craftr](https://github.com/craftr-build/craftr) isn't yet ready for bare metal.
-
If you export a `build.ninja` file with one or more `-Dkey=value` options specified, your script might do different things based on these options. If you now only run `craftr -b`, it will execute the …
-
- [ ] Implement the ability to pipe data into the stdin of a Python function invoked with the Craftr daemon
- [x] ~~Delayed execution of Craftr modules when the initial execution phase is skipped~~
- …
-
This happens not every time, but most of the time when an exception occurs in a Craftfile.
```
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.4/threading.py…
-
Just a reminder so I don't forget about this. When I use
```
craftr -eb -Dmaxon.c4d.path="..\..\..\Cinema 4D R16 Dev"
```
It seems like it doesn't properly convert it to an absolute path and the com…