Skip to content
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

Fix assigning string value to Set #903

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Fix assigning string value to Set #903

merged 1 commit into from
Apr 19, 2024

Conversation

azjps
Copy link
Collaborator

@azjps azjps commented Apr 18, 2024

Assigning a string value to a Set trait used to implicitly cast to a set containing the string, but it accidentally was changed to become the set of the string's characters after #883. Fix this and add a unit test.

Fixes #887 #891.

Assigning a string value to a Set trait used to implicitly
cast to a set containing the string, but it accidentally
became a set of the string's characters after ipython#883. Fix this
and add a unit test.
@azjps azjps requested a review from blink1073 April 18, 2024 23:10
@azjps azjps added the bug label Apr 18, 2024
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@blink1073 blink1073 merged commit 5cf34f6 into ipython:main Apr 19, 2024
27 of 30 checks passed
kraj added a commit to YoeDistro/meta-openembedded that referenced this pull request Apr 19, 2024
Bring ipython/traitlets#903
on top of 5.14.2 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit to openembedded/meta-openembedded that referenced this pull request Apr 21, 2024
Bring ipython/traitlets#903
on top of 5.14.2 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
daregit pushed a commit to daregit/yocto-combined that referenced this pull request May 22, 2024
Bring ipython/traitlets#903
on top of 5.14.2 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade from traitlets 5.11.2 to 5.12.0 broke script
2 participants