-
Notifications
You must be signed in to change notification settings - Fork 232
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tmux-python/tmuxp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.49.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tmux-python/tmuxp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.50.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 39 files changed
- 1 contributor
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4361518 - Browse repository at this point
Copy the full SHA 4361518View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef6b32a - Browse repository at this point
Copy the full SHA ef6b32aView commit details
Commits on Dec 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2846851 - Browse repository at this point
Copy the full SHA 2846851View commit details
Commits on Dec 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ac639c - Browse repository at this point
Copy the full SHA 2ac639cView commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e32e830 - Browse repository at this point
Copy the full SHA e32e830View commit details
Commits on Dec 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ab30a2 - Browse repository at this point
Copy the full SHA 6ab30a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78fceb5 - Browse repository at this point
Copy the full SHA 78fceb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f4d20 - Browse repository at this point
Copy the full SHA 50f4d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b8f80 - Browse repository at this point
Copy the full SHA d1b8f80View commit details -
chore(ruff) Automated fixes for Python 3.9
ruff check . --select ALL --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore PT014 --ignore RUF100; ruff format .; Fixed 174 errors: - conftest.py: 3 × UP006 (non-pep585-annotation) - docs/_ext/aafig.py: 7 × UP006 (non-pep585-annotation) 2 × RUF052 (used-dummy-variable) - docs/conf.py: 6 × UP006 (non-pep585-annotation) - src/tmuxp/_internal/config_reader.py: 5 × UP006 (non-pep585-annotation) 2 × TC006 (runtime-cast-value) - src/tmuxp/_internal/types.py: 3 × UP006 (non-pep585-annotation) 1 × F401 (unused-import) - src/tmuxp/cli/__init__.py: 1 × UP006 (non-pep585-annotation) - src/tmuxp/cli/debug_info.py: 2 × UP006 (non-pep585-annotation) - src/tmuxp/cli/freeze.py: 2 × UP006 (non-pep585-annotation) 1 × RUF052 (used-dummy-variable) 1 × TC006 (runtime-cast-value) - src/tmuxp/cli/import_config.py: 2 × UP006 (non-pep585-annotation) - src/tmuxp/cli/load.py: 3 × UP006 (non-pep585-annotation) - src/tmuxp/cli/utils.py: 6 × UP006 (non-pep585-annotation) 5 × RUF052 (used-dummy-variable) - src/tmuxp/log.py: 1 × UP006 (non-pep585-annotation) - src/tmuxp/plugin.py: 5 × UP006 (non-pep585-annotation) - src/tmuxp/shell.py: 7 × UP006 (non-pep585-annotation) - src/tmuxp/workspace/builder.py: 8 × UP006 (non-pep585-annotation) - src/tmuxp/workspace/finders.py: 4 × UP006 (non-pep585-annotation) 1 × PLC1802 (len-test) - src/tmuxp/workspace/freezer.py: 5 × UP006 (non-pep585-annotation) - src/tmuxp/workspace/importers.py: 4 × UP006 (non-pep585-annotation) - src/tmuxp/workspace/loader.py: 6 × UP006 (non-pep585-annotation) - tests/cli/test_cli.py: 1 × UP006 (non-pep585-annotation) - tests/cli/test_convert.py: 2 × UP006 (non-pep585-annotation) 1 × F401 (unused-import) - tests/cli/test_freeze.py: 4 × UP006 (non-pep585-annotation) - tests/cli/test_import.py: 5 × UP006 (non-pep585-annotation) 1 × F401 (unused-import) - tests/cli/test_load.py: 16 × UP006 (non-pep585-annotation) - tests/cli/test_shell.py: 19 × UP006 (non-pep585-annotation) - tests/fixtures/pluginsystem/partials/_types.py: 3 × UP006 (non-pep585-annotation) 1 × F401 (unused-import) - tests/fixtures/utils.py: 2 × RUF052 (used-dummy-variable) - tests/fixtures/workspace/expand1.py: 1 × UP006 (non-pep585-annotation) - tests/fixtures/workspace/shell_command_before.py: 2 × UP006 (non-pep585-annotation) - tests/workspace/test_builder.py: 11 × RUF052 (used-dummy-variable) 2 × UP006 (non-pep585-annotation) - tests/workspace/test_config.py: 1 × UP006 (non-pep585-annotation) - tests/workspace/test_import_teamocil.py: 7 × UP006 (non-pep585-annotation) - tests/workspace/test_import_tmuxinator.py: 2 × UP006 (non-pep585-annotation) Found 1371 errors (174 fixed, 1197 remaining). 2 files reformatted, 97 files left unchanged
Configuration menu - View commit details
-
Copy full SHA for 3ed84b2 - Browse repository at this point
Copy the full SHA 3ed84b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce506cd - Browse repository at this point
Copy the full SHA ce506cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 858b924 - Browse repository at this point
Copy the full SHA 858b924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7149507 - Browse repository at this point
Copy the full SHA 7149507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab7b74 - Browse repository at this point
Copy the full SHA 4ab7b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9ff6a - Browse repository at this point
Copy the full SHA 6c9ff6aView commit details -
py(deps) libtmux: 0.39.0 -> 0.40.0 (#954)
# Changes ## py(deps) 0.39.0 -> 0.40.0 See also: - https://github.com/tmux-python/libtmux/releases/tag/v0.40.0 - https://github.com/tmux-python/libtmux/blob/v0.40.0/CHANGES
Configuration menu - View commit details
-
Copy full SHA for 83ba343 - Browse repository at this point
Copy the full SHA 83ba343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b87732 - Browse repository at this point
Copy the full SHA 0b87732View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.49.0...v1.50.0