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

classlib: move plotter deprecation into GUI subfolder #4875

Merged
merged 1 commit into from Apr 15, 2020

Conversation

mossheim
Copy link
Contributor

@mossheim mossheim commented Apr 15, 2020

Purpose and Motivation

otherwise non-GUI build breaks with an extension to non-existing class

see musikinformatik/SuperDirt#192 (comment)

FYI, in a non-GUI build any folder named "GUI" is skipped when installing the class library. it happens in the build system, here:

set(SCCLASSLIB_EXCLUDE_REGEX "${SCCLASSLIB_EXCLUDE_REGEX}|GUI")

Types of changes

  • Bug fix

To-do list

  • Code is tested - no tests needed
  • All tests are passing
  • Updated documentation - i thought we had a page on the wiki that mentioned deprecation procedure, but i
    couldn't find it. does anyone know where it is? if not i'll add a section to the reviewer instructions.
  • This PR is ready for review

otherwise non-GUI build breaks with an extension to non-existing class
@mossheim mossheim added the comp: class library SC class library label Apr 15, 2020
@mossheim mossheim mentioned this pull request Apr 15, 2020
@mossheim
Copy link
Contributor Author

i would like to add a check to CI to try launching sclang so this kind of thing can be caught in the future, but i don't have time to do it at the moment, sorry

@mossheim
Copy link
Contributor Author

mossheim commented Apr 15, 2020

you can see in this older GUI-less build of 3.11, deprecated/3.11/Plotter.sc is installed: https://travis-ci.org/github/supercollider/supercollider/jobs/673653991#L2547

in the GUI-less build from this PR, it is not: https://travis-ci.org/github/supercollider/supercollider/jobs/675151285#L2567

@dyfer dyfer merged commit cdac00d into supercollider:3.11 Apr 15, 2020
@dyfer
Copy link
Member

dyfer commented Apr 15, 2020

Thanks @brianlheim !

@mossheim mossheim deleted the topic/plotter-deprecation-fix branch April 15, 2020 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: class library SC class library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants