robotcode 1.3.0.dev4__tar.gz → 1.3.0.dev6__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.
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/CHANGELOG.md +28 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/PKG-INFO +16 -16
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/pyproject.toml +15 -15
- robotcode-1.3.0.dev6/src/robotcode/cli/__version__.py +1 -0
- robotcode-1.3.0.dev4/src/robotcode/cli/__version__.py +0 -1
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/.gitignore +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/LICENSE.txt +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/README.md +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/hatch.toml +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/src/robotcode/cli/__init__.py +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/src/robotcode/cli/__main__.py +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/src/robotcode/cli/commands/__init__.py +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/src/robotcode/cli/commands/config.py +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/src/robotcode/cli/commands/profiles.py +0 -0
- {robotcode-1.3.0.dev4 → robotcode-1.3.0.dev6}/src/robotcode/cli/py.typed +0 -0
@@ -6,18 +6,42 @@ All notable changes to this project will be documented in this file. See [conven
|
|
6
6
|
|
7
7
|
### Bug Fixes
|
8
8
|
|
9
|
+
- **cli:** Set case_sensitive default to False in EnumChoice ([3fd27d4](https://github.com/robotcodedev/robotcode/commit/3fd27d47cec9f515bc618b330b2dccf1acc6255d))
|
9
10
|
- **cli:** Corrected monkey patching for click>=8.2.0 ([425e64d](https://github.com/robotcodedev/robotcode/commit/425e64ddf8c6a9a54ec6fe3d801253c2e3a2156a))
|
11
|
+
- **debugger:** Improve termination handling ([a890264](https://github.com/robotcodedev/robotcode/commit/a890264547341c190eaef5e0240f0cc81deb3c70))
|
10
12
|
- **formatting:** Improve message clarity for robocop formatting ([f71d15d](https://github.com/robotcodedev/robotcode/commit/f71d15df40f8bfd1f9f325d35e1ba73bcf16c9aa))
|
13
|
+
- **langserver:** Implemented support for robocop >= 6 checks ([8dc2f3c](https://github.com/robotcodedev/robotcode/commit/8dc2f3ce94bf6c6a771b6ffcc6a969ae617397e6))
|
14
|
+
- **langserver:** Disable on-demand startup for the documentation server to ensure it launches on initialization ([81d63fa](https://github.com/robotcodedev/robotcode/commit/81d63faa5f0cfbcf95e293c53daeb80840117438))
|
15
|
+
- **net:** Move SO_REUSEADDR socket option setting to the correct location to speeding up port discovery and preventing bind failures. ([b54cc93](https://github.com/robotcodedev/robotcode/commit/b54cc9300abb4c7060bfa94cb2e1bfa272936eda))
|
11
16
|
- **textmate:** Corrected highlightning of comments in variable section ([5204afb](https://github.com/robotcodedev/robotcode/commit/5204afbfdd7f745c3e00ebc8d59fa3ad992ec0a8))
|
12
17
|
- **textmate:** Enhance variable assignment handling ([7333eb9](https://github.com/robotcodedev/robotcode/commit/7333eb9b2f46e2af25583af2d5346b4b92dd1137))
|
13
18
|
- Corrected detection of robocop ([f06bcbc](https://github.com/robotcodedev/robotcode/commit/f06bcbc1c2514326567399f8e5179da6ff5f9ed7))
|
14
19
|
|
15
20
|
|
21
|
+
### Documentation
|
22
|
+
|
23
|
+
- **contributing:** Enhance development setup and workflow instructions ([b23331b](https://github.com/robotcodedev/robotcode/commit/b23331b8622ddd97c2030de96212323f5e7d4171))
|
24
|
+
|
25
|
+
Updated the contributing guide to include detailed development environment setup options, IDE configuration, and a comprehensive development workflow. Improved clarity and added troubleshooting tips for common issues.
|
26
|
+
|
27
|
+
|
28
|
+
|
16
29
|
### Features
|
17
30
|
|
31
|
+
- **analyzer:** Support for converting resolvable variables with types ([17123a0](https://github.com/robotcodedev/robotcode/commit/17123a046015e57fc64aa73f1227309b78bed4a2))
|
32
|
+
- **analyzer:** Support for types in embedded arguments ([35526a0](https://github.com/robotcodedev/robotcode/commit/35526a05fbfdccc2a250f86a8fe3d51bf510607c))
|
33
|
+
- **analyzer:** Improve 'keyword not found' messages for old `FOR:` syntax ([94cdc54](https://github.com/robotcodedev/robotcode/commit/94cdc54dd017e6e3892ead8a4cd9d8068b6b88ca))
|
34
|
+
- **debugger:** Update delayed logging handling for Robot Framework 7.3 compatibility ([0b51afc](https://github.com/robotcodedev/robotcode/commit/0b51afce6acace2de358120dae365f190719cd05))
|
18
35
|
- **intellij:** Reimplement and simplified parsing and syntax highlightning ([2dcdf7c](https://github.com/robotcodedev/robotcode/commit/2dcdf7ce846e8483fb427cdc7945a084fe4c3232))
|
36
|
+
- **langserver:** Show variable type in hover for RF 7.3 ([10d981f](https://github.com/robotcodedev/robotcode/commit/10d981f657ba34db1449984fe4a28623632c5b64))
|
19
37
|
- **langserver:** Implemented robocop 6.0 formatting and deprecate old robotidy ([310bc54](https://github.com/robotcodedev/robotcode/commit/310bc544be8306fb85a329698763b562cd9d85aa))
|
20
38
|
- **langserver:** Better support for indexed assignments ([6fad9b1](https://github.com/robotcodedev/robotcode/commit/6fad9b161b85b2412b6a9d5169e69b4ce37c43c3))
|
39
|
+
- **robot:** Unify variable handling and prepare for RF 7.3 type parsing ([73cda66](https://github.com/robotcodedev/robotcode/commit/73cda6698959fd3cbdce0901b87a40701cbe4966))
|
40
|
+
|
41
|
+
- Added support for parse_type parameter in Robot Framework 7.3+
|
42
|
+
- Unified variable processing across different RF versions
|
43
|
+
|
44
|
+
- **vscode:** Deprecate some robocop settings ([1b23965](https://github.com/robotcodedev/robotcode/commit/1b23965aec6dc00618bfe5c4927c9889f44cc4d1))
|
21
45
|
- **vscode:** Add language model tool to get the library and resource imports from a robot file ([e5631f0](https://github.com/robotcodedev/robotcode/commit/e5631f042e42810b35d8694649cb76819b7b5866))
|
22
46
|
- **vscode:** Add language model tools for retrieving library documentation and environment details ([a311e99](https://github.com/robotcodedev/robotcode/commit/a311e996cf95b2afaacc4b4402a4e2749b8d46bc))
|
23
47
|
- **vscode:** Add deprecation messages for robotframework-tidy in configuration ([37c5371](https://github.com/robotcodedev/robotcode/commit/37c5371919d10a7ea1f46c91f1f7707b63fa96ce))
|
@@ -30,7 +54,9 @@ All notable changes to this project will be documented in this file. See [conven
|
|
30
54
|
|
31
55
|
### Refactor
|
32
56
|
|
57
|
+
- **analyzer:** Some renamings ([5f1f5c3](https://github.com/robotcodedev/robotcode/commit/5f1f5c37f62ae6cb32bf7a1db5c6ddbb592d8337))
|
33
58
|
- **intellij:** Some code cleanup ([479a9c3](https://github.com/robotcodedev/robotcode/commit/479a9c3e6b1bc117e5c1222953b755a198cbc8c2))
|
59
|
+
- **vscode:** Some refactorings and code cleanup ([d8eac38](https://github.com/robotcodedev/robotcode/commit/d8eac3808e23320fcb7efa92e85c574988d1a7ef))
|
34
60
|
|
35
61
|
|
36
62
|
## [1.2.0](https://github.com/robotcodedev/robotcode/compare/v1.1.0..v1.2.0) - 2025-05-07
|
@@ -3202,4 +3228,6 @@ All notable changes to this project will be documented in this file. See [conven
|
|
3202
3228
|
- Add tests for workspace discovery ([61f82ce](https://github.com/robotcodedev/robotcode/commit/61f82ced19f227c311fea3b64c9b53394d92feeb))
|
3203
3229
|
|
3204
3230
|
|
3231
|
+
## [0.2.0](https://github.com/robotcodedev/robotcode/compare/v0.19.1..v0.2.0) - 2021-09-16
|
3232
|
+
|
3205
3233
|
<!-- generated by git-cliff -->
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode
|
3
|
-
Version: 1.3.0.
|
3
|
+
Version: 1.3.0.dev6
|
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==1.3.0-dev.
|
38
|
-
Requires-Dist: robotcode-plugin==1.3.0-dev.
|
39
|
-
Requires-Dist: robotcode-robot==1.3.0-dev.
|
37
|
+
Requires-Dist: robotcode-core==1.3.0-dev.6
|
38
|
+
Requires-Dist: robotcode-plugin==1.3.0-dev.6
|
39
|
+
Requires-Dist: robotcode-robot==1.3.0-dev.6
|
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==1.3.0-dev.
|
45
|
-
Requires-Dist: robotcode-debugger==1.3.0-dev.
|
46
|
-
Requires-Dist: robotcode-language-server==1.3.0-dev.
|
47
|
-
Requires-Dist: robotcode-repl-server==1.3.0-dev.
|
48
|
-
Requires-Dist: robotcode-repl==1.3.0-dev.
|
49
|
-
Requires-Dist: robotcode-runner==1.3.0-dev.
|
44
|
+
Requires-Dist: robotcode-analyze==1.3.0-dev.6; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-debugger==1.3.0-dev.6; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-language-server==1.3.0-dev.6; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl-server==1.3.0-dev.6; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-repl==1.3.0-dev.6; extra == 'all'
|
49
|
+
Requires-Dist: robotcode-runner==1.3.0-dev.6; 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==1.3.0-dev.
|
53
|
+
Requires-Dist: robotcode-analyze==1.3.0-dev.6; extra == 'analyze'
|
54
54
|
Provides-Extra: colored
|
55
55
|
Requires-Dist: rich; extra == 'colored'
|
56
56
|
Provides-Extra: debugger
|
57
|
-
Requires-Dist: robotcode-debugger==1.3.0-dev.
|
57
|
+
Requires-Dist: robotcode-debugger==1.3.0-dev.6; extra == 'debugger'
|
58
58
|
Provides-Extra: languageserver
|
59
|
-
Requires-Dist: robotcode-language-server==1.3.0-dev.
|
59
|
+
Requires-Dist: robotcode-language-server==1.3.0-dev.6; 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==1.3.0-dev.
|
63
|
+
Requires-Dist: robotcode-repl==1.3.0-dev.6; extra == 'repl'
|
64
64
|
Provides-Extra: replserver
|
65
|
-
Requires-Dist: robotcode-repl-server==1.3.0-dev.
|
65
|
+
Requires-Dist: robotcode-repl-server==1.3.0-dev.6; extra == 'replserver'
|
66
66
|
Provides-Extra: rest
|
67
67
|
Requires-Dist: docutils; extra == 'rest'
|
68
68
|
Provides-Extra: runner
|
69
|
-
Requires-Dist: robotcode-runner==1.3.0-dev.
|
69
|
+
Requires-Dist: robotcode-runner==1.3.0-dev.6; 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==1.3.0-dev.
|
55
|
-
"robotcode-plugin==1.3.0-dev.
|
56
|
-
"robotcode-robot==1.3.0-dev.
|
54
|
+
"robotcode-core==1.3.0-dev.6",
|
55
|
+
"robotcode-plugin==1.3.0-dev.6",
|
56
|
+
"robotcode-robot==1.3.0-dev.6",
|
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==1.3.0-dev.
|
75
|
-
languageserver = ["robotcode-language-server==1.3.0-dev.
|
76
|
-
runner = ["robotcode-runner==1.3.0-dev.
|
77
|
-
analyze = ["robotcode-analyze==1.3.0-dev.
|
74
|
+
debugger = ["robotcode-debugger==1.3.0-dev.6"]
|
75
|
+
languageserver = ["robotcode-language-server==1.3.0-dev.6"]
|
76
|
+
runner = ["robotcode-runner==1.3.0-dev.6"]
|
77
|
+
analyze = ["robotcode-analyze==1.3.0-dev.6"]
|
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==1.3.0-dev.
|
83
|
-
replserver = ["robotcode-repl-server==1.3.0-dev.
|
82
|
+
repl = ["robotcode-repl==1.3.0-dev.6"]
|
83
|
+
replserver = ["robotcode-repl-server==1.3.0-dev.6"]
|
84
84
|
colored = ["rich"]
|
85
85
|
all = [
|
86
|
-
"robotcode-debugger==1.3.0-dev.
|
87
|
-
"robotcode-language-server==1.3.0-dev.
|
88
|
-
"robotcode-runner==1.3.0-dev.
|
89
|
-
"robotcode-analyze==1.3.0-dev.
|
90
|
-
"robotcode-repl==1.3.0-dev.
|
91
|
-
"robotcode-repl-server==1.3.0-dev.
|
86
|
+
"robotcode-debugger==1.3.0-dev.6",
|
87
|
+
"robotcode-language-server==1.3.0-dev.6",
|
88
|
+
"robotcode-runner==1.3.0-dev.6",
|
89
|
+
"robotcode-analyze==1.3.0-dev.6",
|
90
|
+
"robotcode-repl==1.3.0-dev.6",
|
91
|
+
"robotcode-repl-server==1.3.0-dev.6",
|
92
92
|
"PyYAML>=5.4",
|
93
93
|
"robotframework-robocop>=2.0.0",
|
94
94
|
"robotframework-tidy>=2.0.0",
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "1.3.0-dev.6"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "1.3.0-dev.4"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|