From: Alexandru P. <al...@gm...> - 2024-10-25 06:39:23
|
Thank you. Plain CLISP is more or less working in Haiku x86-64 and x86. Will test ANSI compliance tests. Also I take a look at modules which would go inside the package (probably those suggested in unix/INSTALL: i18n, regexp, syscalls, readline as well as asdf and rawsock). >> Additionally, what can you suggest for debugging sockets? > I don't know: Which of these tools, that are familiar on Linux, are ported to > Haiku? > - netstat > - ss > - lsof > - netcat I see netcat ( https://depot.haiku-os.org/#!/pkg/netcat/haikuports/haikuports_x86_64/1/10/-/-/4/x86_64?bcguid=bc2-XCBK) and psutil_python310 ( https://depot.haiku-os.org/#!/pkg/psutil_python310/haikuports/haikuports_x86_64/6/0/0/-/1/x86_64?bcguid=bc2-RAHS) are available. I necer used them, but I am sure somebody can help using them. пт, 25 окт. 2024 г. в 00:49, Bruno Haible <br...@cl...>: > Alexandru Popa asked: > > Also, I see clisp-2.50 branch in Git repository. Is CLISP 2-50 already > > released or is it prepared to be released in the future? > > The clisp-2.50 branch was meant to give rise to a 2.50 release, but is > obsolete by now. The next release will be cut from the master branch, and > will be called 2.51. > > > I suppose Haiku > > specific code will enter in master branch, and from this branch Haiku > will > > prepare the package. > > Right. > > Bruno > > > > |