Skip to content

Commit

Permalink
Be explicit about a missing ChangeFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Apr 14, 2010
1 parent 493fd57 commit 5893e72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NOTES-0.8.1.txt
@@ -0,0 +1,15 @@
Planned stuff:

* Web UI as first-class citizen
+ Tomas, Marcus: JS, ETA, better interactivity
+ Flexible filtering for SourceStamps
* Build status in DB
* Expand Latent-Slave support
* Project/Repository
+ Support for cross-project builds and dependencies
+ Dynamic manipulation of SourceStamps
* Build coordination
+ Beyond Dependent and Triggerable
* Windows compatibility
* VC mode cleanup (#669)
* Expanded notification framework
4 changes: 3 additions & 1 deletion docs/cfg-schedulers.texinfo
Expand Up @@ -122,7 +122,9 @@ my_filter = ChangeFilter(branch_fn = my_branch_fn)
The special argument @code{filter_fn} can be used to specify a function that is
given the entire Change object, and returns a boolean.

A Change passes the filter only if @i{all} arguments are satisfied.
A Change passes the filter only if @i{all} arguments are satisfied. If no
filter object is given to a scheduler, then all changes will be built (subject
to any other restrictions the scheduler enforces).

@node Scheduler Scheduler
@subsection Scheduler Scheduler
Expand Down

0 comments on commit 5893e72

Please sign in to comment.