<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.