Skip to content

Commit cec5c99

Browse files
committed
Remove unused memory backing store, page cache, pager, and related tests
- Deleted MemoryBackingStore implementation and its associated tests. - Removed PageCache and Pager implementations along with their tests. - Eliminated SlotIndexEntry structure and its related code. - Cleaned up unused SystemInfo struct and its functionality. - Removed WAL integration tests and stored procedures tests as they are not fully implemented.
1 parent 96f62a7 commit cec5c99

File tree

91 files changed

+3477
-4533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+3477
-4533
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ EpilogLite is a pure Rust database library implementation inspired by SQLite, de
5454
- Do not invent facts or misrepresent repository state; ask maintainers when uncertain.
5555
- Avoid unnecessary verbosity; be direct and provide concrete suggestions and diffs when proposing changes.
5656
- Always finish with a one paragraph summary. This is separate from any detailed information previously provided or required by other instructions.
57+
- Always run `./cooverage.sh` after changes to update the test coverage file. You may ignore errors from this step.
58+
- Any notes in `docs/design/agents/instructions.md` that you have left yourself should be considered part of these instructions.
59+
- If you learn a new stylistic preference, pattern, or behavior add it to the `docs/design/agents/instructions.md` so that you do not lose it for future sessions and so that the project lead won't have to constantly remind you. Consider that file your long term memory.

.github/templates/.gitignore.base.template

Lines changed: 0 additions & 142 deletions
This file was deleted.

.github/templates/CODE_OF_CONDUCT.md.template

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/templates/CONTRIBUTING.md.template

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/templates/Cargo.toml.template

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)