Y
Hacker News
new
|
ask
|
show
|
jobs
by
usrnm
71 days ago
They are not supposed to produce code that doesn't compile, why would they?
1 comments
debugnik
71 days ago
Debugger positions on the other hand are a pain with these things.
link
amelius
71 days ago
Uh yes, that's what I meant ;)
In C/C++ you have the #line preprocessor directive. It would be nice if Go had something similar.
link
debugnik
71 days ago
Go has apparently got //line directives, and this project uses them.
link