Giter VIP home page Giter VIP logo

Comments (6)

wookay avatar wookay commented on June 17, 2024 1

your welcome! I'm closing the issue with happy.

from general.

StefanKarpinski avatar StefanKarpinski commented on June 17, 2024

The only released version of Jive doesn't have any dependencies:

https://github.com/JuliaLang/METADATA.jl/blob/metadata-v2/Jive/versions/0.1.0/requires

If you want Test in the Deps.toml file, you need it in the REQUIRE file. Currently, the project's Project.toml file is ignored and what's registered in METADATA is the source of truth, which is based on the REQUIRE file not the Project.toml file.

from general.

wookay avatar wookay commented on June 17, 2024

thank you very much!

from general.

wookay avatar wookay commented on June 17, 2024

I'm sorry to bother it again,
when I added Test to the REQUIRE file, I got failed on travis-ci for METADATA.jl.

https://travis-ci.org/JuliaLang/METADATA.jl/jobs/474972602#L506

ERROR: LoadError: package Jive v0.1.1 requires a non-registered package: Test
Stacktrace:
 [1] check_metadata(::Set{String}) at /home/travis/build/JuliaLang/METADATA.jl/.test/METADATA.jl:266
 [2] check_metadata() at /home/travis/build/JuliaLang/METADATA.jl/.test/METADATA.jl:262
 [3] top-level scope at none:0
 [4] include at ./boot.jl:317 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1044
 [6] include(::Module, ::String) at ./sysimg.jl:29
 [7] include(::String) at ./client.jl:392
 [8] top-level scope at none:0
in expression starting at /home/travis/build/JuliaLang/METADATA.jl/.test/METADATA.jl:279
The command "sh .test/ci.sh" exited with 1.

from general.

StefanKarpinski avatar StefanKarpinski commented on June 17, 2024

Ah yes, sorry, since Test is a stdlib you can't depend on it in REQUIRE. The sync script uses a regular expression to detect stdlib dependencies, I'm not sure why it's picking this one up.

from general.

StefanKarpinski avatar StefanKarpinski commented on June 17, 2024

This was actually a bug in the registry sync script. It's fixed now. Sorry for the trouble and thanks for bringing it to my attention!

from general.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.