Closed EaTea closed 12 years ago
By "aesthetically pleasing", I mean that the log gets outputted straight after the compile messages so it's possible to see what was run by the go script.
Also, testScript.sh
can be invoked with arguments which are used as the time quantums for a Round Robin implementation. Maybe we should add the same kinds of arguments and parameters to go
?
Does this matter at all? Serves no relevance to our actual project -- we won't get marked on our logging ability.
I didn't mean for it to detract from the actual project; it should be marked as a question and is more for clarification than a problem per se. On Sep 28, 2012 12:30 PM, "Nic Barbaro" notifications@github.com wrote:
Does this matter at all? Serves no relevance to our actual project -- we won't get marked on our logging ability.
— Reply to this email directly or view it on GitHubhttps://github.com/EaTea/OS-glowing-ninja/issues/4#issuecomment-8964390.
I tried using
cat
instead ofless
; this might be a really bad idea but it seems a little more aesthetically pleasing.Is
less
being used in order to control the output and the display of the log? Is it possible to pipe thecat
into aless
? These are just thoughts about making the display a little nicer.Lastly, I didn't encounter any issues with using relative paths, or so it seems. What were the errors that were being encountered?