<div dir="ltr">Sorry for noise. Indeed it has to be required by the same path as the one used for entering, but this time it worked.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 3:00 PM, Bartosz Przygoda <span dir="ltr"><<a href="mailto:bprzygoda@gmail.com" target="_blank">bprzygoda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Suppose I want to test some modification to a package, say: ffi/unsafe. I fetch racket source code from github, perform modifications (let's just add *baz* function (and provide it)), fire up a repl (I'm normally using Geiser for Emacs, but here I will use xrepl):</div><div><br></div><div>,en "sources/racket/racket/collects/ffi/unsafe.rkt"</div><div><br></div><div>-> baz</div><div>#<procedure:baz></div><div><br></div><div>,en #f</div><div>,en "sources/test.rkt"</div><div>->(require ffi/unsafe)</div><div><br></div><div>->baz</div><div>; baz undefined</div><div><br></div><div>Is it because when I enter such module it's loaded under different path than when requiring it with short 'ffi/unsafe'? For that matter, I cannot require it using same path I've used when entering...</div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div><br></div>