Giter Site home page Giter Site logo

crates.nvim's Introduction

banner

Hello, I am a Rust developer that loves making some Neovim Lua plugins.

Projects I am maintaining currently:

Projects that I maintain, but taking a break from:

Abandoned projects that I'd like to work on:

Finished projects:

crates.nvim's People

Contributors

n-shift avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

crates.nvim's Issues

Dependencies marked as out of date when they really arent

Because of some rules stated here about how cargo pulls versions from crates.io, some dependencies may be marked as out of date, when in reality, they just aren't.

For example, if you have on your Cargo.toml tokio = "1.0", it will be marked as being out of date, but in reality, if you do cargo update and check the lock file, tokio will be on 1.10.0, the latest version, as cargo will pull the latest not-breaking matching version, rather than the exact one specified, unless "=1.0.0" is used, in that case it will actually pull that version. The same story happens with zerover on the second number, serenity = "0.10.2" will be marked as out of date, but cargo will pull 0.10.9 anyway.

https://deps.rs/repo/gitlab/vicky5124/robo-arc
deps.rs checks the lock file because of this, to make sure the current version is actually the latest, as well, as parsing the toml file versions the same way cargo does.

Error when there is a local crate:

Given:

[dependencies]
clap = "2"
foo = { path = "crates/foo" }

This error is thrown:

Error detected while processing BufWinEnter Autocommands for "*":
E5108: Error executing lua .../packer/opt/crates.nvim/lua/crates/modules/core/show.lua:70: attempt to index local 'crate_info' (a nil value)

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.