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

Add support for class (@) folders #49

Open
cafarm opened this issue Jun 26, 2020 · 0 comments
Open

Add support for class (@) folders #49

cafarm opened this issue Jun 26, 2020 · 0 comments

Comments

@cafarm
Copy link
Member

cafarm commented Jun 26, 2020

Per Khris:

I've found myself desiring a specific enhancement where Symphony would support class folders.
If anyone else wants it, here is the change I've made on our local machines. It doesn't require recompiling Symphony-core so I've just modified our Symphony installer (.mlappinstall) rather than repackaging it. Obviously, this will revert if an update comes out.

The original line (74) is:
elseif ~isempty(name) && name(1) == '+'

And I've changed it to:
elseif ~isempty(name) && (name(1) == '+' || name(1) == '@')

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

No branches or pull requests

1 participant