mapbox / carto

fast CSS-like map stylesheets
https://cartocss.readthedocs.io/
Apache License 2.0
654 stars 129 forks source link

renaming husl to hsluv or dropping husl support #456

Closed nebulon42 closed 7 years ago

nebulon42 commented 7 years ago

Husl has changed its name to HSLuv, which is a major annoyance given that Husl colours are currently specified with husl(). I'm thinking of dropping husl support altogether as I'm missing the necessary stability of the project. Anyway, renaming or dropping husl will require moving to carto 1.0.0.

Ref https://github.com/hsluv/hsluv/issues/33

boronine commented 7 years ago

HSLuv creator here, sorry for the annoyance! It seems that you have these options:

  1. deprecate husl(), drop support at 1.0
  2. deprecate husl(), add hsluv(), drop husl() at 1.0
  3. keep things as-is, wait until 1.0

On my part, I'm going to add prominent messaging to http://www.hsluv.org/ to inform people of the name change.

nebulon42 commented 7 years ago

I think I'll go for 2.