-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add
optimize
keyword arg to code_typed
this allows obtaining type-inferred ASTs without inlining etc. applied the `typeinf` function was way too long anyway fixes #10392
- Loading branch information
1 parent
0b2962a
commit caa3277
Showing
2 changed files
with
73 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caa3277
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appveyor win64 has timed out while building inference on every single build since this was committed. Haven't reproduced locally yet, but I think it's probably not a coincidence.
caa3277
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happens locally, but not with cross-compile from cygwin.
appears to be a function of which compiler is being used.will experiment with things and tweak appveyor if necessarycaa3277
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... 46bcd77 ... wtf?