Gowerlabs / LibFTD2XX.jl

Julia wrapper for FTDI D2XX drivers.
Other
6 stars 1 forks source link

Investigate type stability #37

Open ReubenHill opened 5 years ago

ReubenHill commented 5 years ago

Tests elsewhere with @code_warntype suggest that bytesavailable(::D2XXDevice) is not type stable. This is presumably due to exception throwing, though I need to check this.