exercism / exercism/cfml-test-runner
Online test runner broken?
- Vorherrschende Sprache
- Shell
- Sterne
- 0
- Forks
- 6
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I tried the "hello world" exercise and although my running it offline worked, submitting it online got me
```
ERROR (5.2.1+00295)
Requested instance not found: 'CLIRenderer@testbox-cli'
The instance could not be located in any declared scan location(s) (/commandbox/system) or full path location
/system/wirebox/system/ioc/Injector.cfc: line 334
332: message = "Requested instance not found: '#arguments.name#'",
333: detail = "The instance could not be located in any declared scan location(s) (#structKeyList(variables.binder.getScanLocations())#) or full path location",
334: type = "Injector.InstanceNotFoundException"
335: );
336: }
called from /system/BaseCommand.cfc: line 58
called from /mnt/exercism-iteration/TestRunner.cfc: line 91
called from /mnt/exercism-iteration/TestRunner.cfc: line 47
called from /system/modules_app/task-commands/models/TaskService.cfc: line 85
called from /system/modules_app/task-commands/models/TaskService.cfc: line 322
called from /system/modules_app/task-commands/models/TaskService.cfc: line 102
called from /system/modules_app/task-commands/commands/task/run.cfc: line 68
called from /system/services/CommandService.cfc: line 345
called from /system/services/CommandService.cfc: line 158
called from /system/Shell.cfc: line 770
called from /system/Bootstrap.cfm: line 119
To enable full stack trace, run config set verboseErrors=true
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.