Ben Fitzpatrick

Results 28 issues of Ben Fitzpatrick

Some custom macros can take a while to run in `rose edit`. We should implement something to entertain the user a bit while this is happening - a progress bar,...

UI

We should probably grey out the fail-if/warn-if button/menu option when there is no valid metadata to check.

UI

It may be useful to have another array widget with better indication of indices of elements. We have another requirement to have an array widget that can support the namelist...

UI

We need to rationalise the amount of output our commands give. In particular: - [ ] ~`rose suite-run` is overly chatty by default (e.g. notifying each app copy)~ - [...

We currently run `svn status --ignore-externals` as part of `fcm merge` preliminary checking - see #170. It would be nicer to have cleverer handling of external status output, rather than...

If the trunk is merged into a branch with `fcm merge --auto-log` and then later the branch is merged back, again using `--auto-log`, empty entries will appear where the trunk...

bug

When an `fcm` command tries to look up a peg revision and auth fails it will conclude that the peg revision is invalid. It should actually report that it could...

bug

We have a chunk of code in `lib/FCM/System/CM/Prompt.pm` that looks like: ``` perl $answer = readline(STDIN); chomp($answer); ``` This can sometimes cause an error message: ``` Use of uninitialized value...

bug

We should look into using `svn patch` for `fcm mkpatch` and similar offline usage.

In an old (non-GitHub issue), we noted a problem with Subversion 1.6 and fcm: ``` fcm merge can result in spurious end of file text in a merged file which...