1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-24 17:12:32 +00:00
serenity/Tests/LibCore
vincent-rg a9df60ff1c AK: Update OptionParser::m_arg_index by substracting skipped args
On argument swapping to put positional ones toward the end,
m_arg_index was pointing at "last arg  index" + "skipped args" +
"consumed args" and thus was pointing ahead of the skipped ones.

m_arg_index now points after the current parsed option arguments.
2024-02-06 00:08:30 +01:00
..
10kb.txt
CMakeLists.txt LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
long_lines.txt
small.txt
TestLibCoreArgsParser.cpp AK: Update OptionParser::m_arg_index by substracting skipped args 2024-02-06 00:08:30 +01:00
TestLibCoreDateTime.cpp LibCore: Support wildcard-skipping characters in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
TestLibCoreDeferredInvoke.cpp
TestLibCoreFilePermissionsMask.cpp
TestLibCoreFileWatcher.cpp
TestLibCoreMappedFile.cpp AK: Use an enum to specify the open mode instead of a bool 2023-11-08 18:19:34 +01:00
TestLibCorePromise.cpp LibCore: Fix compilation of infallible Promise::when_resolved handlers 2024-01-01 10:11:45 +01:00
TestLibCoreSharedSingleProducerCircularQueue.cpp
TestLibCoreStream.cpp AK+LibCore: Add BufferedSocket::can_read_up_to_delimiter() 2024-01-21 21:13:58 +01:00