-
Notifications
You must be signed in to change notification settings - Fork 27
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
update manual and arrow tutorial for new semantics of lc w.r.t arrows #40
Conversation
The styles of the head, tail and shaft may be individually overridden | ||
using `headStyle`, `tailStyle`, and `shaftStyle`. We change the | ||
attributes of the arrow parts by setting one of these parameters equal | ||
to a function that applies the attributes, *e.g.* `headStyle = fc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be updated to reflect lenses and the change of field type. Eg, headStyle %~ fc blue
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, there's lots of that sort of thing that needs updating (much more than just this sentence). I thought I would leave that to another day.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough.
Do you know why the travis build failed? |
Whoops, thanks, I missed that. I'm headed to bed now, feel free to fix it, or I will in the morning. The travis build is failing for some unrelated reason... something screwy going on with the Shake build system. |
Travis mysteriously fixed itself. Good enough for me. |
update manual and arrow tutorial for new semantics of lc w.r.t arrows
You know, I think I've seen this error (about |
I think I'm having the same problem, trying to build to docs after replacing a subdirectory |
@jeffreyrosenbluth: Usually for me the problem goes away if I just run Shake a second time (without cleaning in between). Is the problem persistent for you? |
I reinstalled all of the packages since I wanted to update for the new delayed-subtree merge and the problem went away. |
Hmmm. Can you open a new ticket? |
See diagrams/diagrams-lib#137 and diagrams/diagrams-core#47.