Code Monkey home page Code Monkey logo

Comments (8)

lilydjwg avatar lilydjwg commented on September 22, 2024 2

On Fri, Aug 26, 2016 at 12:03:12AM -0700, Jingbei Li wrote:

就是lilac中的379-380行

if need_update:
    run_cmd(['nvtake', nvchecker_file] + list(need_update))

是不是应该改成:

if update_succeeded:
    run_cmd(['nvtake', nvchecker_file] + list(update_succeeded))

?

我记得以前是这样子的。

一般来说,一个版本的包编译失败了,下次再编译还是会失败的。只有更新之后
lilac 才会再次尝试编译。

from lilac.

petronny avatar petronny commented on September 22, 2024

原来如此

from lilac.

petronny avatar petronny commented on September 22, 2024

这个可不可以做成一个选项。。
叫是否尝试重复编译之类的。。

from lilac.

petronny avatar petronny commented on September 22, 2024

还有一个问题,就是中间ctrl-c了
会把所有还没来得及编译的包都nvtake了

from lilac.

lilydjwg avatar lilydjwg commented on September 22, 2024

是么?求修~

from lilac.

lilydjwg avatar lilydjwg commented on September 22, 2024

Ctrl-C 的支持一直有问题的。

from lilac.

xgdgsc avatar xgdgsc commented on September 22, 2024

问下像rstudio-desktop-bin之前2天都有一次编译失败,给我发了邮件,我补充了依赖,怎么手动让lilac再尝试编译这个包。

from lilac.

lilydjwg avatar lilydjwg commented on September 22, 2024

@xgdgsc 如果你修改了文件的话,lilac 会自动重新尝试的。

from lilac.

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.