[2024-10-28] GUI Team Demo Day #11425
Replies: 4 comments
-
Screencast.From.2024-10-17.13-51-45.webmScreencast.From.2024-10-18.15-23-40.webm
|
Beta Was this translation helpful? Give feedback.
-
🍃 BAZEL progress
Remaining work:
|
Beta Was this translation helpful? Give feedback.
-
Parser improvements: "What is a function, really?" ## ICON data_input
Returns a new Connection with the specified database set as default.
@database (Single_Choice display=Display.Always values=[Option 'Nothing'])
set_database : Text -> Connection ! SQL_Error
set_database self database =
if database == self.database then self else SQL_Error.throw_sql_error "Changing database is not supported." In the new AST representation, this is all one Moving the assembly of full function definitions into the parser:
Merged PRs (4/5):
Currently finishing last step: Misc: |
Beta Was this translation helpful? Give feedback.
-
Relevant backend changes:
To discuss: |
Beta Was this translation helpful? Give feedback.
-
new.component.menu.mp4
Beta Was this translation helpful? Give feedback.
All reactions