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 empty list input for list box (should be treated as a bang) #1683

Merged
merged 2 commits into from
Nov 28, 2022

Conversation

porres
Copy link
Contributor

@porres porres commented May 30, 2022

This closes #1682

Currently, if you send an empty list to a list box it has a distinct behaviour than a bang as it sets and outputs an empty list. This was considered a bug as discussed in #1682

This closes pure-data#1682

Currently, if you send an empty list to a list box it has a distinct behaviour than a bang as it sets and outputs an empty list. This was considered a bug as discussed in pure-data#1682
@umlaeute umlaeute added the bug/fix either a bug (for issues) or a bugfix (for pull-requests) label Sep 5, 2022
@porres porres closed this Oct 16, 2022
@porres
Copy link
Contributor Author

porres commented Oct 16, 2022

closing for a new one as this has conflicts

@umlaeute
Copy link
Contributor

closing for a new one as this has conflicts

it would be better to fix conflicts (which is a useful skill when working with git)

@porres porres reopened this Oct 17, 2022
@porres
Copy link
Contributor Author

porres commented Oct 17, 2022

hmmm, I guess I finally learned how to do it :)

@millerpuckette millerpuckette merged commit b7a2845 into pure-data:master Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/fix either a bug (for issues) or a bugfix (for pull-requests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

an empty list clears the list box instead of working as a bang
3 participants