Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 1030)

Ticket Resolution Summary Owner Reporter
#1110 wontfix CCL on Windows outputs an extra space at the end of commands Francois-Rene Rideau
Description

We found this bug while testing asdf's run-program. This notably matter when invoking CMD.EXE:

? (ccl::make-windows-command-line '("echo" "ok" "1"))
"echo ok 1 " ;; instead of "echo ok 1"

The problem is that due to the time when you shorten the list of string, the test (when strings ...) around printing the space should instead be (when (cdr strings) ...).

PS: you may or may not want to M-x delete-trailing-whitespace and/or have a svn hook that ensures you don't have such whitespace.

#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

#1199 wontfix Possible wrong memory alloc statistics on multicore Fred Bayer
Description

I did some quick performance tests using the :lparallel library by replacing dotimes/mapcar by pdotimes/pmapcar in some raytracing programs. The results were correct and the speed-up on a quadcore Ubuntu Odroid U3 were plausible (about 2.5 times), however, the amount of memory allocated reported by the time macro was about 100-300 times LESS than the single thread original version. Perhaps only the memory allocated by the parent thread is counted in the statistics?

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