monkey_ has quit [Remote host closed the connection]
capfredf has joined #racket
morte_ has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
capfredf has quit [Ping timeout: 240 seconds]
sts-q has quit [Ping timeout: 256 seconds]
codingquark has quit [Ping timeout: 256 seconds]
capfredf has joined #racket
sts-q has joined #racket
tyson2 has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 240 seconds]
codingquark has joined #racket
skapata has quit [Remote host closed the connection]
s-liao has joined #racket
morte_ has quit [Remote host closed the connection]
shicz2 has quit [Ping timeout: 240 seconds]
shicz2 has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
notzmv has joined #racket
s-liao has quit [Quit: Client closed]
capfredf has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
ur5us_ has joined #racket
rgherdt_ has joined #racket
epony has quit [Quit: QUIT]
epony has joined #racket
ur5us_ has quit [Ping timeout: 240 seconds]
schulze has joined #racket
Algernon69 has joined #racket
s-liao has joined #racket
libertyprime has joined #racket
rito_ has joined #racket
capfredf has joined #racket
capfredf has quit [Ping timeout: 240 seconds]
s-liao has quit [Ping timeout: 256 seconds]
Algernon69 has quit [Ping timeout: 268 seconds]
shicz2 has quit [Ping timeout: 240 seconds]
shicz2 has joined #racket
gproto23 has joined #racket
s-liao has joined #racket
tyson2 has joined #racket
monkey_ has joined #racket
skapata has joined #racket
skapata has quit [Changing host]
skapata has joined #racket
monkey_ has quit [Remote host closed the connection]
monkey_ has joined #racket
s-liao has quit [Quit: Client closed]
capfredf has joined #racket
monkey_ has quit [Remote host closed the connection]
capfredf has quit [Ping timeout: 268 seconds]
Algernon69 has joined #racket
libertyprime has quit [Quit: leaving]
tyson2 has quit [Remote host closed the connection]
<jakzale>
what is the easiest way to find/load a file that is relative to the source file? Found define-runtime-path, but I am not sure why it needs to introduce a binding.
tyson2 has joined #racket
capfredf has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
capfredf has quit [Ping timeout: 240 seconds]
shicz2 has quit [Ping timeout: 240 seconds]
shicz2 has joined #racket
Algernon69 has quit [Ping timeout: 250 seconds]
xgqt has quit [Remote host closed the connection]
xgqt has joined #racket
<bremner>
jakzale: (require "../foo/bar/baz.rkt") should work iirc
<jakzale>
bremner: yes, sorry I used the wrong verb. What is the easiest way to read an input file that is relative to the source file? I am loading test inputs from files on disk and I don't want to worry about cwd of the racket process running those tests.
<bremner>
ah. I'm not sure I know a good way offhand.
<jakzale>
bremner: thanks.
rito_ has quit [Quit: Leaving]
<elly>
hmm, perhaps (find-system-path 'run-file)?
capfredf has joined #racket
gproto23 has quit [Ping timeout: 240 seconds]
ur5us_ has joined #racket
tyson2 has quit [Remote host closed the connection]
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
<winny>
huh, wouldn't have realized it's set to the .rkt file you pass to racket on the command line, from the documentation description of (find-sytem-path 'run-file)