1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Userland/DevTools/HackStudio
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
..
Debugger Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Dialogs Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Git Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LanguageClients LanguageServers/Cpp: Add FileDB and pass project_root in Greet() 2021-02-08 23:10:38 +01:00
LanguageServers Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
AutoCompleteResponse.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CMakeLists.txt HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
CodeDocument.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CodeDocument.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CursorTool.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
CursorTool.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Editor.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Editor.h LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
EditorWrapper.cpp TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
EditorWrapper.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
FindInFilesWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FindInFilesWidget.h Everywhere: Add semantically-missing includes 2021-02-08 18:03:57 +01:00
FormEditorWidget.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
FormEditorWidget.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FormWidget.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
FormWidget.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
HackStudio.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
HackStudioWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HackStudioWidget.h HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
Language.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
LanguageClient.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LanguageClient.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Locator.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Locator.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
main.cpp HackStudio: Set icon for 'make is not available' notification 2021-02-13 19:50:09 +01:00
Project.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Project.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProjectFile.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProjectFile.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProjectTemplate.cpp HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
ProjectTemplate.h HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
TerminalWrapper.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TerminalWrapper.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Tool.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTool.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTool.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WidgetTreeModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00