robotcode 0.94.0__tar.gz → 0.95.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.
- {robotcode-0.94.0 → robotcode-0.95.1}/CHANGELOG.md +59 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/PKG-INFO +14 -14
- {robotcode-0.94.0 → robotcode-0.95.1}/pyproject.toml +13 -13
- robotcode-0.95.1/src/robotcode/cli/__version__.py +1 -0
- robotcode-0.94.0/src/robotcode/cli/__version__.py +0 -1
- {robotcode-0.94.0 → robotcode-0.95.1}/.gitignore +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/LICENSE.txt +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/README.md +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/hatch.toml +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/src/robotcode/cli/__init__.py +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/src/robotcode/cli/__main__.py +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/src/robotcode/cli/commands/__init__.py +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/src/robotcode/cli/commands/config.py +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/src/robotcode/cli/commands/profiles.py +0 -0
- {robotcode-0.94.0 → robotcode-0.95.1}/src/robotcode/cli/py.typed +0 -0
@@ -2,6 +2,65 @@
|
|
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.95.1](https://github.com/robotcodedev/robotcode/compare/v0.95.0..v0.95.1) - 2024-10-26
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- **robot:** Corrected some type hint for python 3.8 ([47510ac](https://github.com/robotcodedev/robotcode/commit/47510ac37b26dd3f6ffd1e0e454e6ae581076017))
|
10
|
+
- **vscode:** Restart the language server if a change is detected in a `.gitignore` or `.robotignore` file ([7613bb2](https://github.com/robotcodedev/robotcode/commit/7613bb25bbe1623016997dbfbeba85789f480e8b))
|
11
|
+
|
12
|
+
|
13
|
+
### Documentation
|
14
|
+
|
15
|
+
- Update documentation for command line tools ([9e0d0dc](https://github.com/robotcodedev/robotcode/commit/9e0d0dc427c841c9a414a7baf00fc3cf9735c76a))
|
16
|
+
|
17
|
+
|
18
|
+
### Performance
|
19
|
+
|
20
|
+
- **analyzer:** Speed up the creation of libdocs from resource files ([2dfc91b](https://github.com/robotcodedev/robotcode/commit/2dfc91bb475781c6b0f557028046a69777eb155d))
|
21
|
+
- **analyzer:** Speed up finding keywords and variables a little bit more ([aaa6439](https://github.com/robotcodedev/robotcode/commit/aaa6439870378bf9dccaca8e8c310da742e8b3dd))
|
22
|
+
- **language_server:** Corrected handling of matching multiple keywords if keywords have embedded keywords ([c662685](https://github.com/robotcodedev/robotcode/commit/c6626857053d103264c848685e06a33390991d11))
|
23
|
+
|
24
|
+
|
25
|
+
## [0.95.0](https://github.com/robotcodedev/robotcode/compare/v0.94.0..v0.95.0) - 2024-10-25
|
26
|
+
|
27
|
+
### Bug Fixes
|
28
|
+
|
29
|
+
- **analyzer:** Fix some spellings ([b622c42](https://github.com/robotcodedev/robotcode/commit/b622c42d33bc0a41fab8ffa00cdc74cbb7fe98c8))
|
30
|
+
- **analyzer:** Handle bdd prefixes correctly if keyword is cached ([41ff53f](https://github.com/robotcodedev/robotcode/commit/41ff53f9b3c8cc34f06f34ebeaa7c63691544cb2))
|
31
|
+
- **analyzer:** Corrected analyzing of `[Return]`, `[Setup]`, `[Teardown]` statement ([4e17c8f](https://github.com/robotcodedev/robotcode/commit/4e17c8fc10814f62799548467efac25c07fbe429))
|
32
|
+
- **analyzer:** Corrected exception in parsing ForHeaders with invalid variable ([0851d4f](https://github.com/robotcodedev/robotcode/commit/0851d4f6eb7bd90958996cc9c25506712885dca9))
|
33
|
+
- **analyzer:** Fixed find variables as modules for RF > 5 ([ce787b2](https://github.com/robotcodedev/robotcode/commit/ce787b26d6fab981e432166972429aa2d0d84240))
|
34
|
+
- **langserver:** Corrected inlay hints for bdd style keyword calls ([77ce8f1](https://github.com/robotcodedev/robotcode/commit/77ce8f1147a4355ea71986408971fca4f441bee5))
|
35
|
+
- **langserver:** Only update direct references to a file, not imports if something changes ([ea24b06](https://github.com/robotcodedev/robotcode/commit/ea24b061c77de38e1f755a74979d2632970ff032))
|
36
|
+
|
37
|
+
|
38
|
+
### Features
|
39
|
+
|
40
|
+
- **analyzer:** Implemented better handling of imports of dynamic libraries ([f6b5b87](https://github.com/robotcodedev/robotcode/commit/f6b5b875daf7cd8d59d0cc46ea24a4d07b02c777))
|
41
|
+
|
42
|
+
- show also errors on in dynamic library API like in `get_keyword_documentation` and `get_keyword_arguments`
|
43
|
+
|
44
|
+
- **discover:** Rework discover commands ([87e1dd9](https://github.com/robotcodedev/robotcode/commit/87e1dd96c525c9639b2727681bac22cc4c3ca8cc))
|
45
|
+
|
46
|
+
- show statistics on all commands
|
47
|
+
- better differention of tests and tasks
|
48
|
+
- new command `tasks` to show only the tasks
|
49
|
+
- command tests show only the tests
|
50
|
+
- new arguments for `tags` command `--tests` and `--tags`
|
51
|
+
- show the type of test or task in test explorer description
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
### Performance
|
56
|
+
|
57
|
+
- **analyzer:** Restructured code for handling bdd prefixes ([96fbe90](https://github.com/robotcodedev/robotcode/commit/96fbe9064fafe0a64f82b0d95b017726d18381fb))
|
58
|
+
- **analyzer:** Optimized analysing keyword calls ([b1f0f28](https://github.com/robotcodedev/robotcode/commit/b1f0f28dfd0c7f38904ae9ecd0c247f5efec2ab1))
|
59
|
+
- **analyzer:** Cache embedded arguments and some more little perf tweaks ([3603ff6](https://github.com/robotcodedev/robotcode/commit/3603ff6395d16473fdeb1fca8de910ea3aab8de2))
|
60
|
+
- **analyzer:** Introduced some caching for parsing variables ([e39afe9](https://github.com/robotcodedev/robotcode/commit/e39afe92ef9dfd44d33537b4dec9bbec3738d116))
|
61
|
+
- **analyzer:** Implemented DataCache, cache files are now saved in pickle format by default instead of json ([f3ecc22](https://github.com/robotcodedev/robotcode/commit/f3ecc221d0018f9264c958074a7458a6e119b1f6))
|
62
|
+
|
63
|
+
|
5
64
|
## [0.94.0](https://github.com/robotcodedev/robotcode/compare/v0.93.1..v0.94.0) - 2024-10-20
|
6
65
|
|
7
66
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: robotcode
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.95.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,36 +34,36 @@ 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.
|
38
|
-
Requires-Dist: robotcode-plugin==0.
|
39
|
-
Requires-Dist: robotcode-robot==0.
|
37
|
+
Requires-Dist: robotcode-core==0.95.1
|
38
|
+
Requires-Dist: robotcode-plugin==0.95.1
|
39
|
+
Requires-Dist: robotcode-robot==0.95.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.
|
45
|
-
Requires-Dist: robotcode-debugger==0.
|
46
|
-
Requires-Dist: robotcode-language-server==0.
|
47
|
-
Requires-Dist: robotcode-repl==0.
|
48
|
-
Requires-Dist: robotcode-runner==0.
|
44
|
+
Requires-Dist: robotcode-analyze==0.95.1; extra == 'all'
|
45
|
+
Requires-Dist: robotcode-debugger==0.95.1; extra == 'all'
|
46
|
+
Requires-Dist: robotcode-language-server==0.95.1; extra == 'all'
|
47
|
+
Requires-Dist: robotcode-repl==0.95.1; extra == 'all'
|
48
|
+
Requires-Dist: robotcode-runner==0.95.1; extra == 'all'
|
49
49
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
|
50
50
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'all'
|
51
51
|
Provides-Extra: analyze
|
52
|
-
Requires-Dist: robotcode-analyze==0.
|
52
|
+
Requires-Dist: robotcode-analyze==0.95.1; extra == 'analyze'
|
53
53
|
Provides-Extra: colored
|
54
54
|
Requires-Dist: rich; extra == 'colored'
|
55
55
|
Provides-Extra: debugger
|
56
|
-
Requires-Dist: robotcode-debugger==0.
|
56
|
+
Requires-Dist: robotcode-debugger==0.95.1; extra == 'debugger'
|
57
57
|
Provides-Extra: languageserver
|
58
|
-
Requires-Dist: robotcode-language-server==0.
|
58
|
+
Requires-Dist: robotcode-language-server==0.95.1; extra == 'languageserver'
|
59
59
|
Provides-Extra: lint
|
60
60
|
Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
|
61
61
|
Provides-Extra: repl
|
62
|
-
Requires-Dist: robotcode-repl==0.
|
62
|
+
Requires-Dist: robotcode-repl==0.95.1; extra == 'repl'
|
63
63
|
Provides-Extra: rest
|
64
64
|
Requires-Dist: docutils; extra == 'rest'
|
65
65
|
Provides-Extra: runner
|
66
|
-
Requires-Dist: robotcode-runner==0.
|
66
|
+
Requires-Dist: robotcode-runner==0.95.1; extra == 'runner'
|
67
67
|
Provides-Extra: tidy
|
68
68
|
Requires-Dist: robotframework-tidy>=2.0.0; extra == 'tidy'
|
69
69
|
Provides-Extra: yaml
|
@@ -51,9 +51,9 @@ classifiers = [
|
|
51
51
|
]
|
52
52
|
requires-python = ">=3.8"
|
53
53
|
dependencies = [
|
54
|
-
"robotcode-core==0.
|
55
|
-
"robotcode-plugin==0.
|
56
|
-
"robotcode-robot==0.
|
54
|
+
"robotcode-core==0.95.1",
|
55
|
+
"robotcode-plugin==0.95.1",
|
56
|
+
"robotcode-robot==0.95.1",
|
57
57
|
]
|
58
58
|
dynamic = ["version"]
|
59
59
|
|
@@ -71,22 +71,22 @@ robotcode = "robotcode.cli.__main__:main"
|
|
71
71
|
|
72
72
|
|
73
73
|
[project.optional-dependencies]
|
74
|
-
debugger = ["robotcode-debugger==0.
|
75
|
-
languageserver = ["robotcode-language-server==0.
|
76
|
-
runner = ["robotcode-runner==0.
|
77
|
-
analyze = ["robotcode-analyze==0.
|
74
|
+
debugger = ["robotcode-debugger==0.95.1"]
|
75
|
+
languageserver = ["robotcode-language-server==0.95.1"]
|
76
|
+
runner = ["robotcode-runner==0.95.1"]
|
77
|
+
analyze = ["robotcode-analyze==0.95.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.
|
82
|
+
repl = ["robotcode-repl==0.95.1"]
|
83
83
|
colored = ["rich"]
|
84
84
|
all = [
|
85
|
-
"robotcode-debugger==0.
|
86
|
-
"robotcode-language-server==0.
|
87
|
-
"robotcode-runner==0.
|
88
|
-
"robotcode-analyze==0.
|
89
|
-
"robotcode-repl==0.
|
85
|
+
"robotcode-debugger==0.95.1",
|
86
|
+
"robotcode-language-server==0.95.1",
|
87
|
+
"robotcode-runner==0.95.1",
|
88
|
+
"robotcode-analyze==0.95.1",
|
89
|
+
"robotcode-repl==0.95.1",
|
90
90
|
"PyYAML>=5.4",
|
91
91
|
"robotframework-robocop>=2.0.0",
|
92
92
|
"robotframework-tidy>=2.0.0",
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.95.1"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.94.0"
|
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
|