Code Monkey home page Code Monkey logo

vbagit's Introduction

vbagit's People

Contributors

brucemcpherson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vbagit's Issues

dim without new misses class references

if you have dim x as someclass as the only reference to that class, then it won't detect someclass as a dependency. This is because it ignores dims to avoid getting false positives to locally defined variables with the same name as a global function.

Workaround for now is to include such classes in the list of mainmodules when extracting

doExtraction projectName, "module1,module2,someClassThatWouldOtherwiseBeMissed"

Strange message when using

Hello
I try to use vbagit and i have thismessage when sending to git
""didn't find repo info file..." and i have no "FILES.INFO" in my local folder .

declaration false positives

The declaration is removed from consideration to avoid false positives, but when the declaration has continuations it is not removed.

false positives for properties

if you have something like class.property and property matches a global function name, you get a false positive - meaning that the the function property is considered to be dependency. This can be resolved by removing dot from the regex that looks for matches

occassional 409 api errors

Occasionally you'll get an error 409 from the GitHub API when using doGit. This means there is some kind of timing problem going on in the GIT database, as described here - https://developer.github.com/v3/git/ . As far as I can tell the commit actually happens successfully, so it's likely that I can ignore this error, but for now I will continue to report it as an error. You can run it again if you want to be sure.

unable to authenticate with oauth.

bruce, having problems getting authentication working with git application. have copied the oauth application id and secret into basic auth settings and I am receiving an error unable to get oauthtoken-{ error failed to parse

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.