Age | Commit message (Collapse) | Author |
|
This was done with CLion's automatic rename feature.
|
|
It's not at all obvious how we need three different array-like types.
This change to the Patterns documentation attempts to explain why they
exist, how they differ (mostly in allocation behavior) and what their
use cases are. This builds on #11844 which fixates and tests the
hereby-described allocation behavior of FixedArray.
|
|
|
|
"SourceLocatin" -> "SourceLocation"
|
|
We have some new patterns, lets document them for future contributors.
|
|
Document the emergent pattern of using `SourceLocation` for capture
file, line, function name information when calling an API.
|
|
|
|
|
|
The purpose of this document is to track and describe the various
patterns used through the SerenityOS code base.
|