Git Product home page Git Product logo

Comments (6)

phil-opp avatar phil-opp commented on July 17, 2024

Thanks a lot for reporting! Unfortunately, supporting workspaces is not quite trivial. For example, it makes config parsing much more complex (e.g. should the bootimage config live in the Cargo.toml in the project root or in the kernel subdirectory?). I tried to find a simple way to fix this bug, but it appears to be quite difficult to add this in a backwards compatible way.

I'm therefore planning to release a new breaking version that cleans up the crate and removes old functionality such as the bootimage test framework. This should make it much easier to add proper handling of workspaces, but it will take some time.

from bootimage.

phil-opp avatar phil-opp commented on July 17, 2024

So I invested the past hours to rewrite the crate. The result is available in the rewrite branch.

Could you try the new version to test whether it fixes your problem? To install it, execute:

cargo install bootimage --git https://github.com/rust-osdev/bootimage.git --branch rewrite --force

from bootimage.

nabilmerk avatar nabilmerk commented on July 17, 2024

Good news, it worked! Many thanks for that.

I also had a look to the branch. There has been a lot of rewriting. You've been quite active in few hours.

from bootimage.

phil-opp avatar phil-opp commented on July 17, 2024

Great to hear that!

from bootimage.

phil-opp avatar phil-opp commented on July 17, 2024

I just released the new code as version 0.8.0, in case you want to switch back to the official release.

from bootimage.

nabilmerk avatar nabilmerk commented on July 17, 2024

I just did it and it actually corrected a bug when it didn't find the test executable :). Many thanks again.

from bootimage.

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.