Giter Site home page Giter Site logo

TODO checklist for git about plenary.nvim HOT 3 CLOSED

nvim-lua avatar nvim-lua commented on August 13, 2024
TODO checklist for git

from plenary.nvim.

Comments (3)

Conni2461 avatar Conni2461 commented on August 13, 2024

I am not sure what this issue trying to tell me? Do you want or need a mature git module. Because kinda abandon it for now. You could have commented this on the PR. You can also pick up the PR if you want to :)

interpret_gitignore (in scandir.lua)

Isn't done yet. It doesn't work for more advanced cases like this:

bin/
!bin/super_important

# Or i think this should also not work
**/asdf

from plenary.nvim.

matu3ba avatar matu3ba commented on August 13, 2024

I am not sure what this issue trying to tell me? Do you want or need a mature git module. Because kinda abandon it for now. You could have commented this on the PR. You can also pick up the PR if you want to :)

Ok.Yeah, I do see luagit is a very WIP. So that does not look feasible/useful. Closing.

from plenary.nvim.

Conni2461 avatar Conni2461 commented on August 13, 2024

So that does not look feasible/useful.

If you need some git functions. You should just define them yourself currently with plenary.job similar to whats happening in the PR. That is way more specific and will bring you to your goal way faster :)

About plenary.git i am not sure how to continue. Writing general plenary.job wrapper might not be that helpful. There is https://github.com/libgit2/luagit2 which need a lot of work until its usable for us because it currently only supports libgit2 v0.17.0. Alternative would be to write libgit2 ffi bindings but that also takes a lot of time and would be a nightmare with the different libgit2 versions. Ubuntu 18.04 is different to 20.04 which is different to last version, etc ... So we would need to ship the binary and write the bindings for that binary.

from plenary.nvim.

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.