ysiraichi / enfield

An OpenQASM source-to-source Compiler.
GNU General Public License v2.0
20 stars 8 forks source link

Log Fixes and Initialization Procedures #39

Closed ysiraichi closed 6 years ago

ysiraichi commented 6 years ago

Whenever we ran enfield, both INF, WAR, and the utility for dumping QASM files found in Enfield.cpp openned '/dev/stdout'. It wasn't portable and was susceptible to data races. It is a subtle bug, but it makes debugging really bad.