Devon Sean McCullough

Results 21 issues of Devon Sean McCullough

See (ql:quickload "varjo") ; infinite loop stack overflow crash #239 $ ccl --no-init --eval '(load "~/quicklisp/setup.lisp")' --eval '(ql:quickload "cepl")' To load "cepl": Load 1 ASDF system: cepl ; Loading "cepl"...

``` CL-USER> (ql:quickload "cepl.examples") To load "cepl.examples": Load 1 ASDF system: cepl.examples ; Loading "cepl.examples" [package babel-encodings]......................... [package babel]................................... .................................................. [package cffi-sys]................................ [package cffi-callbacks].......................... [package cffi].................................... .................................................. [package cffi-features]........................... [package...

If nightlies had the Get-Task-Allow entitlement, would that be too risky? It might fix $ lldb -p $EMACS_PID failing with SIP error 1. Peace --Devon P.S. See https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087731 Avoid the...

Fix bug where erroneous commas in #A, #C or #S literals create bogus values which cause errors (possibly much) later. Before: #C(0 ,1) >> Error: The value (#:|`,| . 1)...

To work with unusual directory names, the last line should read exec "${CCL_DEFAULT_DIRECTORY}/${OPENMCL_KERNEL}" "$@" --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/75130382-bug-in-scripts-ccl-and-scripts-ccl64?utm_campaign=plugin&utm_content=tracker%2F27935804&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F27935804&utm_medium=issues&utm_source=github).

``` --- ccl/doc/manual/debugging.ccldoc +++ # @@ -303,7 +303,7 @@ ") (item "{param form}" ccldoc::=> " A form to execute before, after, or around the advised - function. The form can...

varjo-release-quicklisp-6150bdcb-git quicklisp 2020-07-15 quicklisp client 2020-01-04 CCL v1.12-25-g595a5cf MacOSX 10.14.6 "Mojave" ⋮ 38194: (FN::E (INTERN VARJO.INTERNALS:LISP-NAME :VARI.GLSL)) 38195: (CCL::MAP1 FN::E (((DECLARE (NOTINLINE INTERN)) (INTERN VARJO.INTERNALS:LISP-NAME :VARI.GLSL))) :LIST T) 38196: (MAPCAR...

``` $ git clone https://github.com/vsedach/Vacietis.git Cloning into 'Vacietis'... remote: Enumerating objects: 1011, done. remote: Total 1011 (delta 0), reused 0 (delta 0), pack-reused 1011 Receiving objects: 100% (1011/1011), 534.03 KiB...

kitty.c buffer overflow - suggest `title[1024 + 15]` assuming `GetWindowText` promises to end with a NUL. ``` int ManageLocalCmd( HWND hwnd, const char * cmd ) { char buffer[1024] =...

``` -- AppleScript nearly but not quite able to operate Disk Arbitrator - can you fix? tell application "System Events" tell process "Disk Arbitrator" tell menu bar 1 tell menu...