Skip to content

Commit 69c3a10

Browse files
committed
docs(CHANGES): Note restructuring
1 parent 5309329 commit 69c3a10

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGES

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,35 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2525

2626
- Add python 3.11 to test grid, pyenv / asdf files (#842)
2727

28+
### Internal refactoring (#840)
29+
30+
#### Rename config to workspace
31+
32+
Reference to "config" are now "workspace"
33+
34+
#### Organize files
35+
36+
- `cli/utils.py` functions moved to `workspace/finders.py`
37+
- `config.py` split between:
38+
39+
- `workspace/finders.py`
40+
- `workspace/freezer.py`
41+
- `workspace/importers.py`
42+
- `workspace/validation.py`
43+
44+
- `workspacebuilder.py` split into:
45+
46+
- `workspace/builder.py`
47+
- `workspace/freezer.py`
48+
49+
`config.inline` moved to freezer
50+
51+
#### Tests
52+
53+
- `tests/fixtures/{workspacebuilder,workspacefreezer}` -> `tests/fixtures/workspace/{builder,freezer}`
54+
- `tests/test_import_{teamocil,tmuxinator}.py` -> `tests/workspace/test_import_{teamocil,tmuxinator}.py`
55+
> > > > > > > 225a53e (docs(CHANGES): Note restructuring)
56+
2857
## tmuxp 1.17.2 (unreleased)
2958

3059
### Bug fix

0 commit comments

Comments
 (0)