• James Bergstra's avatar
    Switched the default strictness value of shared() back to strict=False. · ee786d56
    James Bergstra 提交于
    Reason being there is a problem with the way we deal with strict.  Strictness
    requires that a value has exactly the right type, but non-strictness implies
    just about any kind of casting including in-exact casting.  What I would like
    the default to be is something that means casting is ok as long as it is exact.
    ee786d56
名称
最后提交
最后更新
..
sandbox 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
builders.py 正在载入提交数据...
debugmode.py 正在载入提交数据...
function_module.py 正在载入提交数据...
io.py 正在载入提交数据...
mode.py 正在载入提交数据...
module.py 正在载入提交数据...
profilemode.py 正在载入提交数据...