[CM] nrepl build error

Brad Christensen bchristensen-lists at outlook.com
Mon Sep 20 13:30:04 PDT 2021


I just noticed as well, running my nrepl build results in the following (perhaps an error of my own doing). I am running builds from today, 79042a3f (Sept. 20, 2021):

``` nrepl
;unbound variable lint in (set! lint (let ((old-lint lint)) (lambda* (file (outp :unset) (report-input :unset)) (if (and (eq? outp :unset) (eq? report-input :unset)) (nc-multiline-display (call-with-output-string (lambda (p) (old-lint file p)))) (old-lint file outp report-input)))))                                                                                                                                          
;    (set! lint (let ((old-lint lint))...                                                                                                                                                                         
;    *stdout*, line 616, position: 22732                                                                                                                                                                          
; run: (set! lint (let ((old-lint lint)) (l...                                                                                                                                                                    
; run: ((set! (top-level-let 'history) (lam... ; top-level-let: #1=#<let>, row: 0                                                                                                                                 
;                                              ncp: #<ncplane* 0xf97260>                                                                                                                                          
;                                              bols: #i(0 0 0 0 ...)                                                                                                                                              
;                                              eols: #i(0 0 0 0 ...)                                                                                                                                              
;                                              ncp-cols: 211                                                                                                                                                      
;                                              ncp-rows: 100                                                                                                                                                      
;                                              prompt: ">"                                                                                                                                                        
;                                              nc: #<notcurses* 0xf84870>                                                                                                                                         
;                                              col: 0                                                                                                                                                             
;                                              red-error: #(#<cell* 0xf835b0> #<cell* 0xf...                                                                                                                      
;                                              watchers: (hash-table)                                                                                                                                             
;                                              wc: #f                                                                                                                                                             
;                                              header-row: 0                                                                                                                                                      
; ((stop))                                                                                                                                                                                                        
```

Cheers, Brad


More information about the Cmdist mailing list