ladybird/Userland
Timothy Flynn d9055de7ea LibSQL: Add a new Result class to replace SQLResult
The existing SQLResult class predates our TRY semantics. As a result, in
the AST execution methods, there is a lot of is_error checking on values
that could instead be wrapped with TRY. This new class will allow such
semantics, and is also stack allocated (no need to be a RefPtr). It is
heavily based on LibJS's completion class.
2022-02-10 12:20:35 +00:00
..
Applets Keymap Applet: Spawn KeyboardSettings when clicking 2022-02-04 21:30:31 +01:00
Applications Applications: Port Spreadsheet to LibMain 2022-02-10 10:24:18 +00:00
Demos Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
DevTools Base+HackStudio: Add or insert missing icons 2022-02-10 10:27:26 +00:00
DynamicLoader
Games Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
Libraries LibSQL: Add a new Result class to replace SQLResult 2022-02-10 12:20:35 +00:00
Services LibTLS+RequestServer: Add an option to dump TLS keys to a log file 2022-02-09 21:23:25 +01:00
Shell Shell: Use strncmp() instead of string.compare() for name completions 2022-02-05 16:59:12 +03:30
Utilities js: Add a command line argument to evaluate a string as a script 2022-02-10 10:26:12 +00:00
CMakeLists.txt