-
-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add ctx.c * create class context earlier to avoid some heritage awkwardness * add ctx.e * start on ctx.f * curfield * vthis * untyped * in_loop * bypass_accessor & meta * with_type_stack & call_argument_stack * in_call_args & in_overload_call_args * in_display * is_display_file * in_call_args needs to be on ctx.f also do some cleanup * why did I change that * macro_depth * delayed_display * allow_inline & allow_tranform * rename to ctx_c to make difference visible * more renaming, less ctx because that will totally fix something * I'm committed now * make some context cloning explicit * clone for enum fields too and random cleanup * Revert "allow_inline & allow_tranform" This reverts commit f35e83c. --------- Co-authored-by: Rudy Ges <[email protected]>
- Loading branch information
Showing
37 changed files
with
659 additions
and
637 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
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
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
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
Oops, something went wrong.