Difference between revisions of "Diagrams/Dev"

From HaskellWiki
Jump to navigation Jump to search
(add link to build status)
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Guidelines ==
== Darcs/patch-tag -> git/github migration ==
 
   
  +
* [[Diagrams/Contributing|How to contribute]]
All the diagrams repos are now migrated to github, under the [https://github.com/diagrams diagrams organization].
 
 
What still needs to be done:
 
 
* Update any and all references to patch-tag to point to github instead. This includes:
 
** The diagrams website
 
** The user manual and tutorial?
 
** The packages themselves (in the .cabal files)
 
 
== Guidelines ==
 
   
 
* [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 14:
 
* [[/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 ==
   
 
* [[/Migrate0.6|0.5 to 0.6 migration]]
 
* [[/Migrate0.6|0.5 to 0.6 migration]]
  +
* [[/Migrate0.7|0.6 to 0.7 migration]]
   
 
== Miscellaneous links ==
 
== Miscellaneous links ==
Line 33: Line 26:
   
 
* [[/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:
  +
<p>[https://www.beeminder.com/byorgey/goals/diagrams http://beeminder.com/byorgey/diagrams-thumb.png]</p>

Revision as of 19:30, 1 September 2013

Guidelines

Design notes

Releases

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.
  • byorgey's time spent hacking on diagrams:

diagrams-thumb.png