Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 116)

Ticket Owner Reporter Resolution Summary
#44 nelhage@mit.edu nelhage@MIT.EDU fixed BarnOwl::new_variable_* clobbers the old value
Description

If a variable already exists, calling new_variable_* will clobber its old value with the default value. This is wrong.

#45 nelhage@mit.edu nelhage@MIT.EDU fixed :reload-modules should work on PARs
Description

Attempting to reload a PAR generates some checksum error. I fear that fixing this will involve delving into PAR and/or Archive::Zip internals and blowing away state on a reload, but it'd be really nice to have reloadable PARs.

#54 nelhage@mit.edu geofft@MIT.EDU fixed owl doesn't like filters that use a subfilter twice
Description

To reproduce:

:vu geofft
:vu nelhage
:view -d filter user-geofft or filter user-nelhage

Or even

:view -d filter personal or filter personal

It looks like owl_filterelement_is_toodeep does very much the wrong thing, and tries to determine if a filter ever contains a subfilter twice, which it seems to think is indicative of an infinite loop. Instead, it should recursively call itself, and check the recursion depth against OWL_FILTER_MAXRECURSE,

This blocks narrowing to CCs (see git://geofft.scripts.mit.edu/barnowl wip commit e5ca501), since that filter uses the personal filter once for each CC'd user.

Note: See TracQuery for help on using queries.