Matt Shin
Matt Shin
The user guide command reference and the CLI PODs are repeating one another and may become out of sync. Ideally, we should generate HTML from POD. We should also generate...
The majority of the `Fcm::Cm` code was left untouched when we introduced a new framework for FCM system logic. It would be desirable to migrate the code to the new...
- The `fcm branch` command. - The `--branch` option to `fcm diff`. - Support for `$HOME/.fcm` and `$HOME/.met-um/` for user configuration.
It would be nice if we can develop a syntax to allow a configuration declaration to be appended.
It may be worth seeing if there is any way to cache the build state tree for incremental builds.
The `.fcm-make/log` file generated by `fcm make` can be quite large. It may be friendlier to users if it is separated into a main file and an individual file for...
When a build task triggers a shell command, the shell utility generates a `SHELL` event when the command returns, and the task generates a separate `OUT` event to print the...
Enhance the build system to support the making of shared objects (i.e. `*.so`).
In an incremental extract, the system compares the list of targets with that of the previous extract and removes any items that no longer exist in the current list. An...
If a compiler or pre-processor searches for include files from the container directory of a source file before it does the paths specified by the `-I` option, it may wrongly...