evdubs__ has quit [Remote host closed the connection]
evdubs_ has quit [Remote host closed the connection]
evdubs has quit [Remote host closed the connection]
libertyprime has joined #racket
orivej_ has quit [Ping timeout: 268 seconds]
libertyprime has quit [Ping timeout: 240 seconds]
caente has joined #racket
rj has quit [Ping timeout: 240 seconds]
marinin[t] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rj has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
Codaraxis__ has joined #racket
rj has quit [Ping timeout: 240 seconds]
Codaraxis_ has quit [Ping timeout: 246 seconds]
libertyprime has joined #racket
libertyprime has quit [Remote host closed the connection]
<kaytwo>
is it possible to set up a racket project so "raco test" runs all the unit tests? i'm new to racket and i don't know the 'right' way to set up a project, or how to decipher raco's error messages.
<bremner>
afaik, raco test expects one or more files as arguments
<kaytwo>
hmm, i was reading an article on how to set up CI, and it suggested just "raco test" could work
<bremner>
huh. OK. maybe I'm wrong
badkins has joined #racket
<bremner>
"raco test ." will work
<bremner>
or "raco test directory-containing-some-racket-files"
badkins has quit [Ping timeout: 240 seconds]
<kaytwo>
ok, thanks. i guess i'll fiddle with this some more.
<friscosam>
if you do `raco pkg new mypackage` it will set up "mypackage" as a directory in the recommended way.
<friscosam>
It also makes a "main.rkt" file with some pointers in it and a stub with a test submodule.
<kaytwo>
ah, that's helpful
<kaytwo>
if i move main.rkt into a src/ folder, then "raco test src/" works
libertyprime has quit [Read error: Connection reset by peer]
libertyprime has joined #racket
Sgeo__ has joined #racket
Codaraxis_ has joined #racket
aeth has quit [Ping timeout: 260 seconds]
aeth has joined #racket
Sgeo_ has quit [Ping timeout: 240 seconds]
Codaraxis__ has quit [Ping timeout: 265 seconds]
kaytwo_ has quit []
bitmapper has quit [Quit: Connection closed for inactivity]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
evdubs__ has joined #racket
evdubs__ has quit [Read error: Connection reset by peer]
evdubs__ has joined #racket
evdubs_ has quit [Ping timeout: 240 seconds]
evdubs_ has joined #racket
evdubs__ has quit [Ping timeout: 240 seconds]
rgherdt_ has joined #racket
endformationage has quit [Quit: WeeChat 2.9]
evdubs__ has joined #racket
evdubs_ has quit [Ping timeout: 260 seconds]
badkins has joined #racket
ridik has joined #racket
ridik_ has joined #racket
ridik_ has quit [Remote host closed the connection]
badkins has quit [Ping timeout: 240 seconds]
Sgeo__ has quit [Read error: Connection reset by peer]
libertyprime has quit [Read error: Connection reset by peer]
orivej has joined #racket
libertyprime has joined #racket
Diagon has quit [Quit: Leaving]
libertyprime has quit [Ping timeout: 252 seconds]
Lowl3v3l has joined #racket
sagax has quit [Remote host closed the connection]
zzappie has joined #racket
klltkr has joined #racket
zzappie has quit [Ping timeout: 240 seconds]
zzappie has joined #racket
klltkr has quit [Ping timeout: 265 seconds]
zzappie has quit [Remote host closed the connection]
zzappie has joined #racket
zzappie has quit [Remote host closed the connection]
zzappie has joined #racket
klltkr has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 265 seconds]
gracefu has quit [Ping timeout: 240 seconds]
gracefu has joined #racket
cloroplasto has joined #racket
rgherdt_ is now known as rgherdt
<cloroplasto>
hello! I'm writing my first racket web-app. I don't understand how to handle a post-request and get parameter from x-www-form-urleconded. I have a template for a html form and now I can fetch the GET query values.