gwen-interpreter / gwen

Core Gwen interpreter
https://gweninterpreter.org
Apache License 2.0
36 stars 8 forks source link

Map null values in scoped data to None for getOpt #17

Closed bjuric closed 8 years ago

bjuric commented 8 years ago

If a null value is bound to a scoped attribute, then get(name) throws an error (as expected) but getOpt(name) returns Some(null) instead of None.