Feature #227
remove all std::cout and use squeak
0%
Updated by Tunnell, Christopher about 13 years ago
update: no standard output should occur. Use datastructure errors instead, which allow you to post arbitrary text.
Updated by Tunnell, Christopher over 12 years ago
Hey Chris: I sort of want to reject this. Should we write up a quick paragraph for people on how we want the UI?
Updated by Tunnell, Christopher over 12 years ago
- Target version changed from MAUS-v0.0.1 to Future MAUS release
Updated by Tunnell, Christopher over 12 years ago
- Assignee deleted (
Tunnell, Christopher)
ANybody want this?
Updated by Rogers, Chris over 12 years ago
It depends - as discussed, we probably want to move to use python logging module and then we need this or equivalent code - given that this code already exists I say we should enforce it. If you don't want to do it we need to find someone who can...
Updated by Tunnell, Christopher over 12 years ago
This is just a good thing to toss to somebody else. But let me scan real quick. We really need to split up 'common' into 'common' and 'common_legacy'.
std::cout should be removed from everything outside of 'common'. Within 'common' should I just comment out all std::cout?
Updated by Rogers, Chris about 11 years ago
- Status changed from Open to Rejected
We instead put std::cout into debug in Squeak.