Giter Site home page Giter Site logo

Comments (5)

Waqar144 avatar Waqar144 commented on June 10, 2024

Yes, stuff like that won't work.

from codebrowser.

Felixoid avatar Felixoid commented on June 10, 2024

Ok, but can we somehow preserve the work between the runs? I mean, now the full docs generating costs around 3-4 hours. Sounds very long. And if some docs don't change between running, could we save time by not processing them over and over again?

from codebrowser.

Waqar144 avatar Waqar144 commented on June 10, 2024

There is no direct way. You can try doing something like:

  • get the list of changed source code files in a particular commit / PR
  • remove the corresponding codebrowser generated files for those files
  • run codebrowser

Above should be easy and scriptable. But I am not sure if this will give 100% correct output always.

from codebrowser.

Felixoid avatar Felixoid commented on June 10, 2024

yeah, that doesn't really look promising.. We must then to parse commands' json, I guess, and recombine the build tree..

from codebrowser.

Waqar144 avatar Waqar144 commented on June 10, 2024

You can try to use this script to speed up generation https://github.com/KDAB/codebrowser/blob/master/scripts/runner.py

It tries to process multiple files at once so the speedup can be quite big.

from codebrowser.

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.