Skip to content

Instantly share code, notes, and snippets.

@TotalVerb
Created September 9, 2016 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TotalVerb/d81e7fff617d315f51ecd019aac4f553 to your computer and use it in GitHub Desktop.
Save TotalVerb/d81e7fff617d315f51ecd019aac4f553 to your computer and use it in GitHub Desktop.
failed doctests
make: Entering directory '/home/fengyang/Documents/OSS/julia/doc'
PATH=":/home/fengyang/.npm-packages/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/fengyang/.local/bin" . ./../deps/build/julia-env/bin/activate && sphinx-build -b doctest -d ./_build/doctrees /home/fengyang/Documents/OSS/julia/doc ./_build/doctest
Running Sphinx v1.4.5
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [doctest]: targets for 86 source files that are out of date
updating environment: 0 added, 84 changed, 0 removed
reading sources... [100%] stdlib/test
/home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst:67: WARNING: duplicate object description of Base.length, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst:257: WARNING: duplicate object description of Base.getindex, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst:579: WARNING: duplicate object description of Base.setindex!, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst:1673: WARNING: duplicate object description of Base.reverse, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst:1867: WARNING: duplicate object description of Base.full, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/linalg.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst:240: WARNING: duplicate object description of Base.===, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst:240: WARNING: duplicate object description of Base.≡, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst:528: WARNING: duplicate object description of Base.sizeof, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst:767: WARNING: duplicate object description of Base.parse, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/numbers.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst:788: WARNING: duplicate object description of Base.get, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst:843: WARNING: duplicate object description of Base.kill, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/parallel.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/c.rst:115: WARNING: duplicate object description of Base.unsafe_wrap, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst:250: WARNING: duplicate object description of Base.length, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst:981: WARNING: duplicate object description of Base.getindex, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst:987: WARNING: duplicate object description of Base.setindex!, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst:1071: WARNING: duplicate object description of Base.get, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/io-network.rst:124: WARNING: duplicate object description of Base.close, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/parallel.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/io-network.rst:916: WARNING: duplicate object description of Base.connect, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/parallel.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/linalg.rst:16: WARNING: duplicate object description of Base.*, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/linalg.rst:22: WARNING: duplicate object description of Base.\, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/linalg.rst:113: WARNING: duplicate object description of Base.full, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst:33: WARNING: duplicate object description of Base.*, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/linalg.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst:47: WARNING: duplicate object description of Base.\, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/linalg.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst:54: WARNING: duplicate object description of Base.^, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst:376: WARNING: duplicate object description of Base.===, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst:376: WARNING: duplicate object description of Base.≡, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/numbers.rst:79: WARNING: duplicate object description of Base.parse, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/parallel.rst:408: WARNING: duplicate object description of Base.close, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/io-network.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/parallel.rst:951: WARNING: duplicate object description of Base.kill, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/parallel.rst:963: WARNING: duplicate object description of Base.connect, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/io-network.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst:7: WARNING: duplicate object description of Base.length, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/collections.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst:13: WARNING: duplicate object description of Base.sizeof, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst:24: WARNING: duplicate object description of Base.*, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst:35: WARNING: duplicate object description of Base.^, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/math.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst:84: WARNING: duplicate object description of Base.unsafe_wrap, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/c.rst, use :noindex: for one of them
/home/fengyang/Documents/OSS/julia/doc/stdlib/strings.rst:279: WARNING: duplicate object description of Base.reverse, other instance in /home/fengyang/Documents/OSS/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
running tests...
Document: manual/interfaces
---------------------------
1 items passed all tests:
22 tests in default
22 tests in 1 items.
22 passed and 0 failed.
Test passed.
Document: manual/parallel-computing
-----------------------------------
1 items passed all tests:
5 tests in default
5 tests in 1 items.
5 passed and 0 failed.
Test passed.
Document: stdlib/sort
---------------------
1 items passed all tests:
11 tests in default
11 tests in 1 items.
11 passed and 0 failed.
Test passed.
Document: manual/methods
------------------------
2 items passed all tests:
43 tests in default
6 tests in unambiguous
49 tests in 2 items.
49 passed and 0 failed.
Test passed.
Document: manual/variables-and-scoping
--------------------------------------
1 items passed all tests:
5 tests in default
5 tests in 1 items.
5 passed and 0 failed.
Test passed.
Document: manual/stacktraces
----------------------------
**********************************************************************
File "manual/stacktraces.rst", line 31, in default
Failed example:
example()
Expected:
11-element Array{StackFrame,1}:
in example() at none:1
in eval(::Module, ::Any) at boot.jl:234
...
Got:
6-element Array{StackFrame,1}:
in example() at none:1
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in _start() at client.jl:363
**********************************************************************
File "manual/stacktraces.rst", line 46, in default
Failed example:
grandparent()
Expected:
13-element Array{StackFrame,1}:
in child() at none:1
in parent() at none:1
in grandparent() at none:1
...
Got:
8-element Array{StackFrame,1}:
in child() at none:1
in parent() at none:1
in grandparent() at none:1
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in _start() at client.jl:363
**********************************************************************
File "manual/stacktraces.rst", line 151, in catch-stacktrace
Failed example:
example()
Expected:
12-element Array{StackFrame,1}:
in bad_function() at none:1
in example() at none:2
...
Got:
7-element Array{StackFrame,1}:
in bad_function() at none:1
in example() at none:2
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in _start() at client.jl:363
**********************************************************************
File "manual/stacktraces.rst", line 177, in catch-stacktrace-demo
Failed example:
grandparent()
Expected:
ERROR: Whoops!
13-element Array{StackFrame,1}:
in child() at none:1
in parent() at none:1
in grandparent() at none:3
...
Got:
ERROR: Whoops!
8-element Array{StackFrame,1}:
in child() at none:1
in parent() at none:1
in grandparent() at none:3
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in _start() at client.jl:363
**********************************************************************
File "manual/stacktraces.rst", line 122, in error-handling
Failed example:
example()
Expected:
11-element Array{StackFrame,1}:
in example() at none:4
in eval(::Module, ::Any) at boot.jl:234
...
Got:
6-element Array{StackFrame,1}:
in example() at none:4
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in eval(::Module, ::Any) at boot.jl:234
in eval_user_input(::Any, ::Bool) at client.jl:117
in _start() at client.jl:363
**********************************************************************
4 items had failures:
1 of 3 in catch-stacktrace
1 of 4 in catch-stacktrace-demo
2 of 16 in default
1 of 3 in error-handling
26 tests in 4 items.
21 passed and 5 failed.
***Test Failed*** 5 failures.
Document: manual/variables
--------------------------
1 items passed all tests:
18 tests in default
18 tests in 1 items.
18 passed and 0 failed.
Test passed.
Document: manual/dates
----------------------
1 items passed all tests:
7 tests in default
7 tests in 1 items.
7 passed and 0 failed.
Test passed.
Document: devdocs/types
-----------------------
2 items passed all tests:
62 tests in default
1 tests in s
63 tests in 2 items.
63 passed and 0 failed.
Test passed.
Document: manual/interacting-with-julia
---------------------------------------
1 items passed all tests:
3 tests in default
3 tests in 1 items.
3 passed and 0 failed.
Test passed.
Document: manual/control-flow
-----------------------------
**********************************************************************
File "manual/control-flow.rst", line 367, in default
Failed example:
fact(-1)
Expected:
ERROR: n must be non-negative
in fact(::Int64) at ./none:2
...
Got:
ERROR: n must be non-negative
in fact(::Int64) at ./none:4
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in _start() at ./client.jl:363
**********************************************************************
File "manual/control-flow.rst", line 665, in default
Failed example:
sqrt(-1)
Expected:
ERROR: DomainError:
sqrt will only return a complex result if called with a complex argument. Try sqrt(complex(x)).
in sqrt(::Int64) at ./math.jl:258
...
Got:
ERROR: DomainError:
sqrt will only return a complex result if called with a complex argument. Try sqrt(complex(x)).
in sqrt(::Int64) at ./math.jl:252
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in _start() at ./client.jl:363
**********************************************************************
File "manual/control-flow.rst", line 770, in default
Failed example:
verbose_fussy_sqrt(-1)
Expected:
before fussy_sqrt
ERROR: negative x not allowed
in fussy_sqrt at ./none:1 [inlined]
in verbose_fussy_sqrt(::Int64) at ./none:3
...
Got:
before fussy_sqrt
ERROR: negative x not allowed
in verbose_fussy_sqrt(::Int64) at ./none:5
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in _start() at ./client.jl:363
6 items passed all tests:
3 tests in bad-leaky
3 tests in domain-error
1 tests in leaky
4 tests in ternary-operator
2 tests in throw-function
3 tests in try-catch
**********************************************************************
1 items had failures:
3 of 78 in default
94 tests in 7 items.
91 passed and 3 failed.
***Test Failed*** 3 failures.
Document: stdlib/base
---------------------
1 items passed all tests:
40 tests in default
40 tests in 1 items.
40 passed and 0 failed.
Test passed.
Document: manual/functions
--------------------------
2 items passed all tests:
39 tests in default
2 tests in f-plus
41 tests in 2 items.
41 passed and 0 failed.
Test passed.
Document: manual/documentation
------------------------------
Document: manual/constructors
-----------------------------
1 items passed all tests:
30 tests in default
30 tests in 1 items.
30 passed and 0 failed.
Test passed.
Document: manual/complex-and-rational-numbers
---------------------------------------------
**********************************************************************
File "manual/complex-and-rational-numbers.rst", line 158, in default
Failed example:
sqrt(-1)
Expected:
ERROR: DomainError:
sqrt will only return a complex result if called with a complex argument. Try sqrt(complex(x)).
in sqrt(::Int64) at ./math.jl:258
...
Got:
ERROR: DomainError:
sqrt will only return a complex result if called with a complex argument. Try sqrt(complex(x)).
in sqrt(::Int64) at ./math.jl:252
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in _start() at ./client.jl:363
**********************************************************************
1 items had failures:
1 of 69 in default
69 tests in 1 items.
68 passed and 1 failed.
***Test Failed*** 1 failures.
Document: manual/running-external-programs
------------------------------------------
1 items passed all tests:
28 tests in default
28 tests in 1 items.
28 passed and 0 failed.
Test passed.
Document: manual/arrays
-----------------------
2 items passed all tests:
2 tests in array-rand
33 tests in default
35 tests in 2 items.
35 passed and 0 failed.
Test passed.
Document: stdlib/arrays
-----------------------
1 items passed all tests:
173 tests in default
173 tests in 1 items.
173 passed and 0 failed.
Test passed.
Document: manual/types
----------------------
4 items passed all tests:
85 tests in default
3 tests in foo-func
4 tests in real-pointy
2 tests in value-types
94 tests in 4 items.
94 passed and 0 failed.
Test passed.
Document: stdlib/io-network
---------------------------
1 items passed all tests:
3 tests in default
3 tests in 1 items.
3 passed and 0 failed.
Test passed.
Document: manual/metaprogramming
--------------------------------
1 items passed all tests:
61 tests in default
61 tests in 1 items.
61 passed and 0 failed.
Test passed.
Document: stdlib/test
---------------------
1 items passed all tests:
6 tests in default
6 tests in 1 items.
6 passed and 0 failed.
Test passed.
Document: stdlib/strings
------------------------
1 items passed all tests:
30 tests in default
30 tests in 1 items.
30 passed and 0 failed.
Test passed.
Document: stdlib/collections
----------------------------
**********************************************************************
File "stdlib/collections.rst", line 1497, in default
Failed example:
deleteat!([6, 5, 4, 3, 2, 1], (2, 2))
Expected:
ERROR: ArgumentError: indices must be unique and sorted
in deleteat!(::Array{Int64,1}, ::Tuple{Int64,Int64}) at ./array.jl:724
...
Got:
ERROR: ArgumentError: indices must be unique and sorted
in deleteat!(::Array{Int64,1}, ::Tuple{Int64,Int64}) at ./array.jl:727
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in _start() at ./client.jl:363
**********************************************************************
1 items had failures:
1 of 115 in default
115 tests in 1 items.
114 passed and 1 failed.
***Test Failed*** 1 failures.
Document: manual/style-guide
----------------------------
1 items passed all tests:
12 tests in default
12 tests in 1 items.
12 passed and 0 failed.
Test passed.
Document: manual/calling-c-and-fortran-code
-------------------------------------------
1 items passed all tests:
2 tests in default
2 tests in 1 items.
2 passed and 0 failed.
Test passed.
Document: stdlib/dates
----------------------
1 items passed all tests:
9 tests in default
9 tests in 1 items.
9 passed and 0 failed.
Test passed.
Document: stdlib/numbers
------------------------
1 items passed all tests:
30 tests in default
30 tests in 1 items.
30 passed and 0 failed.
Test passed.
Document: stdlib/linalg
-----------------------
1 items passed all tests:
68 tests in default
68 tests in 1 items.
68 passed and 0 failed.
Test passed.
Document: stdlib/file
---------------------
1 items passed all tests:
11 tests in default
11 tests in 1 items.
11 passed and 0 failed.
Test passed.
Document: manual/performance-tips
---------------------------------
1 items passed all tests:
32 tests in default
32 tests in 1 items.
32 passed and 0 failed.
Test passed.
Document: manual/conversion-and-promotion
-----------------------------------------
**********************************************************************
File "manual/conversion-and-promotion.rst", line 92, in default
Failed example:
a = Any[1 2 3; 4 5 6]
Expected:
2x3 Array{Any,2}:
1 2 3
4 5 6
Got:
2×3 Array{Any,2}:
1 2 3
4 5 6
**********************************************************************
File "manual/conversion-and-promotion.rst", line 97, in default
Failed example:
convert(Array{Float64}, a)
Expected:
2x3 Array{Float64,2}:
1.0 2.0 3.0
4.0 5.0 6.0
Got:
2×3 Array{Float64,2}:
1.0 2.0 3.0
4.0 5.0 6.0
**********************************************************************
1 items had failures:
2 of 22 in default
22 tests in 1 items.
20 passed and 2 failed.
***Test Failed*** 2 failures.
Document: devdocs/reflection
----------------------------
1 items passed all tests:
7 tests in default
7 tests in 1 items.
7 passed and 0 failed.
Test passed.
Document: stdlib/math
---------------------
1 items passed all tests:
57 tests in default
57 tests in 1 items.
57 passed and 0 failed.
Test passed.
Document: manual/mathematical-operations
----------------------------------------
**********************************************************************
File "manual/mathematical-operations.rst", line 427, in default
Failed example:
round(Int8,127.6)
Expected:
ERROR: InexactError()
in trunc(::Type{Int8}, ::Float64) at ./float.jl:463
in round(::Type{Int8}, ::Float64) at ./float.jl:211
...
Got:
ERROR: InexactError()
in trunc(::Type{Int8}, ::Float64) at ./float.jl:464
in round(::Type{Int8}, ::Float64) at ./float.jl:211
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in eval(::Module, ::Any) at ./boot.jl:234
in eval_user_input(::Any, ::Bool) at ./client.jl:117
in _start() at ./client.jl:363
**********************************************************************
1 items had failures:
1 of 46 in default
46 tests in 1 items.
45 passed and 1 failed.
***Test Failed*** 1 failures.
Document: manual/strings
------------------------
1 items passed all tests:
98 tests in default
98 tests in 1 items.
98 passed and 0 failed.
Test passed.
Document: manual/integers-and-floating-point-numbers
----------------------------------------------------
1 items passed all tests:
98 tests in default
98 tests in 1 items.
98 passed and 0 failed.
Test passed.
Doctest summary
===============
1520 tests
13 failures in tests
0 failures in setup code
0 failures in cleanup code
build finished with problems, 36 warnings.
Makefile:176: recipe for target 'doctest' failed
make: *** [doctest] Error 1
make: Leaving directory '/home/fengyang/Documents/OSS/julia/doc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment