[2023-04-03] Library and Engine Team Update #6186
jdunkerley
started this conversation in
Weekly Demo Day
Replies: 1 comment
-
Batch insert suggestions improved suggestions loading by ~3 times (1582 ms before vs 458 ms after on screenshots below) |
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
-
Process.run
to return standard-out, standard-error, and exit code. Small issues from working with Ned #6160Table.union
support within a database, created a prototype.Text.replace
andText.replace_all
. Implement Regular Expression replace and updateText.replace
to the new API #5959Text.split
to new API. Implement Regular Expression split and update Text.split to the new API #6116Text.tokenize
for regular expression-based splitting. #5123 Text.tokenize #6150Text.split
to allow a collection of delimiters. UpdateText.split
to take aVector Text
parameter #6156enso_project
. Delay creation of project root EnsoFile until it is really needed #6149Text.to_display_text
is a shortened version of self. Text.to_display_text is (shortened) identity #6174Any.==
. Always try to resolve conversion for Any type #6184buildStdLib
tasks #6000Boolean.False != False
. Treat Boolean.False as false primitive #6090Beta Was this translation helpful? Give feedback.
All reactions