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

some items in the general script are not correctly migrated from OpenSesame 3 to 4 #799

Open
dev-jam opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels

Comments

@dev-jam
Copy link
Contributor

dev-jam commented Oct 26, 2023

Some items in the experiment properties where reverting back to the previous state when changed.
It looks like code that starts with 'set' was using 'True' and 'False' in the past and is now using 'yes' and 'no'.
These values where not converted when opening an OpenSesame 3 experiment in Opensesame 4 and then saved.
I can manually change them in the general script settings.

The following items had trouble and I had to change them manually:

General settings:
set font_italic False -> no
set font_bold False -> no
set disable_garbage_collection True -> yes

Loop item
set break_if False -> never

I experienced this in all 4.0.x releases in Debian Linux.

@smathot smathot self-assigned this Oct 27, 2023
@smathot smathot added the Bug label Oct 27, 2023
@smathot
Copy link
Collaborator

smathot commented Oct 27, 2023

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants