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

Reference to non-existent field 'allpaths'. #61

Closed
Remi-Gau opened this issue Nov 16, 2019 · 3 comments
Closed

Reference to non-existent field 'allpaths'. #61

Remi-Gau opened this issue Nov 16, 2019 · 3 comments

Comments

@Remi-Gau
Copy link
Contributor

Hey,

Tried to run this :

mpm install -i /home/remi/github/my_project/dependencies.txt --allpaths -c my_collection

with the /home/remi/github/my_project/dependencies.txt simply containing: JSONio

and I get this:

Reference to non-existent field 'allpaths'.

Error in mpm>readRequirementsFile (line 1002)
        if opts.allpaths && ~isempty(strfind(line, ' --allpaths'))

Error in mpm (line 82)
        readRequirementsFile(opts.infile, opts);

Seems that parseArgs store the info for --allpaths in pkg and not in opt `opt'

Or am I doing something wrong?

@mobeets
Copy link
Owner

mobeets commented Nov 16, 2019

Good catch! Should work now

e7d6964

@mobeets mobeets closed this as completed Nov 16, 2019
@Remi-Gau
Copy link
Contributor Author

It works. Awesome. Thanks.

I mentioned octave compatibility a while back on twitter but never got around to try it.

Just tried a couple of things. It seems that it is not yet compatible. Is that something you would be keen on working on in the future? I don't have much time but I could it bit by bit here and there.

@mobeets
Copy link
Owner

mobeets commented Nov 18, 2019

Yeah that's right, good idea. I'll create an issue for that, and hopefully get to it at some point! Whenever you get a chance, if you could leave a note about which error messages you get when you run in octave, or how things break, that would be really helpful.

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

No branches or pull requests

2 participants