Use Value::normalType on all forced values instead of Value::type

This commit is contained in:
Silvan Mosberger
2020-12-12 03:31:48 +01:00
parent 9f056f7afd
commit 22ead43a0b
15 changed files with 199 additions and 213 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ std::pair<Value *, Pos> findAlongAttrPath(EvalState & state, const string & attr
if (apType == apAttr) {
if (v->type != tAttrs)
if (v->normalType() != nAttrs)
throw TypeError(
"the expression selected by the selection path '%1%' should be a set but is %2%",
attrPath,