Coder Social home page Coder Social logo

Comments (5)

thoughtpolice avatar thoughtpolice commented on April 19, 2024

Oh, there is a setting for this; in the root .buckconfig:

[project]
ignore=.git,.sl,.jj

Took me a minute to find that; should have looked at the Buck 1 site (it's occasionally come in handy still.) Closing this as it can be solved easily.

from buck2.

ndmitchell avatar ndmitchell commented on April 19, 2024

If you are using the watchman file watcher (not the default in open source) you are encouraged to add it to the watchman ignore, as it will generate less events. In 87ab0b6 I made it so that we implicitly ignore buck-out. I wonder if .git etc should be defaults too?

from buck2.

thoughtpolice avatar thoughtpolice commented on April 19, 2024

Yeah, seeing that commit was the impetus for investigating the .sl directory and this whole issue. There are some pretty reasonable and unambiguous things to ignore: .git, .sl, .jj (for jujutsu) are three obvious ones I'm using. Something like node_modules would also be good.

There's also whether or not something should be ignored recursively by default. node_modules would probably qualify, but unfortunately Cargo's target subdirectory is a bit more of an open question since it's so ambiguous.

Can I ask how watchman integration is supposed to work? Do I need to launch it myself on the repo root, first? I actually got the Ubuntu 22.04 binary working yesterday, but hadn't yet dug into the source to figure out the integration.

from buck2.

thoughtpolice avatar thoughtpolice commented on April 19, 2024

Found that out too: put the following in .buckconfig

[buck2]
file_watcher=watchman

then start a watchman daemon somewhere above the source dir, and set WATCHMAN_SOCK to the socket file appropriately. Seems to be working and ignoring cargo files now!

from buck2.

ndmitchell avatar ndmitchell commented on April 19, 2024

I think having an initialisation command generate a ignore makes a lot of sense, but I worry about defaulting to things like node_modules without explicit user direction, as otherwise you can potentially accidentally ignore someones code, and then it gets real confusing.

The idea for watchman is if the binary exists it should just work, and it did for me on Windows. But from your remarks elsewhere, sounds like you probably know more than I do by now :)

from buck2.

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.