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

Syntax-driven line-continuation in the graph #1900

Closed
hjoliver opened this issue Jun 21, 2016 · 0 comments
Closed

Syntax-driven line-continuation in the graph #1900

hjoliver opened this issue Jun 21, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@hjoliver
Copy link
Member

Supersedes #1328. We're keeping the standard line-continuation backslash for the moment, but we should make it entirely unnecessary in the graph.

I.e., as well as this:

graph = """   # (already supported)
   foo => bar => \
       baz
"""

and this:

graph = """   # (already supported)
   foo => bar
       bar => baz
"""

we should also allow this:

graph = """"
   foo => bar =>
      baz
"""
@hjoliver hjoliver added this to the soon milestone Jun 21, 2016
@hjoliver hjoliver added the small label Jun 21, 2016
@hjoliver hjoliver modified the milestones: later, soon Jun 24, 2016
@matthewrmshin matthewrmshin modified the milestones: next release, later Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants