pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

module load can fail in regular load -- but not safe load #54

Closed guruofquality closed 8 years ago

guruofquality commented 10 years ago

If there is for example, a plugin registry overlap, the safe load is OK, its only loading one module, never sees the overlap...

However, the regular load will throw in a static init call, and bad things happen...

See if we can at least manage the error better...

guruofquality commented 8 years ago

This issue was moved to pothosware/pothos#70