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

AspectCopier must copy xtend/K3 code instead of the generated java code #127

Open
dvojtise opened this issue Jan 22, 2019 · 0 comments
Open

Comments

@dvojtise
Copy link
Contributor

In order to have only one project for the runtime language,
the AspectCopier copy only the generated java code from xtend/K3
(probably because this is easier to reuse java code manipulation library and also due to diverse-project/k3#45)

However, copying only the java code prevents K3 from being able to optimize setter/getter code and force the use of inefficient reflexive code (diverse-project/k3#68)

I suggest that the AspectCopier should copy and adapt the K3 code instead of the generated java code.

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

No branches or pull requests

1 participant