samth changed the topic of #racket to: Racket v7.8 has been released: https://blog.racket-lang.org/2020/08/racket-v7-8.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
Fare has quit [Ping timeout: 260 seconds]
Fare has joined #racket
Batzy has quit [Quit: WeeChat 2.8]
vejetaryenvampir has quit [Quit: vejetaryenvampir]
vejetaryenvampir has joined #racket
Fare has quit [Ping timeout: 260 seconds]
vejetaryenvampir has quit [Quit: vejetaryenvampir]
vejetaryenvampir has joined #racket
Fare has joined #racket
Fare has quit [Ping timeout: 260 seconds]
Fare has joined #racket
blankhart has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 272 seconds]
blankhart has quit [Ping timeout: 260 seconds]
dustyweb has joined #racket
vejetaryenvampir has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 260 seconds]
teardown has quit [Ping timeout: 260 seconds]
mirrorbird has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 258 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
narimiran has joined #racket
endformationage has quit [Quit: WeeChat 2.9]
epony has quit [Ping timeout: 258 seconds]
Fare has quit [Quit: Leaving]
mirrorbird has quit [Quit: Leaving]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
mirrorbird has joined #racket
fredmanglis has quit [Ping timeout: 240 seconds]
Sgeo has quit [Read error: Connection reset by peer]
orivej has joined #racket
badkins has joined #racket
mirrorbird has quit [Quit: Leaving]
badkins has quit [Ping timeout: 272 seconds]
vejetaryenvampir has joined #racket
mirrorbird has joined #racket
mirrorbird is now known as psut
psut has quit [Quit: Leaving]
mirrorbird has joined #racket
sagax has joined #racket
mirrorbird has quit [Ping timeout: 272 seconds]
MetaHertz has joined #racket
true-grue has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
talin has joined #racket
talin has left #racket [#racket]
ech has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 272 seconds]
ech has joined #racket
mirrorbird has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
terrorjack has quit []
phillbush has joined #racket
terrorjack has joined #racket
orivej has quit [Ping timeout: 256 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 258 seconds]
acarrico has joined #racket
<samth> countvajhula: the ansi pkg hasn't been updated to work on Racket CS
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
<dzoe> samth: what if I provide tty-raw-extension using only ffi-lib?
<dzoe> (I've been using such implementation for a few years now and apparently the compiled extensions are still sometimes problematic.]
TCZ has joined #racket
badkins has joined #racket
<samth> dzoe: it basically needs to use the ffi in some way to work on Racket CS
<samth> dzoe: Racket CS doesn't support C-implemented modules, which is what ansi currently uses
<dzoe> Ok, I'll put together a proper termios package that works everywhere.
<dzoe> I mean POSIX everywhere though.
epony has joined #racket
orivej has joined #racket
mirrorbird has quit [Quit: Leaving]
Sgeo has joined #racket
TCZ has quit [Quit: Leaving]
teardown has joined #racket
ephemera_ has joined #racket
FreeFull has joined #racket
Batzy has joined #racket
ephemera_ has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 272 seconds]
MetaHertz has quit [Ping timeout: 260 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
FreeFull has quit [Read error: Connection reset by peer]
badkins has quit [Ping timeout: 256 seconds]
caente has joined #racket
mirrorbird has joined #racket
<dzoe> Well, the package index is reallz broken :(
<dzoe> But the universal termios package is ready: https://gitlab.com/racketeer/rktermios
MetaHertz has joined #racket
FreeFull has joined #racket
badkins has joined #racket
endformationage has joined #racket
<dzoe> dustyweb: once it is in the package index, I'll ping authors of all affected packages (including ansi, termios, etc ...) and you probably don't need to change anything in terminal-phase.
<dzoe> Apparently unix-signals have the same problem :-/
<dzoe> dustyweb: btw, merge request? :)
<dzoe> I'll probably look into the unix-signals package as well. TIOCGWINSZ I have already solved ages ago. (And now I am faking SIGWINCH by running a background thread that polls stdout periodically for size changes :) )
<dzoe> Is there a way to scan the package index and find all packages that use compiled extensions? I sort of assume I must write a script that tries installing them and greps the build process for some signatures of compilation ...
phillbush_ has joined #racket
phillbush has quit [Ping timeout: 272 seconds]
<samth> you can download the build results for all of them from pkg-build.racket-lang.org
phillbush_ has quit [Quit: Leaving]
badkins has quit [Remote host closed the connection]
phillbush has joined #racket
badkins has joined #racket
Batzy has quit [Quit: WeeChat 2.8]
mirrorbird has quit [Ping timeout: 272 seconds]
badkins has quit [Ping timeout: 258 seconds]
<dustyweb> hi dzoe
<dustyweb> oh cool :)
phillbush has quit [Quit: Leaving]
<dustyweb> dzoe: might you apply some FOSS license to that? if you have no preference I'll suggest Apache v2
phillbush has joined #racket
<samth> dzoe: i just successfully created a package; can you try again?
TCZ has joined #racket
badkins has joined #racket
<dustyweb> dzoe: merged the PR, ty!
vejetaryenvampir has quit [Ping timeout: 240 seconds]
narimiran has quit [Ping timeout: 256 seconds]
<dzoe> dustyweb: Forgot to include, I use the same license as Racket for Racket packages.
<dzoe> (which is dual Apache+BSD or something like that)
<dzoe> dustyweb: thank you for noticing I omitted it
<dzoe> samth: will do
MetaHertz has quit [Remote host closed the connection]
MetaHertz has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
<dzoe> samth: it actually added the package when I tried that 3 hours ago - but displaying the result failed.
<dzoe> That's strange behavior at best :)
badkins has quit [Ping timeout: 265 seconds]
<dzoe> Is there a standardized way to state the license in package meta-data and/or documentation?
badkins has joined #racket
<dzoe> samth: pkg-build install results are exactly what I had on my mind. Thank you!
<dzoe> After I wget all, I'll grep it for relevant data and ping racket-users@ about rktermios. It's funny I never realized this is an issue under CS.
ermo has quit [Quit: ZNC 1.8.1 - https://znc.in]
<dzoe> (I've been testing most of my code under BC/CS since early spring without any issues).
ermo has joined #racket
true-grue has quit [Read error: Connection reset by peer]
TCZ has quit [Quit: Leaving]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins_ has joined #racket
aeth_ has joined #racket
aeth has quit [Disconnected by services]
aeth_ is now known as aeth
TCZ has joined #racket
FreeFull has quit []
TCZ has left #racket ["Leaving"]
<dzoe> Good, sent, sleep.
TCZ has joined #racket
badkins_ has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 272 seconds]
badkins has joined #racket
Batzy has joined #racket
vejetaryenvampir has joined #racket