Open FranklinChen opened 7 months ago
Hello. Thanks for opening an issue on Exercism 🙂
At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.
This issue will be automatically closed. Please use this link#)%20or%20full%20path%20location%22,%0D%0A334:%20%09%09%09%09%09type%20%20%20%20=%20%22Injector.InstanceNotFoundException%22%0D%0A335:%20%09%09%09%09);%0D%0A336:%20%09%09%09%7D%0D%0Acalled%20from%20/system/BaseCommand.cfc:%20line%2058%0D%0Acalled%20from%20/mnt/exercism-iteration/TestRunner.cfc:%20line%2091%0D%0Acalled%20from%20/mnt/exercism-iteration/TestRunner.cfc:%20line%2047%0D%0Acalled%20from%20/system/modules_app/task-commands/models/TaskService.cfc:%20line%2085%0D%0Acalled%20from%20/system/modules_app/task-commands/models/TaskService.cfc:%20line%20322%0D%0Acalled%20from%20/system/modules_app/task-commands/models/TaskService.cfc:%20line%20102%0D%0Acalled%20from%20/system/modules_app/task-commands/commands/task/run.cfc:%20line%2068%0D%0Acalled%20from%20/system/services/CommandService.cfc:%20line%20345%0D%0Acalled%20from%20/system/services/CommandService.cfc:%20line%20158%0D%0Acalled%20from%20/system/Shell.cfc:%20line%20770%0D%0Acalled%20from%20/system/Bootstrap.cfm:%20line%20119%0D%0A%0D%0ATo%20enable%20full%20stack%20trace,%20run%20config%20set%20verboseErrors=true%0D%0A%60%60%60&category=cfml ) to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!
If you're interested in learning more about this auto-responder, please read this blog post.
That item was moved in CommandBox 6 so that name is correct when working offline. I’ll do some digging on Monday, but I think the Docker image needs to be recompiled.
@FranklinChen, sorry about the wait, but can you try again? Hopefully #34 fixed it.
Unfortunately I got the following from the simple "hello world" exercise:
Your tests timed out. This might mean that there was an issue in our infrastructure, but more likely it suggests that your code is running slowly. Is there an infinite loop or something similar?
Please check your code, and if nothing seems to be wrong, try running the tests again.
Okay, that's likely a good sign. The test runner is slow because we need to spin up CommandBox each time, and that's designed more for long-lived servers than quick one-off test runs. I'm looking into whether the new BoxLang scripting language from Ortus Solutions might be a better fit since it can natively run CFML code and hopefully be a lot faster.
I tried the "hello world" exercise and although my running it offline worked, submitting it online got me