Difference between revisions of "Diagrams/Dev"

From HaskellWiki
Jump to navigation Jump to search
(→‎Releases: add migration page links)
 
(12 intermediate revisions by 3 users not shown)
Line 4: Line 4:
   
 
* [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.
  +
  +
* [http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html git commit message guidelines].
   
 
* [[/ReviewingAndMerging|Guidelines for reviewing and merging code]]. For those with push access to one or more repos in the [http://github.com/diagrams github diagrams organization].
 
* [[/ReviewingAndMerging|Guidelines for reviewing and merging code]]. For those with push access to one or more repos in the [http://github.com/diagrams github diagrams organization].
Line 12: Line 14:
 
* [[/Paths|Notes on extending support for paths]]
 
* [[/Paths|Notes on extending support for paths]]
 
* [[/Bounds|Bounding functions]]
 
* [[/Bounds|Bounding functions]]
* [[/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]]
 
* [[/Arrows|Arrows]]
  +
* [[/Gradients|Gradients]]
  +
* [[/Expression|Backend type parameters and the expression problem]]
  +
* [[/Fixpoint|Fixpoint semantics]]
  +
* [[/Constraints|Constraint design notes]]
  +
* [[/AlignedCompose|Aligned composition]]
  +
  +
=== Outdated design notes ===
  +
  +
Stuff which is no longer current but kept here for historical reference.
  +
 
* [[/Freezing|Freeze, attribute transformation, and the backend API]] (after the merging of the "units" branch, freeze is no more)
  +
  +
== Links/resources ==
  +
  +
Links to software, papers, documentation, etc. which is helpful or relevant.
  +
  +
* [http://cairographics.org/manual/ cairo reference manual]
  +
  +
* [http://potrace.sourceforge.net/ potrace], a nice raster -> vector library. Even has a [http://potrace.sourceforge.net/potrace.pdf detailed description of the algorithms used].
  +
* [http://homepages.cwi.nl/~ploeg/papers/padl131.pdf A Library for Declarative Resolution-Independent 2D Graphics] (PADL 2013)
  +
* [http://conal.net/Pan/papers.htm Pan (Conal Elliott)]
  +
  +
Misc instructions
  +
  +
* How to add [[/IRCHooks|IRC Hooks]] to repositories in the github diagrams organization
   
 
== Releases ==
 
== Releases ==
Line 20: Line 46:
 
* [[/Migrate0.6|0.5 to 0.6 migration]]
 
* [[/Migrate0.6|0.5 to 0.6 migration]]
 
* [[/Migrate0.7|0.6 to 0.7 migration]]
 
* [[/Migrate0.7|0.6 to 0.7 migration]]
  +
* [[/Migrate1.0|0.7 to 1.0 migration]]
  +
* [[/Migrate1.1|1.0 to 1.1 migration]]
  +
* [[/Migrate1.1|1.0 to 1.1 migration]]
  +
* [[/Migrate1.2|1.1 to 1.2 migration]]
  +
* [[/Migrate1.3|1.2 to 1.3 migration]]
  +
* [[/Migrate1.4|1.3 to 1.4 migration]]
   
 
== Miscellaneous links ==
 
== Miscellaneous links ==
Line 29: Line 61:
 
* byorgey's time spent hacking on diagrams:
 
* byorgey's time spent hacking on diagrams:
 
<p>[https://www.beeminder.com/byorgey/goals/diagrams http://beeminder.com/byorgey/diagrams-thumb.png]</p>
 
<p>[https://www.beeminder.com/byorgey/goals/diagrams http://beeminder.com/byorgey/diagrams-thumb.png]</p>
  +
  +
* [[/ReleaseAutomation| Notes on automating tedious parts of our release process]]

Latest revision as of 19:39, 16 October 2016

Guidelines

Design notes

Outdated design notes

Stuff which is no longer current but kept here for historical reference.

Links/resources

Links to software, papers, documentation, etc. which is helpful or relevant.

Misc instructions

  • How to add IRC Hooks to repositories in the github diagrams organization

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