serenity/Userland
Ali Mohammad Pur 5f1a34bba3 Spreadsheet: Avoid using Value.to_string_without_side_effects()
We should use .to_string() and handle the possible exceptions.
This makes the displayed cell contents so much more informative than
'[object Object]' :^)
2021-12-12 14:49:49 +03:30
..
Applets
Applications Spreadsheet: Avoid using Value.to_string_without_side_effects() 2021-12-12 14:49:49 +03:30
Demos Demos: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
DevTools Playground: Remove redundant pledge() 2021-12-11 23:06:56 +01:00
DynamicLoader
Games
Libraries LibCore: Add support for range-based for loops on LineIterators 2021-12-12 14:06:38 +03:30
Services Browser+LibWeb+WebContent: Add variables display to Inspector 2021-12-10 06:52:17 +01:00
Shell Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
Utilities config: Port to LibMain :^) 2021-12-11 15:10:42 -08:00
CMakeLists.txt