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

WinRPM is broken due to readlines(IOStream, Function) #22

Closed
ncnc opened this issue Mar 29, 2014 · 2 comments
Closed

WinRPM is broken due to readlines(IOStream, Function) #22

ncnc opened this issue Mar 29, 2014 · 2 comments

Comments

@ncnc
Copy link

ncnc commented Mar 29, 2014

I just tried a clean nightly install on Windows and wasn't able to install binary packages.

It seems WinRPM init() does the following:

        global const sources = filter!(readlines(f,chomp)) do l
            return !isempty(l) && l[1] != '#'
        end

The two-argument readlines() call was recently removed, see the commit JuliaLang/julia@be68a11 and related discussion JuliaLang/julia#6114

@ihnorton
Copy link
Member

Fixed in 8a6be01. Thanks for your report!

@ncnc
Copy link
Author

ncnc commented Mar 29, 2014

Thanks, that was quick. Works for me again now.

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