[2024-01-15] Library & Engine Team Update #8755
GregoryTravis
started this conversation in
Weekly Demo Day
Replies: 1 comment
-
First static type error in Enso: However this is still a prototype, because it does not take conversions into account, so it could give false positives if enabled currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enso_Secret
s, update to new cloud API Add tests forEnso_Secret
s, update to new cloud API #8736set_user_info
from URI Removeset_user_info
from URI #8738Header.authorization_*
#8761[x, y, z]
now gets typed asVector
.case
statements:case x of 1 -> 1 | 2 -> "a"
is typed asInteger | Text
|
incase of
is not real syntax, just using to show examples in a single line)case x of (i : Integer) -> i | _ -> 0
is typed asInteger
Runtime.assert
FixRuntime.assert
#8742Beta Was this translation helpful? Give feedback.
All reactions