Skip to content
  • rdubner's avatar
    Revert to cobcd that doesn't get clever with compiling in a temporary folder · 571add06
    rdubner authored
    Whilst convincing cobcd to compile the NIST COBOL85 test suite, I learned
    that the cobc compiler creates temporary files locally, which causes havoc
    when there are file name collisions.  I was very pleased with myself when
    I figured out that I could rename the source file to something weird, and
    avoid collisions that way.  But very late in the game I became aware that
    the debugger was looking for the weird source file, and not the original.
    
    This needs to be revisited, but for now I am just going back to the "may
    cause collisions" version.
    571add06