enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 318 forks source link

`:Any` should not cause nested unresolved constructors to materialise #10237

Closed jdunkerley closed 3 weeks ago

jdunkerley commented 3 weeks ago
type A
    Value x:Any

a = ..Value ..My_Other
b = a:A

Will error with a Any doesn't have My_Other ctor

type A
    Value x

a = ..Value ..My_Other
b = a:A

return b = a.Value (..My_Other)

enso-bot[bot] commented 3 weeks ago

Jaroslav Tulach reports a new STANDUP for yesterday (2024-06-11):

Progress: - PR for #10237: https://github.com/enso-org/enso/pull/10248

Discord
Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.