serenity/Userland/Shell
Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
This isn't a complete conversion to ErrorOr<void>, but a good chunk.
The end goal here is to propagate buffer allocation failures to the
caller, and allow the use of TRY() with formatting functions.
2021-11-17 00:21:13 +01:00
..
Tests
AST.cpp AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
AST.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Builtin.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
CMakeLists.txt
Execution.h
Formatter.cpp
Formatter.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h
ImmediateFunctions.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Job.cpp
Job.h
main.cpp Shell: Remove dbgln related to process group IDs 2021-08-12 22:42:50 +02:00
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Parser.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Shell.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Shell.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
SyntaxHighlighter.cpp
SyntaxHighlighter.h