Giter VIP home page Giter VIP logo

Comments (11)

orthecreedence avatar orthecreedence commented on June 25, 2024

Try everything from master (just updated carrier).

cl-async has gone through a good amount of changes since the last QL update (I think) and it's best to stay on master for a while until things quiet down.

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

Thanks for looking this :)

Using latest master of cl-async, cl-async-future (carrier still uses cl-async-future wrapper around blackbird so I got latest of that as well just in case), carrier, blackbird:

CL-USER> (ql:quickload "carrier")                                                                                       
To load "carrier":                                                                                                      
  Load 1 ASDF system:                                                                                                   
    carrier                                                                                                             
; Loading "carrier"                                                                                                     
.....................                                                                                                   
;                                                                                                                       
; caught ERROR:                                                                                                         
;   READ error during COMPILE-FILE:                                                                                     
;                                                                                                                       
;     Symbol "SOCKADDR-IN6" not found in the LIBUV package.                                                             
;                                                                                                                       
;       Line: 52, Column: 66, File-Position: 2352                                                                       
;                                                                                                                       
;       Stream: #<SB-SYS:FD-STREAM                                                                                      
;                 for "file /root/.quicklisp/libuv-local-projects/cl-async/src/util/foreign.lisp"                       
;                 {100BA416A3}>                                                                                         
;                                                                                                                       
; compilation unit aborted                                                                                              
;   caught 3 fatal ERROR conditions                                                                                     
;   caught 1 ERROR condition                                                                                            

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

Im using libuv 1.0.0 (not rc), maybe i need 1.1.0, 1.20, or 1.2.1?

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

Maybe I'm missing latest cl-libuv? Let me get master of that and try again :)

from carrier.

orthecreedence avatar orthecreedence commented on June 25, 2024

try now :)

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

working :)

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

Thanks a TON for the fast response! ;)

from carrier.

orthecreedence avatar orthecreedence commented on June 25, 2024

Glad it worked!

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

Actually I still get a warning (but works):

CL-USER> (as:with-event-loop ()                                                                                         
           (bb:catcher                                                                                                  
            (bb:alet ((result (carrier:request "https://www.apple.com/" :return-body t)))                               
              (format t "result: ~s" result))                                                                           
            (t (e) (format t "error: ~a" e))))                                                                          
WARNING:                                                                                                                
   Passing event-cb as the fourth argument to tcp-connect is now deprecated. Please use the :event-cb keyword instead.  
result: #(60 33 68 79 67 84 89 80 69 32 104 116 109 108 62 10 60 104 116 109

from carrier.

orthecreedence avatar orthecreedence commented on June 25, 2024

Ok, try cl-async master now. The warning should be gone.

from carrier.

nightshade427 avatar nightshade427 commented on June 25, 2024

Great! Warning is gone, thanks!! ;)

from carrier.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.