[2024-04-02] Library & Engine Team Update #9597
GregoryTravis
started this conversation in
Weekly Demo Day
Replies: 1 comment
-
"Demo" of what is the 'visible' part in the Type Inference PoC 1: |
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_File
Data Link for readingEnso_File
#9525AWS_Credential.Key
and DataLinks actually work on a clean environment without needing env vars setup, ensures that our CI tests such a scenario to avoid future regressions.DELETE /assets/<id>
for deleting files and secrets UseDELETE /assets/<id>
for deleting files and secrets #9551DELETE /files/<id>
and/secrets/<id>
instead)Enso_File
to be path based RefactoringEnso_File
to be path based #9581ENSO_PROJECT_PATH
that is setting the current working directory in the cloud.Type Inference PoC - iteration 1 - most basic type inference #8652
.from
conversions - this is needed to be able to raise type warning (a warning can only be raised if the types mismatch and there's no conversion that could reconcile the types).Decimal
toInteger
andFloat
. Conversions fromDecimal
toInteger
andFloat
. #9462Set.to_text
should not assume contents areText
Set.to_text
should not assume contents areText
#9548Decimal
arithmetic benchmarksDecimal
arithmetic benchmarks #9582Out_Of_Range
error Add range info toOut_Of_Range
error #9586%
consistent across bothInteger
sizes. Make the%
consistent across bothInteger
sizes. #9589std-benchmarks
has all dependencies Make surestd-benchmarks
has all dependencies #9504std-benchmarks
issues Potentially fix furtherstd-benchmarks
issues #9541Beta Was this translation helpful? Give feedback.
All reactions