[pull] master from robotframework:master - #145
Open
pull[bot] wants to merge 2107 commits into
Open
Conversation
Manage this branch in SquashTest this branch here: https://master-n02a3.squash.io |
Bumps the npm_and_yarn group with 2 updates in the /src/web directory: [@parcel/reporter-dev-server](https://github.com/parcel-bundler/parcel) and [minimatch](https://github.com/isaacs/minimatch). Updates `@parcel/reporter-dev-server` from 2.16.0 to 2.16.4 - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](parcel-bundler/parcel@v2.16.0...v2.16.4) Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: "@parcel/reporter-dev-server" dependency-version: 2.16.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Secret variable has a special meaning nowadays.
Instead of failing for AttributeError in `_normalize`, raise explicit KeyError if getting or deleting and TypeError if setting. Fixes #5620 i.e. accessing variables returned by `BuiltIn.get_variables` with non-string keys.
Such an import would fail anyway and in some contexts the failure is really strange. Fixes #5615.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…src/web/npm_and_yarn-be23461eb3 Bump the npm_and_yarn group across 1 directory with 2 updates
Basic functionality done and tested. Various activated plugins still need to be tested separately and documentation is also totally missing. The first part of #5304.
- Support TOC - Support linking to intro's headers - Proper tests - Refactoring This is part of #5304. Documentation is still missing and styles need some love.
The appendix about Boolean arguments is not needed anymore when docs generated with Libdoc have type information. This info was also outdated. It didn't, for example, mention translations at all. To some extend related to #5338.
No need to redefine it in Libdoc code. Also add Markdown to it as part of #5304.
Don't convert ints to floats unnecessarily. Fixes #5628.
Remove the separte Hybrid library API section and instead document how to control keyword discovery using `get_keyword_names` under the Creating keywords section. The section about controlling keyword discovery was pretty messy and it was restructured as part of this change. The first part of #5634.
Move the section about the dynamic library API from the Creating test libraries section so that it is directly under the Extending Robot Framework chapter. Fixes #5634.
Bumps the npm_and_yarn group with 1 update in the /src/web directory: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Tatu Aalto <tatu.aalto@op.fi>
Signed-off-by: shaurya2k06 <shaurya2k06@gmail.com>
Root cause: Embedded argument patterns use .*? as the default
regex for ${var} placeholders. Without re.DOTALL, . doesn't match
\n, so fullmatch() fails when the resolved keyword name contains
newlines (e.g. mykw "foo\nbar"). Adding re.DOTALL makes . match any
character including newlines — safe here since fullmatch anchors
the match to the full name anyway
Add multiline variables to Run Keyword test data
Ealier it quotes `"` as `"` in normal HTML, but nowadays it leaves them out. Avoid problems by not including the quote in tested string at all.
Related to #5709. --------- Co-authored-by: Vincent <vincent.verbeek@cbr.nl>
This avoids error on Windows when `Wait For Process` is used as part of a pipeline. Fixes #5799.
Most basic and also not so basic features are supported. Todo: - Support recursive type aliases. At least don't crash. - Refactor code. - Documentation. - Store alias name and use it with Libdoc. Part of #5760.
) Part of #5709. Signed-off-by: shaurya2k06 <shaurya2k06@gmail.com>
Enhancements are mostly related to how new argument, return value and exception documentation is shown (#5604). Also various other bigger and smaller enhancements.
Recursion is detected when aliases are resolved and recursive parts are replaced with a `RecursiveAlias` object. In type conversion these objects are then handled separately so that recursion works there as well. Part of #5760.
- Restore compatibility with Python < 3.12 - Fix Libdoc with recursive type aliases - Add Libdoc tests The new tests now validate that aliases have been unwrapped correctly. They need to be modified if we later store also the alias name. Part of #5760.
Part of #5709. Co-authored-by: Vincent <vincent.verbeek@cbr.nl>
The main motivation is having less occurrences of `return cls(...)` to make it easier to change them to `return cls(..., alias=alias)`. That is needed for proper `type` statement support (#5760).
The only usage outside `robottypes` where it was defined was removed in the previous commit and it isn't really needed in `robottypes` either. Better to deprecate it now and remove later. Issue #5639 covers all `robot.utils` deprecations in RF 7.5.
To some extend related to #5709. Also, make doc strings using `\` raw strings to avoid escaping like `\\`.
Related to #5709.
Part of Markdown support (#5304).
These arguments will be renamed to `list` and `time`, respectively, in Robot Framework 8.0. Recommend passing arguments positionally instead of using the named argument syntax. Fixes #5763.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )