Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (286 - 288 of 1030)

Ticket Resolution Summary Owner Reporter
#1124 wontfix Trac shouldn't send mail to the person who just changed a ticket R. Matthew Emerson
Description

When a ticket is changed, Trac will send mail to the user who just made the change. This can be annoying, because the user in question knows that he made a change, and doesn't need an additional notification.

See http://trac-hacks.org/wiki/NeverNotifyUpdaterPlugin

#1125 duplicate defining a function named nil Ben Hyde
Description

It's disgusting I know. I blame the bad company I hang with. One or two of whom like to defining functions on keywords. So I think "Yeah! how about NIL?"

bash-3.2$ ccl64
Welcome to Clozure Common Lisp Version 1.9-r15759  (DarwinX8664)!
? (defun nil () (print :shame-on-you))
Lisp Breakpoint
? for help
[77472] Clozure CL kernel debugger: exit
[77472] Clozure CL kernel debugger: NIL
? (funcall (symbol-function nil))

:SHAME-ON-YOU 
:SHAME-ON-YOU
1 > (ccl:quit)
bash-3.2$

#1126 notabug just require-ing package compiled with debug affects other packages Ilya Vazhev
Description

$ ccl -n -l q.lisp

Error: Stack overflow on value stack.

Tail call optimization did not happen.

May be I miss something...

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.