IUCompilerCourse / Essentials-of-Compilation

A book about compiling Racket and Python to x86-64 assembly
1.27k stars 137 forks source link

Racket release links to a python release pdf #168

Closed water-chika closed 10 months ago

water-chika commented 10 months ago

ATT

haziz commented 10 months ago

Seconded. I am experiencing the same.

luthern commented 10 months ago

If you have a TeX install you can change the flags near the top of book.tex and run make to produce the Racket version of the pdf.

\def\racketEd{0}
\def\pythonEd{1}
jsiek commented 10 months ago

Hmm, I don't know how to fix this... something about the release process is setting the edition to Python... I'll keep looking.

jsiek commented 10 months ago

Ok, I figured it out. The file .github/workflows/ci.yml controls the release. I changed it to make the Racket version and created a new release with the Racket pdf.