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

not working in octave #62

Open
mobeets opened this issue Nov 18, 2019 · 2 comments
Open

not working in octave #62

mobeets opened this issue Nov 18, 2019 · 2 comments

Comments

@mobeets
Copy link
Owner

mobeets commented Nov 18, 2019

No description provided.

@Remi-Gau
Copy link
Contributor

Test fails info from PR #65

octave 4.2.2

octave (4.2.2) fails with the following error:

error: 'webread' undefined near line 370 column 12
error: called from
    mpm>findUrlOnFileExchange at line 370 column 10
    mpm>findUrl at line 348 column 13
    mpm>findAndSetupPackage at line 134 column 17
    mpm at line 115 column 5
    test_install at line 15 column 1

In brief this version of octave is missing the webread.m function and only has the deprecated urlread.m.

Apparently this is under development: https://github.com/octave-de/octave-web

octave 5.1.0

This version of octave is also missing the webread.m function but also throws this:

error: strcmpi: nonconformant cell arrays
error: called from
    is_argname at line 534 column 11
    parse at line 403 column 9
    mpm>parseArgs at line 794 column 5
    mpm at line 71 column 17
    test_install at line 15 column 1

Not super familiar with input parsing so this is how far I got.

@mobeets
Copy link
Owner Author

mobeets commented May 5, 2020

awesome, thanks for posting these. for the latter error, is that thrown for any call to mpm, or just when installing?

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