robotcode 0.108.1__tar.gz → 0.109.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,35 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ## [0.109.1](https://github.com/robotcodedev/robotcode/compare/v0.109.0..v0.109.1) - 2025-02-10
6
+
7
+ ### Bug Fixes
8
+
9
+ - **vscode:** Correct appending profile options to robotcode commands ([8746faa](https://github.com/robotcodedev/robotcode/commit/8746faae84ab2bc2a0e0a972fcd7f84e844f1bba))
10
+
11
+
12
+ ## [0.109.0](https://github.com/robotcodedev/robotcode/compare/v0.108.1..v0.109.0) - 2025-02-10
13
+
14
+ ### Bug Fixes
15
+
16
+ - **debugger:** Use 32-bit thread IDs for improved compatibility with some LSP clients ([5055763](https://github.com/robotcodedev/robotcode/commit/50557638c258b7496cbb4097b358ed1fe0075523))
17
+ - **debugger:** If there is already a debugpy adapter endpoint defined we don't need explicitly attach the python debugger ([7f3010a](https://github.com/robotcodedev/robotcode/commit/7f3010a92b8737f0f9608bedbeb166a95c96b46b))
18
+ - **intellij:** Stabilize test discovery at project startup ([7aeb379](https://github.com/robotcodedev/robotcode/commit/7aeb37974da360630d20416475ba407d39163cc5))
19
+ - **vscode,intellij:** Escape glob patterns in --suite and --parse-include arguments for discover and executing tests ([4007481](https://github.com/robotcodedev/robotcode/commit/40074816b4a87cb1fb1c4f937d215457fb2e905f))
20
+
21
+
22
+ ### Features
23
+
24
+ - **robotcode:** Automatically create `.gitignore` in `.robotcode_cache` ([79d14e4](https://github.com/robotcodedev/robotcode/commit/79d14e4e0173527eabbd4cd119f36feacc7c18d5))
25
+
26
+ You no longer need to manually add `.robotcode_cache` to your `.gitignore` file, as it is now automatically ignored.
27
+ If you already have an existing `.robotcode_cache` folder, simply run the command `RobotCode: Clear Cache and Restart Language Servers`.
28
+ For IntelliJ-based platforms, you can find this command in the **RobotCode** menu under the **Tools** main menu.
29
+
30
+ - **vscode:** Add shell integration to run RobotCode in a VSCode terminal without requiring Python package installation ([febf5d8](https://github.com/robotcodedev/robotcode/commit/febf5d898c744df29f388173a06f1197e333efab))
31
+ - **vscode:** Use shell integration instead of full python command line to start repl if shell integration is enabled ([50426a2](https://github.com/robotcodedev/robotcode/commit/50426a26c700702d1eeeb85ca8e642f33a2b413c))
32
+
33
+
5
34
  ## [0.108.1](https://github.com/robotcodedev/robotcode/compare/v0.108.0..v0.108.1) - 2025-02-03
6
35
 
7
36
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode
3
- Version: 0.108.1
3
+ Version: 0.109.1
4
4
  Summary: Command line interface for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -34,39 +34,39 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
34
  Classifier: Topic :: Utilities
35
35
  Classifier: Typing :: Typed
36
36
  Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==0.108.1
38
- Requires-Dist: robotcode-plugin==0.108.1
39
- Requires-Dist: robotcode-robot==0.108.1
37
+ Requires-Dist: robotcode-core==0.109.1
38
+ Requires-Dist: robotcode-plugin==0.109.1
39
+ Requires-Dist: robotcode-robot==0.109.1
40
40
  Provides-Extra: all
41
41
  Requires-Dist: docutils; extra == 'all'
42
42
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
43
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==0.108.1; extra == 'all'
45
- Requires-Dist: robotcode-debugger==0.108.1; extra == 'all'
46
- Requires-Dist: robotcode-language-server==0.108.1; extra == 'all'
47
- Requires-Dist: robotcode-repl-server==0.108.1; extra == 'all'
48
- Requires-Dist: robotcode-repl==0.108.1; extra == 'all'
49
- Requires-Dist: robotcode-runner==0.108.1; extra == 'all'
44
+ Requires-Dist: robotcode-analyze==0.109.1; extra == 'all'
45
+ Requires-Dist: robotcode-debugger==0.109.1; extra == 'all'
46
+ Requires-Dist: robotcode-language-server==0.109.1; extra == 'all'
47
+ Requires-Dist: robotcode-repl-server==0.109.1; extra == 'all'
48
+ Requires-Dist: robotcode-repl==0.109.1; extra == 'all'
49
+ Requires-Dist: robotcode-runner==0.109.1; extra == 'all'
50
50
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
51
51
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
52
52
  Provides-Extra: analyze
53
- Requires-Dist: robotcode-analyze==0.108.1; extra == 'analyze'
53
+ Requires-Dist: robotcode-analyze==0.109.1; extra == 'analyze'
54
54
  Provides-Extra: colored
55
55
  Requires-Dist: rich; extra == 'colored'
56
56
  Provides-Extra: debugger
57
- Requires-Dist: robotcode-debugger==0.108.1; extra == 'debugger'
57
+ Requires-Dist: robotcode-debugger==0.109.1; extra == 'debugger'
58
58
  Provides-Extra: languageserver
59
- Requires-Dist: robotcode-language-server==0.108.1; extra == 'languageserver'
59
+ Requires-Dist: robotcode-language-server==0.109.1; extra == 'languageserver'
60
60
  Provides-Extra: lint
61
61
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
62
62
  Provides-Extra: repl
63
- Requires-Dist: robotcode-repl==0.108.1; extra == 'repl'
63
+ Requires-Dist: robotcode-repl==0.109.1; extra == 'repl'
64
64
  Provides-Extra: replserver
65
- Requires-Dist: robotcode-repl-server==0.108.1; extra == 'replserver'
65
+ Requires-Dist: robotcode-repl-server==0.109.1; extra == 'replserver'
66
66
  Provides-Extra: rest
67
67
  Requires-Dist: docutils; extra == 'rest'
68
68
  Provides-Extra: runner
69
- Requires-Dist: robotcode-runner==0.108.1; extra == 'runner'
69
+ Requires-Dist: robotcode-runner==0.109.1; extra == 'runner'
70
70
  Provides-Extra: tidy
71
71
  Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
72
72
  Provides-Extra: yaml
@@ -51,9 +51,9 @@ classifiers = [
51
51
  ]
52
52
  requires-python = ">=3.8"
53
53
  dependencies = [
54
- "robotcode-core==0.108.1",
55
- "robotcode-plugin==0.108.1",
56
- "robotcode-robot==0.108.1",
54
+ "robotcode-core==0.109.1",
55
+ "robotcode-plugin==0.109.1",
56
+ "robotcode-robot==0.109.1",
57
57
  ]
58
58
  dynamic = ["version"]
59
59
 
@@ -71,24 +71,24 @@ robotcode = "robotcode.cli.__main__:main"
71
71
 
72
72
 
73
73
  [project.optional-dependencies]
74
- debugger = ["robotcode-debugger==0.108.1"]
75
- languageserver = ["robotcode-language-server==0.108.1"]
76
- runner = ["robotcode-runner==0.108.1"]
77
- analyze = ["robotcode-analyze==0.108.1"]
74
+ debugger = ["robotcode-debugger==0.109.1"]
75
+ languageserver = ["robotcode-language-server==0.109.1"]
76
+ runner = ["robotcode-runner==0.109.1"]
77
+ analyze = ["robotcode-analyze==0.109.1"]
78
78
  yaml = ["PyYAML>=5.4"]
79
79
  lint = ["robotframework-robocop>=2.0.0"]
80
80
  tidy = ["robotframework-tidy>=2.0.0"]
81
81
  rest = ["docutils"]
82
- repl = ["robotcode-repl==0.108.1"]
83
- replserver = ["robotcode-repl-server==0.108.1"]
82
+ repl = ["robotcode-repl==0.109.1"]
83
+ replserver = ["robotcode-repl-server==0.109.1"]
84
84
  colored = ["rich"]
85
85
  all = [
86
- "robotcode-debugger==0.108.1",
87
- "robotcode-language-server==0.108.1",
88
- "robotcode-runner==0.108.1",
89
- "robotcode-analyze==0.108.1",
90
- "robotcode-repl==0.108.1",
91
- "robotcode-repl-server==0.108.1",
86
+ "robotcode-debugger==0.109.1",
87
+ "robotcode-language-server==0.109.1",
88
+ "robotcode-runner==0.109.1",
89
+ "robotcode-analyze==0.109.1",
90
+ "robotcode-repl==0.109.1",
91
+ "robotcode-repl-server==0.109.1",
92
92
  "PyYAML>=5.4",
93
93
  "robotframework-robocop>=2.0.0",
94
94
  "robotframework-tidy>=2.0.0",
@@ -0,0 +1 @@
1
+ __version__ = "0.109.1"
@@ -128,35 +128,39 @@ def list(app: Application, paths: List[Path], show_hidden: bool = False, sort_by
128
128
  lines = v[k].splitlines()
129
129
  v[k] = " ".join(lines[:1]) + (" ..." if len(lines) > 1 else "")
130
130
 
131
- header = ""
132
- max_name = max(
133
- 0,
134
- len("Name"),
135
- *(len(profile["name"]) for profile in result["profiles"]),
136
- )
137
- max_description = max(
138
- 0,
139
- len("Description"),
140
- *(len(profile["description"]) for profile in result["profiles"]),
141
- )
142
- header += (
143
- f'| Active | Selected | Enabled | Precedence | Name{(max_name - len("Name")) * " "} '
144
- f'| Description{(max_description - len("Description")) * " "} |\n'
145
- )
146
- header += f"|:------:|:------:|:--------:|:-------:|:{max_name * '-'}-|:{max_description * '-'}-|\n"
147
- for selected_profiles, enabled, name, description, precedence in (
148
- (v["selected"], v["enabled"], v["name"], v["description"], v["precedence"]) for v in result["profiles"]
149
- ):
150
- header += (
151
- f'| {"*" if selected_profiles and enabled else " "} '
152
- f'| {"*" if selected_profiles else " "} '
153
- f'| {"*" if enabled else " "} '
154
- f'| {precedence if precedence else " "} '
155
- f'| {name}{(max_name - len(name)) * " "} '
156
- f'| {description if description else ""}{(max_description - len(description)) * " "} |\n'
131
+ output = ""
132
+ if result["profiles"]:
133
+ max_name = max(
134
+ 0,
135
+ len("Name"),
136
+ *(len(profile["name"]) for profile in result["profiles"]),
157
137
  )
158
-
159
- app.echo_as_markdown(header)
138
+ max_description = max(
139
+ 0,
140
+ len("Description"),
141
+ *(len(profile["description"]) for profile in result["profiles"]),
142
+ )
143
+ output += (
144
+ f'| Active | Selected | Enabled | Precedence | Name{(max_name - len("Name")) * " "} '
145
+ f'| Description{(max_description - len("Description")) * " "} |\n'
146
+ )
147
+ output += f"|:------:|:------:|:--------:|:-------:|:{max_name * '-'}-|:{max_description * '-'}-|\n"
148
+ for selected_profiles, enabled, name, description, precedence in (
149
+ (v["selected"], v["enabled"], v["name"], v["description"], v["precedence"])
150
+ for v in result["profiles"]
151
+ ):
152
+ output += (
153
+ f'| {"*" if selected_profiles and enabled else " "} '
154
+ f'| {"*" if selected_profiles else " "} '
155
+ f'| {"*" if enabled else " "} '
156
+ f'| {precedence if precedence else " "} '
157
+ f'| {name}{(max_name - len(name)) * " "} '
158
+ f'| {description if description else ""}{(max_description - len(description)) * " "} |\n'
159
+ )
160
+ else:
161
+ output += "No profiles defined.\n"
162
+
163
+ app.echo_as_markdown(output)
160
164
  else:
161
165
  app.print_data(result)
162
166
 
@@ -1 +0,0 @@
1
- __version__ = "0.108.1"
File without changes
File without changes
File without changes
File without changes