Coder Social home page Coder Social logo

chibi-snow's People

Contributors

ashinn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chibi-snow's Issues

Using submodule interface for snow is a royal pain

I think submodules are useful when a library is needed to build a package, but is separately managed so that you need to protect against updates that break the root package. Snow isn't separately managed. This is more reasonable for something like a gnulib or libgc dependency, where the package can usually be built using the platforms supplied libraries. But if there are any incompatiiblities, the submodules can be cloned, and will be found and used instead. Submodules are more a workaround than a feature.

Submodules are otherwise just an inconvience which requires a seperate 'git submodule update". The .gitmodules file in chibi-snow references it via ssh, so that a ssh fetch of it is performed. When someone has cloned the library using git: or https: protocols this causes an inconsistancy which just makes the chance of failure greater. Even if github allows it for general connections it may not be usable from everywhere chibi-scheme may be cloned.

Right now the chibi-scheme install script fails if snow isn't present. It seems that chibi should otherwise be installable without snow.

Snow could be detatched from chibi-scheme and have its own Makefile that installs it on top of an exisiting chibi-scheme distribution. If could then have its subdirectories layed out in a way which makes it possible to develop separately, such as including other scheme implementations.

Otherwise I think it would be better just left as part of the chibi-scheme repo.

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.