Commit 48e74cb
committed
fix(pkg): move compat.redis-plus-plus to pkgs/c/ — <x> is the full-name initial, not the short name
The repository rule is pkgs/<x>/<name>.lua with <x> = initial of the FULL
package name (compat.* → c, docs/repository-and-schema.md). compat.redis-plus-plus
was wrongly placed in pkgs/r/ (short-name initial); the compat namespace
belongs in pkgs/c/ next to compat.hiredis. Resolution is path-independent, so
this is purely the directory convention — README links, the member comment and
the design doc updated in lock-step.1 parent 2191099 commit 48e74cb
5 files changed
Lines changed: 4 additions & 4 deletions
File tree
- .agents/docs
- pkgs/c
- tests/examples/redis-plus-plus
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments