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

Hack previous parser behaviour for AccSection #311

Merged
merged 2 commits into from
Oct 15, 2018
Merged

Conversation

mikusp
Copy link

@mikusp mikusp commented Oct 12, 2018

Pull Request Description

Restore previous behaviour in regard to parsing AccSections as defined in #301

Important Notes

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • The code conforms to the Luna Style Guide.
  • The code has been tested where possible.

@mikusp mikusp self-assigned this Oct 12, 2018
@iamrecursion iamrecursion self-requested a review October 15, 2018 09:07
Copy link
Contributor

@iamrecursion iamrecursion left a comment

Choose a reason for hiding this comment

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

Looks good to me. Just one thing regarding documenting the why of it all.

Ast.Number _ -> True
_ -> False
lIsNum = isNumber l
rIsNum = isNumber r
in dot && lIsNum && rIsNum

-- luna/luna#301
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd like to see some more description in the codebase than just the issue number. This will be deprecated by the new syntax, I assume so perhaps something about that.

@iamrecursion iamrecursion added T - Bug --breaking Important: a change that will break a public API or user-facing behaviour p-high Should be completed in the next sprint labels Oct 15, 2018
@mikusp mikusp merged commit 1820a2d into master Oct 15, 2018
@mikusp mikusp deleted the 301_accsection branch October 15, 2018 10:52
turion pushed a commit to turion/luna that referenced this pull request Jun 25, 2019
turion pushed a commit to turion/luna that referenced this pull request Jun 25, 2019
@iamrecursion iamrecursion mentioned this pull request Jun 23, 2020
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--breaking Important: a change that will break a public API or user-facing behaviour p-high Should be completed in the next sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants