Custom Query (1030 matches)
Results (508 - 510 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #332 | fixed | IDE shouldn't store CCL directory in preferences | ||
| Description |
It's generally proven to be a bad idea to store the CCL directory in the preferences database. I think that the current thinking is that the CCL directory for a bundled IDE should be initialized in each session to the directory which contains the bundle, and that .dmg distributions should include the .app inside CCL. If someone wants to move the bundle outside of that location, having some mechanism to set the CCL directory for the duration of the current session might be useful (as might be some feedback that indicates that the current setting doesn't look valid.) Viewing the CCL directory as a persistent global preference creates more problems than it solves (e.g., the persistent preference might point to a stale installation and doesn't generally support environments where different IDE versions are installed, etc.) The proposed default (using the parent directory of the application bundle) is consistent with how the IDE is built and likely to be distributed. |
|||
| #337 | fixed | Use a hidden initfile on *nix systems | ||
| Description |
The attached patch makes CCL look for ~/.ccl-init.lisp before ~/ccl-init.lisp . This adheres to the Unix tradition of making .rc files hidden. |
|||
| #341 | fixed | bignums | ||
| Description |
I have the following error: ? (rem (expt 2 43112609) 1000000000000000) > Error: DIVISION-BY-ZERO detected > While executing: CCL::%FLOOR-99, in process listener(1). and ? (rem (expt 2 43112609) 400000000000000500) > Error: DIVISION-BY-ZERO detected > While executing: CCL::%FLOOR-99, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > (rem (expt 2 43112609) 400000000000000500) exception in foreign context Exception occurred while executing foreign code at mark_root + 45 ? for help [31584] OpenMCL kernel debugger: b current thread: tcr = 0xb7c57aa0, native thread ID = 0x7b60, interrupts enabled Bogus frame b7af2950 [31584] OpenMCL kernel debugger: l %ebx (arg_z) = -302950275 %esi (arg_y) = #<header ? #x0805F7E7> ------ %edi (fn) = -1776 ------ zsh: segmentation fault ./lx86cl I have the same environment as in the ticket:338 |
|||
