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

Improve parsing of code attributes #115

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

bfad
Copy link
Contributor

@bfad bfad commented Dec 4, 2016

Any attribute that had an Elixir expression with a space in it would not
be parsed correctly. This commit should mitigate most instances.

Fixes #32

This may not be a perfect fix, but it should be an improvement until slime implements a lexer/parser.

Any attribute that had an Elixir expression with a space in it would not
be parsed correctly. This commit should mitigate most instances.

Fixes slime-lang#32
@doomspork
Copy link
Member

@Rakoth do you have any thoughts? I imagine this would be resolve with you #113 PR?

@Rakoth
Copy link
Member

Rakoth commented Dec 12, 2016

@doomspork yes, my PR solves this, on the other hand @bfad is right, we can use this fix until my PR is merged.

@doomspork doomspork merged commit 462c737 into slime-lang:master Dec 22, 2016
@doomspork
Copy link
Member

Thank you @bfad and @Rakoth 👍

@dannote
Copy link

dannote commented Jan 2, 2017

Thank you!

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.

Code-as-attributes doesn't work, e.g. src=static_path(@conn, "x.css")
4 participants