Custom Query (1030 matches)
Results (769 - 771 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #992 | fixed | format ~9,2$ gives inconsistent results. | ||
| Description |
A funny bug with ~$ formating: (defparameter *inflation* 1.06) (defparameter *duration* 15 "Year") (defparameter *yearly-amount* (* 12 1200) "Euro") (defparameter *now-a-year* (nth-value 5 (decode-universal-time (get-universal-time)))) (defun plus-interest (amount year rate) (* amount (expt year rate))) (with-standard-io-syntax (loop :for i :from 15 :downto 0 :for that-year-amount = (plus-interest *yearly-amount* i *inflation*) :sum that-year-amount :into total :do (format t "~4D: ~2,9$ ~2,9$~%" (+ *now-a-year* i) that-year-amount total))) 2027: 000254108.47 000254108.47 2026: 000236188.17 000490296.62 2025: 000218344.56 000708641.20 2024: 000200583.20 000909224.40 2023: 000182910.52 001092134.90 2022: 000165334.11 1257469.00 2021: 147863.00 1405332.00 2020: 000130508.21 001535840.20 2019: 000113283.42 001649123.60 2018: 000096206.13 001745329.70 2017: 000079299.54 001824629.20 2016: 000062595.92 001887225.10 2015: 000046143.55 001933368.60 2014: 000030023.01 001963391.60 2013: 14400.00 001977791.60 2012: 000000000.00 001977791.60 nil |
|||
| #993 | fixed | lock-free hashtable error | ||
| Description |
On rare occasions, gethash returns nil dispite the existence of the entry. toor@toor-VirtualBox:~/src/lisp$ ~/ccl/lx86cl -n Welcome to Clozure Common Lisp Version 1.8-r15286M (LinuxX8632)! ? (load "lock-free-hash-table-test.lisp") #<EXTERNAL-PROCESS (/bin/echo)[9149] (RUNNING) #x1839788E> #<EXTERNAL-PROCESS (/bin/echo)[9152] (RUNNING) #x1835FF26> #<EXTERNAL-PROCESS (/bin/echo)[9154] (RUNNING) #x1841F11E> ... #<EXTERNAL-PROCESS (/bin/echo)[15259] (RUNNING) #x1D41E8E6> #<EXTERNAL-PROCESS (/bin/echo)[15261] (RUNNING) #x1D4D0536> #<EXTERNAL-PROCESS (/bin/echo)[15264] (RUNNING) #x1D74E746> > Error: value NIL is not of the expected type NUMBER. > While executing: CCL::+-2, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > |
|||
| #996 | fixed | Save with multiple windows on same file moves window | ||
| Description |
Open the same file open in two windows, put them in different positions on the screen, then make a change in one of the windows and Save. One of the windows moves and resizes to be on top of the other, i.e. their screen positions and dimensions get unified. |
|||
Note:
See TracQuery
for help on using queries.
