inmanta / inmanta-core

Inmanta is an automation and orchestration tool
https://inmanta.com
Apache License 2.0
26 stars 7 forks source link

Compiler stuck on plugin call #7792

Closed wouterdb closed 6 days ago

wouterdb commented 6 days ago

For this model

entity Test:

end

entity Child:
    string name
end

Test.child [0:] -- Child

Test(
    child=std::key_sort([Child(name="x")], "name")
)

implement Child using std::none
implement Test using std::none

The compiler never terminates