ladybird/Userland/Shell
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +01:00
..
Tests Shell: Make tests use PASS/FAIL instead of exit codes 2021-01-19 08:19:43 +01:00
AST.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
AST.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Builtin.cpp Shell: Add a not builtin 2021-01-19 08:19:43 +01:00
CMakeLists.txt Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
Execution.h Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Formatter.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Formatter.h Shell: Add formatter for history events 2021-01-15 19:13:03 +01:00
Forward.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Job.cpp Shell: Move to Userland/Shell/ 2021-01-12 12:04:07 +01:00
Job.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
main.cpp Everywhere: Fix typos 2021-01-22 18:41:29 +01:00
NodeVisitor.cpp Shell: Make the parser read consecutive sequences without recursing 2021-01-23 08:28:58 +01:00
NodeVisitor.h Shell: Add (basic) support for history event designators 2021-01-15 19:13:03 +01:00
Parser.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Parser.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Shell.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Shell.h Shell: Add a not builtin 2021-01-19 08:19:43 +01:00
SyntaxHighlighter.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00