Andreas Kling
|
3de8dd921e
Userland: Remove serialize-to-JSON functions only used for Inspector
|
2 years ago |
Cameron Youell
|
da305017de
Shell: Use `JsonArray::append` in `save_to`
|
2 years ago |
Cameron Youell
|
8134dccdc7
AK: Add new failable `JsonArray::{append/set}` functions
|
2 years ago |
Tim Schumacher
|
8370377832
Shell: Add `map_fixed` to the pledges for command autocompletion
|
2 years ago |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Linus Groh
|
51c3967516
Everywhere: Use '_{short_,}string' literals more
|
2 years ago |
Ali Mohammad Pur
|
0c28fd41ed
Shell: Convert all immediately convertible fallible functions to ErrorOr
|
2 years ago |
Ali Mohammad Pur
|
e403dbabfa
Shell: Convert the remaining fallible AST functions to ErrorOr
|
2 years ago |
Ali Mohammad Pur
|
007767fc14
Shell: Convert builtins to use the modern main() style
|
2 years ago |
Ali Mohammad Pur
|
d575c50f3e
Shell: Make AST::dump() ErrorOr-aware
|
2 years ago |
Ali Mohammad Pur
|
beeb58bd93
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
|
2 years ago |
Andreas Kling
|
68b5df6bf1
Shell: Fix (and paper over) various const-correctness issues
|
2 years ago |
Ali Mohammad Pur
|
4efc632e15
Shell: Allow the heredoc node to act as a redirection too
|
2 years ago |
Ali Mohammad Pur
|
2a276c86d4
Shell: Start implementing a POSIX-compliant parser
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Sam Atkins
|
95b1cf2dcd
Shell: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2 years ago |
Sam Atkins
|
1dd6b7f5b7
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
|
2 years ago |
Sam Atkins
|
a8cf0c9371
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andrew Kaster
|
539fb08551
Userland: Remove unecessary uses of __serenity__ macro
|
2 years ago |
Ben Wiederhake
|
0e901f8c68
Shell: Sort CompletionSuggestions for paths lexicographically
|
2 years ago |
Tim Schumacher
|
5f99934dce
Userland: Consolidate most PATH resolving into a single implementation
|
2 years ago |
Tim Schumacher
|
39a3775f48
Userland: Rely on a single authoritative source for the default `PATH`
|
2 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 years ago |