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

8135-When-executing-a-doit-against-a-context-the-class-is-not-correct #8136

Conversation

MarcusDenker
Copy link
Member

DoIts executed with a context set do not create an AST with the class correctly set.

  • add a test that fails: testDoitContextCheckClass
  • improve #parseDoIt to do #transformDoit (and fix the two users)
  • fix transformDoit to set the class if the context is set

fixes #8135

… correctly set.

- add a test that fails: testDoitContextCheckClass 
- improve #parseDoIt to do #transformDoit  (and fix the two users)
- fix transformDoit to set the class if the context is set

fixes pharo-project#8135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When executing a doit against a context, the class is not correct
1 participant