Adam Spiers

Results 452 issues of Adam Spiers

Currently it relies on being run in place.

technical debt

There are still 2 tests failing. ``` Run options: # Running tests: [33/35] TC_Scoper#test_order_tasks = 0.00 s 1) Failure: TC_Scoper#test_order_tasks [/home/adam/.GIT/3rd-party/ansible-viz/test-scoper.rb:26]: expected but was . [34/35] TC_Scoper#test_scope = 0.01 s...

help wanted
technical debt

CodeClimate or similar

Not yet sure why this happens.

bug

This shouldn't be possible but is clearly visible via `puts` debug statement.

bug
help wanted

938a490f4d58002142eb7f48849415ab92e66587 added tracking of originating file pathnames for each component. References (such as includes) from one component to another, such as `../../../roles/myrole/tasks/mytask.yml` are currently handled via quite specific regexps, whereas...

enhancement

Currently classes are used more or less as libraries rather than in a true OO fashion, e.g. - State is passed everywhere via parameters (e.g. `dict` and `g`), rather than...

help wanted
technical debt

If I type `/foo ` and the first occurrence of `foo` is off the bottom of the screen, I have to press `n` to get to it. This is counter-intuitive,...

enhancement

There are many other programs which support `/` as the hotkey for searching and also support `?` for reverse searching. Obviously reverse searching is very useful, so it would be...

enhancement

I just noticed the repo has both a README and a README.md, and they are not in sync. So I would suggest to ensure that `README.md` has everything which is...

documentation