Git Product home page Git Product logo

nedryglot's People

Contributors

abbec avatar eiken avatar sakarias88 avatar simonrainerson avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nedryglot's Issues

Vendoring of crates.io rust dependencies

Use Cargo.lock as an input to create a series of fixed output derivations (using fetchurl against crates.io (https://crates.io/api/v1/crates/${name}/${version}/download) (the hash is in Cargo.lock) followed by a derivation to create a vendor directory (and generate that Cargo checksum file) from these. This will avoid having to set any extra hash information on the components since all info is in Cargo.lock and will enable us to use sandboxing.

Use this vendoring technique in checks and builds, not shells.

Rust builds support being sandboxed

We've enabled most parts to support sandboxing. The only thing left is to make sure it works for tests for libraries as well. Right now libraries will try to download dependencies which nix sandboxing obviously does not like.

We could probably add the vendors to the checkInputs attribute for the libraries to make it work. That would ensure that the vendors copy their deps.

Builds dont error when sphinx docs errors

We should fail the build if it throws warnings or errors when running autodoc as otherwise we get incomplete documentation generated.

Something like:

toto-motionbuilder-api-reference> No module named 'pythonidelib'

This will make all the docs for the file that tries to import it to not be available.

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.