Conversation
-still need to add comments
|
my queue isn't passing, and I'm having trouble figuring out why. I've gone over the solution code, and as far as I can tell theres no errors. I am getting errors pointing to this line: |
-queue is passing now, I had a typo -Scheduler is having weird behavior with the break[ln 46] -test won't run with it, but fails because its not there when removed -im leaving it commented out to show its the only failing test
|
I am basically finished with the retyping of the code. I fixed the issue with the earlier comment, about the splice. I misspelt 'processes', as you can see in the comment above. Currently Scheduler is not passing, and I am unsure why. This time it doesn't seem to be a typo. There is a break; statement that if I understand correctly, breaks out of the allQueuesEmpty() loop, and the break; causes the tests to not even run if it is included, however if I comment it out, the tests will all pass, save for the last one, |
|
Great Job andrew. You are putting the necessary work needed. Am loving it |
No description provided.