diff --git a/go/todo.txt b/go/todo.txt index 182b43cd3..77f0b5f43 100644 --- a/go/todo.txt +++ b/go/todo.txt @@ -490,12 +490,10 @@ i https://en.wikipedia.org/wiki/Delimiter#Delimiter_collision o try and benchmark/compare ... o lots of array-of-pointer stuff, this is totally fine o take care w/ copying (non-pointer) mlrvals though - * more copy-on-retain for concurrent pointer-mods o make a thorough audit, and warn everywhere o either do copy for all retainers, or treat inrecs as immutable ... o 'this.recordsAndContexts.PushBack(inrecAndContext)' idiom needs copy everywhere ... - * consider -w/-W to stderr not stdout -- ? * doc6 re warnings * -W to mlr main also -- so it can be used with .mlrrc