tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
synthmeat has quit [Ping timeout: 272 seconds]
synthmeat has joined #racket
Tuplanolla has quit [Quit: Leaving.]
Origin has quit [Ping timeout: 260 seconds]
skeemer has quit [Ping timeout: 260 seconds]
ormaaj has quit [Ping timeout: 268 seconds]
<polarian> What is the best way to be able to handle SIGINT and SIGTERM...
<polarian> any examples would be nice... I have seen unix-signals module but it keeps warning about being unsafe
<polarian> is there any way to detect these interupts so I can gracefully shutdown?
runrin has quit [Ping timeout: 256 seconds]
skapata has quit [Remote host closed the connection]
to-hu has joined #racket
to-hu has quit [Remote host closed the connection]
<dzoe> polarian: signal+pipe I guess
<dzoe> I used it in one project but the sources are not published...
<dzoe> I'll look at them later today - the signal handling part is pretty ok, the rest is mega ugly ;-)
skeemer has joined #racket
a51 has joined #racket
Kratacoa has joined #racket
Origin has joined #racket
danse-nr3 has joined #racket
macabro has joined #racket
skeemer has quit [Quit: WeeChat 4.2.1]
skapata has joined #racket
to-hu has joined #racket
to-hu has quit [Client Quit]
<samth> bremner: for someone having problems with the 8.12 debian racket installation, what's the best place to contact you/report them/discuss them?
polarian has quit [Quit: Polarian has disappeared]
danse-nr3 has quit [Remote host closed the connection]
polarian has joined #racket
polarian_ has joined #racket
polarian_ has quit [Client Quit]
polarian_ has joined #racket
polarian has quit [Ping timeout: 268 seconds]
polarian_ is now known as polarian
<bremner> samth: if the bug occurs (or can be duplicated) in Debian report a bug using the debian reportbug command. Otherwise send email to my debian email (bremner@debian.org)
<samth> bremner: if you have the debian 8.12 package installed, you could try the following:
<samth> the last line should produce `'(def ('#%kernel =))` but produced #f for my colleague
<bremner> samth: currently only on my development machine which is at home, but I'll try it later
<bremner> samth: this is in the repl?
<samth> yes
<bremner> ok
<polarian> bremner: you are a debian developer?
<samth> bremner: I just created a fresh debian:unstable docker image, installed `racket`, and got `#f` for that result
<samth> running `raco setup` there did not fix the problem
runrin has joined #racket
runrin has quit [Quit: leaving]
runrin has joined #racket
to-hu has joined #racket
macabro has quit [Read error: Connection reset by peer]
macabro has joined #racket
macabro has quit [Read error: Connection reset by peer]
<bremner> samth: I think it's not 8.12 specific. I just checked in an old 8.7 debian install, and I get #f there
<bremner> I have vague memories of a bug report related to things being compressed when they should not be. Maybe I reintroduced that bug
<bremner> I basically started the packaging from scratch, so some bugs are to be expected.
mdhughes_ is now known as mdhughes
<bremner> that doesn't sound related though
<bremner> samth: does this sound like the same issue: https://github.com/racket/scribble/issues/57 ?
cow_2001 has quit [Quit: ✡]
skapata has quit [Remote host closed the connection]
cow_2001 has joined #racket
a51 has quit [Quit: WeeChat 4.2.1]
ec_ has joined #racket
ec_ is now known as ec
a51 has joined #racket
<bremner> polarian: yes I am
<samth> bremner: yes it sounds like the same issue
<samth> bremner: there are a lot of files in /usr/share/doc/racket/*/*.sxref.gz that I do not think should be gzipped
<bremner> samth: OK, I think have reconstructed a fix; I need to test
<bremner> basically .sxref and .sqlite used to be excluded from compression and I dropped that
<bremner> also maybe .rkt and .rktd
<samth> bremner: gunzipping all of them fixed the problem
<bremner> cool
skeemer has joined #racket
a51 has quit [Quit: WeeChat 4.2.1]
to-hu has quit [Ping timeout: 268 seconds]
gnomon has quit [Ping timeout: 246 seconds]
a51 has joined #racket
<polarian> dzoe: signal? pipe?
<polarian> pipe hasn't got much information on it on the racket wiki: https://docs.racket-lang.org/reference/pipeports.html
<polarian> and I am not even sure thats what you were referring to
<polarian> could you provide links to what you were referring to so I can figure it out?
<polarian> :)
a51 has quit [Quit: WeeChat 4.2.1]
Mooncairn has quit [Quit: Leaving]
Mooncairn has joined #racket
skapata has joined #racket
Mooncairn has quit [Quit: Leaving]
Mooncairn has joined #racket
Tuplanolla has joined #racket