Code Monkey home page Code Monkey logo

modulo_objc's People

Contributors

bsneed avatar samgrover avatar steveriggins avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

angelodipaolo

modulo_objc's Issues

module reports invalid error when dependency is manually removed

  • Create a module in THG/Shrubbery
  • modulo update, so you have:
    • THG/Shrubbery
    • THG/CocoaLumberjack
  • Decide you don't like this, and move Shrubbery to THG/modules/Shrubbery
  • Delete the out of place CocoaLumberJack
  • modulo update from THG/modules/Shrubbery
  • Error reported:

Unable to proceed. The following modules have unpushed commits, stashes, or changes:
CocoaLumberjack

Let's change sourcePath to something more informative

Key sourchPath is informational only. Let's change the name to reflect this. In addition, there is a ton of info that is ending up in README like all of the steps to add dependencies, linker, User Header Paths, etc. All of this should be reported when a module is added.

This also means that a missing info key would report nothing. This could be used to solve the CocoaLumberJack issue by something like:

modulo add lumberJackGitHubURL -embedded

that could make sure to NOT add that key to the lumberjack dependency, and thus not reported when someone adds this module.

Sync

modulo sync

// Removes unneeded dependencies

ReadMe update

Would be nice if the main ReadMe was a little more in depth and perhaps talked about why one would use modulo vs cocoa pods vs carthage.

git add without -- branch does not add initialBranch master

or conversely, if initialBranch is missing, then git add of a module that does not have initialBranch in the dependencies tries to add --branch (null)

{
"dependencies" : [
{
"name" : "CocoaLumberjack",
"moduleURL" : "[email protected]:CocoaLumberjack/CocoaLumberjack.git"
}
],
"dependenciesPath" : "../",
"initialBranch" : "master",
"sourcePath" : "Shrubbery/THGLog.xcodeproj",
"name" : "Shrubbery"
}

will fail if someone tries to add this module to their project. However:

{
"dependencies" : [
{
"name" : "CocoaLumberjack",
"moduleURL" : "[email protected]:CocoaLumberjack/CocoaLumberjack.git"
"initialBranch" : "master",
}
],
"dependenciesPath" : "../",
"initialBranch" : "master",
"sourcePath" : "Shrubbery/THGLog.xcodeproj",
"name" : "Shrubbery"
}

works

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.