You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline should be after Typer. It should probably be before pickling or inspecting definitions that contain inline calls will not show the body with inlined calls. Hence we would have two different representation of the same tree depending of how it is accessed.
Uh oh!
There was an error while loading. Please reload this page.
Pickling
and beforeReifyQuotes
(Move inline β-reduction out of typer #5216)ReifyQuotes
and removeInlined
from TASTy (Move inlining into ReifyQuotes and remove Inlined from TASTy #5241)Substitute by-name parameters directly without creating def bindings for them.(now is imposible as macros are expanded before bindings are inlined)MoveMove macro expnasion beforedropUnused
simplification after macro expansion.dropUnused
simplificationThe text was updated successfully, but these errors were encountered: