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

[core/clipboard]Clipboard: fixes for nspaste #6178

Merged
merged 1 commit into from Mar 5, 2019
Merged

[core/clipboard]Clipboard: fixes for nspaste #6178

merged 1 commit into from Mar 5, 2019

Conversation

tito
Copy link
Member

@tito tito commented Mar 5, 2019

Also ncludes fixes for clipboard tests as they weren't working alone, SDL2 requires initialization/Window to work, but not nspaste. This allow also to run the test by itself.

This wasn't seen before because they were no test about testing if the content of the copy() is returned in paste(). Before paste() was just empty.

Fixes #6170

+ includes fixes for clipboard tests, they weren't working alone, SDL2 requires initialization/Window to work, but not nspaste. This allow also to run the test by itself.
This wasn't seen before because they were no test about testing if the content of the copy() is returned in paste(). Before paste() was just empty.
@tito tito added this to To do in Mathieu's backlog via automation Mar 5, 2019
@tito tito moved this from To do to In progress in Mathieu's backlog Mar 5, 2019
Mathieu's backlog automation moved this from In progress to Waiting CI Mar 5, 2019
@tito tito merged commit e5e2114 into master Mar 5, 2019
Mathieu's backlog automation moved this from Waiting CI to Done Mar 5, 2019
@tito tito deleted the fix-6170 branch March 5, 2019 15:04
@matham matham changed the title Clipboard: fixes for nspaste [core/clipboard]Clipboard: fixes for nspaste May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

MacOS: Clipboard nspaste make app crash when copying text
2 participants