Difference between revisions of "Diagrams/Dev"

From HaskellWiki
Jump to navigation Jump to search
(Add links to some guidelines)
m (→‎Design notes: fix formatting)
(6 intermediate revisions by the same user 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.
 
What still needs to be done:
 
 
* Import issues from [http://code.google.com/p/diagrams/issues/list Google code] into github. However, the github issue trackers are per-repo, so we'll have to import according to 'Component' tag (and the component tags may need to be cleaned up on google code first). fryguybob thinks maybe we can modify [https://github.com/arthur-debert/google-code-issues-migrator/blob/master/migrateissues.py#L100 this] to get something that will work.
 
* 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 ==
 
== 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 24: 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 32: Line 27:
   
 
* [http://hackage.haskell.org/trac/ghc/ticket/4921]: 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.
 
* [http://hackage.haskell.org/trac/ghc/ticket/4921]: 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.
  +
  +
* [[/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]

Revision as of 03:19, 13 December 2012

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.

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