Giter VIP home page Giter VIP logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
The masks get applied* in sequential... 

Original comment by [email protected] on 23 Jun 2011 at 8:44

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Agreed. Possibly, this is even more useful for boar than an ignore list. I'd 
expect most users to really just want to store *.jpg or *.raw in a session, and 
ignore all other files. Luckily, this feature is easy to implement now that the 
ignore basics are in place. 

I think the most intuitive way to implement this would be to have an additional 
session property named "include". And if it is set, boar will ignore all other 
types of files. If both "include" and "ignore" is set, then "ignore" will have 
priority. That is, you include "*.jpg" but you ignore "tmp/*", it behaves as 
you would expect. Intuitively it feels like that system would fit most users. 
Any thoughts about this before I implement it?

Original comment by [email protected] on 26 Jun 2011 at 2:33

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Implemented in changeset d32306c81251.

Original comment by [email protected] on 27 Jun 2011 at 7:26

  • Changed state: Verified

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Sounds good to me. And yes, as you do, I expect in most cases people want to 
process only a certain type(s) of files to the exclusion of all else (just 
images, just videos, etc). That said, keeping the ignore parameter for things 
such as tmp files and the like is important as well, so in other words, your 
implementation seems just fine.

Original comment by [email protected] on 28 Jun 2011 at 2:23

from boar.

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.