You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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:
Seems that
parseArgs
store the info for--allpaths
inpkg
and not in opt `opt'Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: