racket/racket/collects
Matthew Flatt f27dbb7951 cs: fix cross-module inlining for separate compilation
Commit fe708871bd broke cross-module inlining for modules that are
compiled in different Racket processes. The problem is that
cross-module information is represented by prefab structures, and the
change caused Chez Scheme's fasl for prefabs to generate a different
structure type on different runs.

To solve the problem, use `racket/fasl` for cross-module information,
instead. But cross-module information also has inlining information as
correlated objects, so make those supported by `racket/fasl`, too.
2019-06-15 10:05:05 -06:00
..
acks Add Sarah and Andrew. 2018-06-19 11:25:55 -04:00
compiler raco exe: make generated name for embedded module deterministic 2019-06-13 07:50:39 -06:00
data switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
db/private sqlite3: fix reporting of insert-id 2019-04-26 13:35:08 +02:00
dynext add path-extension, path-has-extension? and path-{add,replace}-extension 2016-04-16 17:56:34 -06:00
ffi foreign: document internal make-late-will-executor 2019-05-03 06:20:11 -06:00
file file/tar: add #:timestamp parameter 2019-06-10 13:24:11 -04:00
info
json where to find the docs and the tests 2019-05-18 12:57:00 -04:00
launcher setup/dirs: fix cases where paths are unavailable 2018-11-19 19:15:49 -07:00
net net/url: avoid failure on bad proxy environment variable 2019-05-29 15:13:03 -06:00
openssl *BSD: add "111" to libcrypto.rkt 2019-03-05 20:27:11 -07:00
pkg typo: reword install/clone error message (#2609) 2019-04-27 11:43:21 -04:00
planet planet: adapt to work with Racket CS overlay build 2019-05-22 08:30:41 -06:00
racket cs: fix cross-module inlining for separate compilation 2019-06-15 10:05:05 -06:00
raco switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
reader/lang move "scheme" collection to a "scheme-lib" package 2013-08-27 15:19:24 -06:00
realm add "collects/realm/README.txt" 2013-08-27 18:00:58 -06:00
s-exp/lang
setup Windows: fix setup/winstrip for different variants 2019-06-12 06:07:34 -06:00
syntax syntax/parse: Fix syntax instead of quote-syntax in def-litset 2019-06-01 23:47:05 -05:00
version allow some redirections in the url that looks for the new version 2019-03-24 19:21:07 -05:00
xml Fixes #2440 2019-01-18 16:20:47 +00:00
.gitignore