Replies: 5 comments 4 replies
-
We should definitely think about the visitor pattern to see if it's correct: I also remember either getting a crash or no error message upon syntax error when I tried Go target. |
Beta Was this translation helpful? Give feedback.
-
I think there were some data race fixes also for Go: #3137 so the multi threaded correctness might be OK. @Joakker would you care to comment on the current thread safety of Go? |
Beta Was this translation helpful? Give feedback.
-
Another thoughtful analysis about the various interfaces in Go target: #1843 |
Beta Was this translation helpful? Give feedback.
-
I recommend reading what I said in:
It feels like the Go target wasn't really tested with the superClass option, trying the "target-agnostic format" model. |
Beta Was this translation helpful? Give feedback.
-
Looks like we can close as @jimidle has corrected most stuff. |
Beta Was this translation helpful? Give feedback.
-
Start a new conversation about the Go target here from #3718 (comment)
@jimidle has agreed to take a look
Beta Was this translation helpful? Give feedback.
All reactions