Diagrams/Dev
From HaskellWiki
< Diagrams(Difference between revisions)
(add link to build status) |
m (→Design notes: fix formatting) |
||
| (4 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
== Darcs/patch-tag -> git/github migration == | == Darcs/patch-tag -> git/github migration == | ||
| - | All the diagrams repos are now migrated to github, under the [https://github.com/diagrams diagrams organization]. | + | All the diagrams repos are now migrated to github, under the [https://github.com/diagrams diagrams organization]. I believe that all references (documentation, .cabal files, etc.) have now been updated as well. |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
== Guidelines == | == Guidelines == | ||
| + | |||
| + | * [[Diagrams/Contributing|How to contribute]] | ||
* [https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md Coding style guidelines]. It's not worth being super picky about these, but in general they are quite good. | * [https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md Coding style guidelines]. It's not worth being super picky about these, but in general they are quite good. | ||
| Line 23: | Line 18: | ||
* [[/Freezing|Freeze, attribute transformation, and the backend API]] | * [[/Freezing|Freeze, attribute transformation, and the backend API]] | ||
* [[/Transformations|Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.]] | * [[/Transformations|Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.]] | ||
| + | * [[/Arrows|Arrows]] | ||
== Releases == | == Releases == | ||
| Line 33: | Line 29: | ||
* [[/BuildStatus|travis-ci build status]] of all diagrams packages. | * [[/BuildStatus|travis-ci build status]] of all diagrams packages. | ||
| + | |||
| + | * byorgey's time spent hacking on diagrams:<br />[https://www.beeminder.com/byorgey/goals/diagrams http://beeminder.com/byorgey/diagrams-thumb.png] | ||
Current revision
Contents |
1 Darcs/patch-tag -> git/github migration
All the diagrams repos are now migrated to github, under the diagrams organization. I believe that all references (documentation, .cabal files, etc.) have now been updated as well.
2 Guidelines
- Coding style guidelines. It's not worth being super picky about these, but in general they are quite good.
- Guidelines for reviewing and merging code. For those with push access to one or more repos in the github diagrams organization.
3 Design notes
- Text support
- Notes on extending support for paths
- Bounding functions
- Freeze, attribute transformation, and the backend API
- Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.
- Arrows
4 Releases
5 Miscellaneous links
- [1]: ticket re: GHC error messages with ambiguous type variables. This comes up a lot when using diagrams, it would be nice to see this ticket resolved.
- travis-ci build status of all diagrams packages.
