diagrams / diagrams-contrib

User-contributed extensions to diagrams
BSD 3-Clause "New" or "Revised" License
27 stars 31 forks source link

update for linear #40

Closed bergey closed 9 years ago

bergey commented 9 years ago

Accompanies https://github.com/diagrams/diagrams-lib/pull/212

This is nearly done; it remains to decide what to do about force-layout, and the minor name collision of size. I think the choices with force-layout are port it to linear (it has no revdeps but diagrams-contrib) or create vector-space class instances for V2 and other types, in diagrams-contrib.

cchalmers commented 9 years ago

I was actually working on this too :). nvm, it's nice to compare. I've also converted force-layout and diagrams-svg as well as some others but I don't have permission to push.

bergey commented 9 years ago

I should have checked with you before I started. Sorry. I'd like to work on a Backend or two. What have you not started on?

I just gave you push rights to more repos, including -svg and force-layout. Let me know if you need access to something I missed. And when you push to new branches, please do call them linear so that travis finds the right branches of -core and -master.

jeffreyrosenbluth commented 9 years ago

I'd like to linearize at least one backend as well. Let me know whats left.

cchalmers commented 9 years ago

Great, thanks. So far I've worked on diagrams-backend-tests and active as well. I'd also like to do -rasterific but that's it for backends for now.

jeffreyrosenbluth commented 9 years ago

@bergey why dont you take -cairo or -canvas, your choice and i'll take the other.

jeffreyrosenbluth commented 9 years ago

@cchalmers I gave you push rights to diagrams-rasterific

bergey commented 9 years ago

@jeffreyrosenbluth I'll take -cairo. Please take -canvas.

jeffreyrosenbluth commented 9 years ago

@bergey sounds good. will do

bergey commented 9 years ago

@cchalmers Thanks for making nearly all the changes I planned to make today!