-
-
Couldn't load subscription status.
- Fork 8.6k
toml: warn about upcoming change enforcing string to have quotes #14491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
…es (SeleniumHQ#14491) Co-authored-by: Puja Jagani <[email protected]>
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
This adds a warning stated in #14470 which tells about the future change. Strings in TOML now need to have quotes
Motivation and Context
Warning to help migration from old TOML parser to the new parser
Types of changes
Checklist
PR Type
enhancement
Description
TomlConfigclass to provide warnings.Changes walkthrough 📝
TomlConfig.java
Add warning for future TOML string quoting requirementjava/src/org/openqa/selenium/grid/config/TomlConfig.java
TomlConfigclass.