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

Small fix for people with a custom startup.jl #165

Merged
merged 1 commit into from
May 2, 2022

Conversation

el-oso
Copy link
Contributor

@el-oso el-oso commented Aug 12, 2021

ERROR: LoadError: ArgumentError: Package OhMyREPL not found in current path:
- Run `import Pkg; Pkg.add("OhMyREPL")` to install the OhMyREPL package.

Stacktrace:
 [1] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:893
in expression starting at /home/el_oso/.julia/config/startup.jl:19
listlinks.jl: Test Failed at /home/el_oso/.julia/packages/EzXML/ZNwhK/test/runtests.jl:1382
  Expression: false
Stacktrace:
 [1] macro expansion
   @ ~/.julia/packages/EzXML/ZNwhK/test/runtests.jl:1382 [inlined]
 [2] macro expansion
   @ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined]
 [3] (::var"#13#14")()
   @ Main ~/.julia/packages/EzXML/ZNwhK/test/runtests.jl:1377
Test Summary:  | Fail  Total
Examples       |    3      3
  primates.jl  |    1      1
  julia2xml.jl |    1      1
  listlinks.jl |    1      1
ERROR: LoadError: Some tests did not pass: 0 passed, 3 failed, 0 errored, 0 broken.
in expression starting at /home/el_oso/.julia/packages/EzXML/ZNwhK/test/runtests.jl:1351
ERROR: Package EzXML errored during testing

This fixes these kind of errors due to the lack of --startup-file=no on the julia command line

@codecov
Copy link

codecov bot commented Aug 12, 2021

Codecov Report

Merging #165 (c0611c0) into master (8cc2855) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #165   +/-   ##
=======================================
  Coverage   96.94%   96.94%           
=======================================
  Files           7        7           
  Lines         885      885           
=======================================
  Hits          858      858           
  Misses         27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cc2855...c0611c0. Read the comment docs.

@timholy timholy merged commit 6ee50cf into JuliaIO:master May 2, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants