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

4406-fix-class-def-parser-for-simple-definitions #4409

Conversation

MarcusDenker
Copy link
Member

support simplified slot defintions (using #symbol). fixes #4406

Copy link
Contributor

@dionisiydk dionisiydk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future improvements:
This method looks like it should go to the message node itself:

aRBMessageNode asSlotClassDefinitionNode

@dionisiydk
Copy link
Contributor

Hey, we need a test for this case.
It should be easy to add as there are other tests for this parser

@MarcusDenker
Copy link
Member Author

I wil add tests later in another PR

@MarcusDenker MarcusDenker merged commit aca82ea into pharo-project:Pharo8.0 Aug 23, 2019
@Ducasse
Copy link
Member

Ducasse commented Aug 24, 2019

What does it mean "aRBMessageNode isLiteralNode" ?

@MarcusDenker
Copy link
Member Author

It is not a message. I just did a quick workaround to unblock people that wanted to work, I did that on the train with bad internet.
More work is needed.

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.

fix class def parser for simple definitions
3 participants