Skip to content

Commit

Permalink
Re-enable sem.unknown_function.spawn by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 28, 2023
1 parent e58e7f6 commit 872799f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/util/options.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
"The domain that should be used for unions. Options: simple/map",
"type": "string",
"enum": ["simple", "map"],
"default": "map"
"default": "simple"
}
},
"additionalProperties": false
Expand Down Expand Up @@ -1362,7 +1362,7 @@
"description":
"Unknown function call spawns reachable functions",
"type": "boolean",
"default": false
"default": true
},
"call": {
"title": "sem.unknown_function.call",
Expand Down

0 comments on commit 872799f

Please sign in to comment.