~ubuntu-branches/ubuntu/wily/julia/wily

« back to all changes in this revision

Viewing changes to base/pkg/reqs.jl

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-11-17 19:32:52 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20131117193252-tkrpclguqqebqa35
Tags: 0.2.0+dfsg-3
testsuite-i386.patch: loosen the numerical precision for yet another test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    end
46
46
end
47
47
 
 
48
# TODO: shouldn't be neccessary #4648
 
49
Base.isequal(a::Line, b::Line) = (a.content == b.content)
 
50
 
48
51
# general machinery for parsing REQUIRE files
49
52
 
50
53
function read(readable::Union(IO,Base.AbstractCmd))