Coder Social home page Coder Social logo

Comments (3)

bolinfest avatar bolinfest commented on April 24, 2024

Internally, we have legacy code that writes to buck-bin and buck-gen directories. Up until now, we have kept the public version of Buck clear of this using MOE:begin_strip, but apparently we missed some places.

I want to assign this to Jim (who is responsible for the buckd stuff), but GitHub doesn't seem to let me do that.

from buck.

jimpurbrick avatar jimpurbrick commented on April 24, 2024

f158d62 has a buck_common script which isn't MOE scrubbed, which is why it's using the internal buck-{bin.gen} directories. CleanCommand.java in that commit is correctly scrubbed, which is why clean isn't removing buck-{bin,gen}. I fixed the export scripts to properly scrub the new buck_common and buckd scripts last night, so if you use any of the commits exported yesterday you should see the old buck-out/gen behaviour and clean working properly. Alternatively manually removing the MOE block from buck_common in f158d62 should fix it for you.

from buck.

bolinfest avatar bolinfest commented on April 24, 2024

I believe this is fixed by 1dbf407 where we eliminated the use of buck-bin and buck-gen internally. Please reopen if this is not the case.

from buck.

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.