Package: racket / 7.9+dfsg1-2

Metadata

Package Version Patches format
racket 7.9+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 prohibit import from module with a weak code inspect.patch | (download)

share/pkgs/racket-doc/scribblings/reference/code-inspectors.scrbl | 12 9 + 3 - 0 !
src/expander/namespace/module.rkt | 20 16 + 4 - 0 !
2 files changed, 25 insertions(+), 7 deletions(-)

 prohibit import from module with a weak code inspector

Cherry-picking commit aa2e814a02, with changes to generated files
dropped. This change alone will not fix #991327; the code in
src/bc/src/startup.inc needs to be regenerated by running "make
expander" in src/expander.

0002 regenerate startup.inc.patch | (download)

src/bc/src/startup.inc | 478 264 + 214 - 0 !
1 file changed, 264 insertions(+), 214 deletions(-)

 regenerate startup.inc

This propagates the changes of 9c85d00a to the expander source used in
the build. The commit was generated by the following procedure.

% cd src
% make
% make install
% cd expander
% make expander
% git add ../bc/src/startup.inc