Re: [racket-users] preferences file

2017-11-02 Thread Geoffrey Knauth
Thanks John! Good ideas, and no, nothing is too obvious for me! --Geoff On Thursday, November 2, 2017 at 12:56:14 PM UTC-4, johnbclements wrote: > > > One solution is to use a .gitignore. I have a convention that files ending > with ‘private.rkt’ don’t go in the repo. > > Alternatively, you

Re: [racket-users] preferences file

2017-11-02 Thread 'John Clements' via Racket Users
> On Nov 2, 2017, at 9:35 AM, Geoffrey Knauth wrote: > > Let's suppose I want to have a preferences file, e.g., "~/.dbaccess.rkt". I > used to have a module I would import via > "../some-relative-path/dbaccess.rkt", but I thought I would try > "~/.dbaccess.rkt" as a module

[racket-users] preferences file

2017-11-02 Thread Geoffrey Knauth
Let's suppose I want to have a preferences file, e.g., "~/.dbaccess.rkt". I used to have a module I would import via "../some-relative-path/dbaccess.rkt", but I thought I would try "~/.dbaccess.rkt" as a module path. It turned out a module path cannot begin with "/", which happens with the