| ▲ | amelius 9 hours ago |
| How do compile errors propagate back from the target language to the source language? |
|
| ▲ | usrnm 8 hours ago | parent [-] |
| They are not supposed to produce code that doesn't compile, why would they? |
| |
| ▲ | debugnik 8 hours ago | parent [-] | | Debugger positions on the other hand are a pain with these things. | | |
| ▲ | amelius 6 hours ago | parent [-] | | 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. | | |
| ▲ | debugnik an hour ago | parent [-] | | Go has apparently got //line directives, and this project uses them. |
|
|
|