Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop usage of callsite #5

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Conversation

krux02
Copy link
Contributor

@krux02 krux02 commented Aug 20, 2019

I try to get my PR here green. callsite will then only be available when explicity requested with --experimental:callsiteAccess. This usage of callsite here though can be rewritten to not use it anymore, so no flag required.

@PMunch
Copy link
Owner

PMunch commented Aug 21, 2019

Why is it necessary to split the macros into a a normal and an aux variant?

@PMunch PMunch merged commit ba4464c into PMunch:master Aug 21, 2019
@krux02
Copy link
Contributor Author

krux02 commented Aug 21, 2019

The problem is, instantiationInfo does not work on macros yet. Therefore I made a template where instantiationInfo can be evaluated. I know it is ugly, sorry for that.

@PMunch
Copy link
Owner

PMunch commented Aug 22, 2019

Yeah I thought it was something like that. You say it doesn't work on macros yet, any idea when it will work on macros?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants