apl-cornell / fabric

Distributed persistent programming language with secure information flow types
http://www.cs.cornell.edu/projects/fabric/
Other
28 stars 4 forks source link

isFabricType excludes interfaces? #38

Open tmagrino opened 5 years ago

tmagrino commented 5 years ago

I noticed that isFabricType under the FabricTypeSystem returns false for all interfaces... this seems confusing and likely to lead to errors. This should either be renamed or that return value should change.