Andrew Davison
Andrew Davison
A bit late to this, currently: ``` ~/trealla (devel) $ tpl ?- use_module(library(http)). true. ?- http_get("http://192.168.1.1", Data, [status_code(Code),final_url(Location)]). Data = "
The error message makes perfect sense, it's not a valid list.
Logtalk iso_op_3_10 needs to be changed to add Trealla to the conditional test @pmoura
Yes, the change to allow both postfix & infix needs a tad more work. On Thu, Sep 19, 2024 at 11:30 AM flexoron ***@***.***> wrote: > ECLiPSe, Who else? >...
Hmm, you're right. But it's daft to have an operator be both prefix & postfix. On Thu, Sep 19, 2024 at 6:37 PM flexoron ***@***.***> wrote: > v2.56.14 Partial Result....
I think you should define the prefix op before defining it as postfix, it's the natural order of things ;-)
Too much here, confusing.
I'll look into this tomorrow as at the moment I'm a little hazy about all that. On Wed, 18 Sept 2024, 23:14 guregu, ***@***.***> wrote: > Expand memory stream support...
Go ahead and do a PR and i'll look at that.
Fixed the NAN printing issue. I'll look into the other one... it requires GSL v2.8 right?