[racket-dev] problem with require and frtime
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
the following fragment:
#lang frtime
(require (only-in srfi/1 every))
leads to ```only-in: bad module path in: (only-in srfi/1 every)'''
error. At the same time this other fragment:
#lang racket
(require frtime)
(require srfi/1)
leads to ```module: identifier already imported from: frtime at: third
in: srfi/1''' error.
I would expect both forms to work. This is a reduction of a different
problem possibly caused by these issues here.
Marijn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk8WprIACgkQp/VmCx0OL2yKYACeJxLBVW0N++3g8SgqSpaHvGxD
2DAAoK2p2sezFuU6iYu2/utAWxceQEuA
=rtZ2
-----END PGP SIGNATURE-----