Re: [racket-users] error during prompt calculation: path->string: contract violation

2018-03-28 Thread Philip McGrath
The correct link seems to be https://github.com/racket/racket/issues/2023 (no final 0) -Philip On Wed, Mar 28, 2018 at 3:23 PM, Kieron Hardy wrote: > > An error report on the `enter!` problem would be welcome. >> >> > >> > D:\>racket >> > Welcome to Racket v6.12. >> > >

Re: [racket-users] error during prompt calculation: path->string: contract violation

2018-03-21 Thread Matthew Flatt
That `WINDOWS_INIT_FILENAME` definition is only used in `--help` output, and it's out of date. I'll fix that. Use `(find-system-path 'init-file)` to get the actual path, and see the docs for `path-system-path` for how it's computed. Although `HOMEDRIVE` and `HOMEPATH` may be eventually consulted,