-
Notifications
You must be signed in to change notification settings - Fork 91
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
move private code to private subdirectory #14
Comments
I like this idea. I would welcome a pull request. What does everyone else think? Do you know what version of MATLAB introduced the “private/“ functionality? |
It exists at least in r2007b (the version I am using). |
Very good. There's only one reason I can think of for not doing this: this is not considered the effort official repository. The folks at Lehigh University might not want to make the same change back on their local copy. I am not sure that a change this big merits a full fork. |
I suppose a user is free to unzip the archive in a directory called |
No unit tests. It would certainly be a good idea. |
Arguably none of the code here other than
sedumi.m
is needed by the end user. However, having a file with an innocuous name likeddot.m
orvec.m
in this directory means an end user can accidentally put a 'homonym' file somewhere in their path which causes a bug or gremlin. The solution would be to put all code other thansedumi.m
and possibly the example problems inconversion
into a subdirectory calledprivate
.The text was updated successfully, but these errors were encountered: