LiveServer

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 1 minute, 19 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Crayons ───────────── v4.0.1
 Installed Parsers ───────────── v0.3.10
 Installed MbedTLS ───────────── v0.7.0
 Installed BinaryProvider ────── v0.5.8
 Installed HTTP ──────────────── v0.8.8
 Installed JSON ──────────────── v0.21.0
 Installed LiveServer ────────── v0.3.5
 Installed Documenter ────────── v0.24.2
 Installed IniFile ───────────── v0.5.0
 Installed DocStringExtensions ─ v0.8.1
  Updating `~/.julia/environments/v1.2/Project.toml`
  [16fef848] + LiveServer v0.3.5
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [a8cc5b0e] + Crayons v4.0.1
  [ffbed154] + DocStringExtensions v0.8.1
  [e30172f5] + Documenter v0.24.2
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [16fef848] + LiveServer v0.3.5
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [7b1f6079] + FileWatching 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing LiveServer
    Status `/tmp/jl_5mtHCP/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [a8cc5b0e] Crayons v4.0.1
  [ffbed154] DocStringExtensions v0.8.1
  [e30172f5] Documenter v0.24.2
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [16fef848] LiveServer v0.3.5
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary:                | Pass  Total
utils/servedocs-callback     |   11     11

⚠ Deliberately causing an error to be displayed and handled...

┌ Error: I didn't find a docs/ or docs/src/ folder.
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/utils.jl:50
┌ Error: I didn't find the provided literate folder docs.
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/utils.jl:61
Test Summary:                | Pass  Total
utils/servedocs-scan-docs    |    6      6
Test Summary:                | Pass  Total
Misc utils                   |    4      4
Test Summary:                | Pass  Total
utils/servedocs_literate     |    4      4
Test Summary:                | Pass  Total
Watcher/WatchedFile struct   |    8      8
Test Summary:                | Pass  Total
Watcher/SimpleWatcher struct |   10     10

⚠ Deliberately causing an error to be displayed and handled...

┌ Error: An error happened whilst watching files; shutting down. Error was: MethodError(log, ("/tmp/jl_sIDSyn/file1",), 0x00000000000065ca)
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/file_watching.jl:106
Test Summary:                | Pass  Total
Watcher/watch  file routines |   14     14
Test Summary:                | Pass  Total
Server/Paths                 |    3      3
✓ LiveServer listening on http://localhost:8123/ ...
  (use CTRL+C to shut down)
Test Summary:                | Pass  Total
Server/Step-by-step testing  |   23     23
Test Summary:                | Pass  Total
Server/ws_upgrade testing    |    4      4
Test Summary:                | Pass  Total
Server/ws_tracker testing    |   10     10
   Testing LiveServer tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 1 minute, 12 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ───────────── v0.5.0
 Installed MbedTLS ───────────── v0.7.0
 Installed HTTP ──────────────── v0.8.8
 Installed BinaryProvider ────── v0.5.8
 Installed DocStringExtensions ─ v0.8.1
 Installed JSON ──────────────── v0.21.0
 Installed LiveServer ────────── v0.3.5
 Installed Documenter ────────── v0.24.2
 Installed Parsers ───────────── v0.3.10
 Installed Crayons ───────────── v4.0.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [16fef848] + LiveServer v0.3.5
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [a8cc5b0e] + Crayons v4.0.1
  [ffbed154] + DocStringExtensions v0.8.1
  [e30172f5] + Documenter v0.24.2
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [16fef848] + LiveServer v0.3.5
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [7b1f6079] + FileWatching 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing LiveServer
    Status `/tmp/jl_QClcfz/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [a8cc5b0e] Crayons v4.0.1
  [ffbed154] DocStringExtensions v0.8.1
  [e30172f5] Documenter v0.24.2
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [16fef848] LiveServer v0.3.5
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary:                | Pass  Total
utils/servedocs-callback     |   11     11

⚠ Deliberately causing an error to be displayed and handled...

┌ Error: I didn't find a docs/ or docs/src/ folder.
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/utils.jl:50
┌ Error: I didn't find the provided literate folder docs.
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/utils.jl:61
Test Summary:                | Pass  Total
utils/servedocs-scan-docs    |    6      6
Test Summary:                | Pass  Total
Misc utils                   |    4      4
Test Summary:                | Pass  Total
utils/servedocs_literate     |    4      4
Test Summary:                | Pass  Total
Watcher/WatchedFile struct   |    8      8
Test Summary:                | Pass  Total
Watcher/SimpleWatcher struct |   10     10

⚠ Deliberately causing an error to be displayed and handled...

┌ Error: An error happened whilst watching files; shutting down. Error was: MethodError(log, ("/tmp/jl_0A2KsK/file1",), 0x000000000000688d)
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/file_watching.jl:106
Test Summary:                | Pass  Total
Watcher/watch  file routines |   14     14
Test Summary:                | Pass  Total
Server/Paths                 |    3      3
✓ LiveServer listening on http://localhost:8123/ ...
  (use CTRL+C to shut down)
Test Summary:                | Pass  Total
Server/Step-by-step testing  |   23     23
Test Summary:                | Pass  Total
Server/ws_upgrade testing    |    4      4
Test Summary:                | Pass  Total
Server/ws_tracker testing    |   10     10
   Testing LiveServer tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 1 minute, 9 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Crayons ───────────── v4.0.1
 Installed IniFile ───────────── v0.5.0
 Installed BinaryProvider ────── v0.5.8
 Installed HTTP ──────────────── v0.8.8
 Installed DocStringExtensions ─ v0.8.1
 Installed JSON ──────────────── v0.21.0
 Installed LiveServer ────────── v0.3.5
 Installed Documenter ────────── v0.24.2
 Installed Parsers ───────────── v0.3.10
 Installed MbedTLS ───────────── v0.7.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [16fef848] + LiveServer v0.3.5
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [a8cc5b0e] + Crayons v4.0.1
  [ffbed154] + DocStringExtensions v0.8.1
  [e30172f5] + Documenter v0.24.2
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [16fef848] + LiveServer v0.3.5
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [7b1f6079] + FileWatching 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing LiveServer
    Status `/tmp/jl_mFMhGC/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [a8cc5b0e] Crayons v4.0.1
  [ffbed154] DocStringExtensions v0.8.1
  [e30172f5] Documenter v0.24.2
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [16fef848] LiveServer v0.3.5
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary:                | Pass  Total
utils/servedocs-callback     |   11     11

⚠ Deliberately causing an error to be displayed and handled...

┌ Error: I didn't find a docs/ or docs/src/ folder.
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/utils.jl:50
┌ Error: I didn't find the provided literate folder docs.
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/utils.jl:61
Test Summary:                | Pass  Total
utils/servedocs-scan-docs    |    6      6
Test Summary:                | Pass  Total
Misc utils                   |    4      4
Test Summary:                | Pass  Total
utils/servedocs_literate     |    4      4
Test Summary:                | Pass  Total
Watcher/WatchedFile struct   |    8      8
Test Summary:                | Pass  Total
Watcher/SimpleWatcher struct |   10     10

⚠ Deliberately causing an error to be displayed and handled...

┌ Error: An error happened whilst watching files; shutting down. Error was: MethodError(log, ("/tmp/jl_ii2S0d/file1",), 0x0000000000006895)
└ @ LiveServer ~/.julia/packages/LiveServer/OCd5k/src/file_watching.jl:106
Test Summary:                | Pass  Total
Watcher/watch  file routines |   14     14
Test Summary:                | Pass  Total
Server/Paths                 |    3      3
✓ LiveServer listening on http://localhost:8123/ ...
  (use CTRL+C to shut down)
Test Summary:                | Pass  Total
Server/Step-by-step testing  |   23     23
Test Summary:                | Pass  Total
Server/ws_upgrade testing    |    4      4
Test Summary:                | Pass  Total
Server/ws_tracker testing    |   10     10
   Testing LiveServer tests passed