vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

quartus_server doesn't report socket errors to the user #224

Open yurivict opened 4 years ago

yurivict commented 4 years ago

https://github.com/vmware/cascade/blob/master/src/cascade/common/sockserver.h#L68

Errors from all system calls like socket, bind, listen, etc. should be reported to the user, using strerror(errno) string.