[Pkg-javascript-commits] [less.js] annotated tag upstream/1.6.3_dfsg created (now abeb551)

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:22:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/1.6.3_dfsg
in repository less.js.

        at  abeb551   (tag)
   tagging  84ea78e43b407491e551a5c821d522a885ed28e9 (commit)
  replaces  upstream/1.4.2
 tagged by  Jonas Smedegaard
        on  Fri Oct 9 20:33:22 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 1.6.3~dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWGAhyAAoJECx8MUbBoAEhKHcP/07O6qNeAhMcJqWC3RDR8ewX
NLJ2AugEHP7mkoHxErwu732yU6QBR3hw10g4FPue4RE3WB3MCOsuNYm+uVGOeBh/
ZkI5f53mNany6OWyw6J7rMBAmfEhYMzhr6l/PGdQ0a4YvtCgUBZZiUW7DR8xeH8h
yHS3bFEkUXA7VQobrhW3kwCuo+jbgLUj/xGABB8k/DUlTIc6f8hSGfZIQSpOAgPr
W0QUf3fXZ8g2MgLCzJmRRLR/wld6mwOD1msyFiP8JOOnG0ow3AQ3qtuquyg4ZmGx
q7cd/Ddn7THKDc02UOmJ1xmEq++ND8GLobiXqJ0uTvcsR0sAZkBMdK1TZmYBDaeA
4bC1R+xYcoMqlhu/YUO4p/cynsZajwriukF/PO59a4U0SBuRIEMD37t4IeFnSMsy
pk6YbirABhMPAVOM2vp92hKBu6R4doFpQLMI4ifzQhyMRUlJFO6uY6iIKAwSXgwE
1dnuB8+45IX4qy2J4RTsgbWYCq0dgSptCGzxKUM+18kuQRu3J6qXCQldTXTns6TR
NOT2eVU3yTB+G78y8EnT8a16mXRKCoibDZB3PPMVi0JxE+Su1MsKN4vt4Ml1iLnd
MxHfBOGuiqYio5S6rglA315/DZlPrgxVtgdXRCxlXn+RagDbplqKxeUYT83XD+4i
jPTLIeb16XBY0T3S9J8n
=yLLP
-----END PGP SIGNATURE-----

Alvaro Cabrera (1):
      Normalize require-calls for Browserify

Anders Johansson (2):
      Added --source-map-basepath option
      Normalize path for sourceMappingURL.

Andreas Lind Petersen (1):
      Avoid fs.statSync unless env.syncImports is specified.

Anthon Pang (1):
      util.error is deprecated

Brian Dukes (1):
      Add failing test for imported mixin with wrong path

Byron Wong (4):
      initial fix in browser.js and a small test addition
      take out log
      take out previous inline test attempt. add new test to runner-browser to test inline LESS
      simplify  by saving reference to style tag instead of saving index

Christian Hammond (1):
      Support specifying custom variables when calling lessc and less.js.

Christophe Robin (1):
      Added switch --insecure to allow imports from insecure/self-signed SSL certificates

DHainzl (1):
      Updated .jshintrc to highlight for ... in without isOwnProperty

Daniel Feel Fine (1):
      purge unnecessary files

Daniel Katz (2):
      Added support and tests for !merge() syntax #700
      Syntax changed to !merge(space | comma)

Daniel Stockman (7):
      Refactor parser's private getLocation method for clarity, and reuse appropriately.
      JSHint lib/* and test runners.
      Run JSHint in pretest phase, with basic config and ignores.
      Log stacks when errors are caught in tests to aid debugging.
      Merge branch 'sm/jshint' into all-sourcemap-patches
      Merge branch 'sm/location-refactor' into all-sourcemap-patches
      Merge branch 'sm/log-stacks' into all-sourcemap-patches

David Cornu (1):
      Catch errors thrown by root.toCSS()

David Daester (1):
      Updated Readme for full examples

Doug Haber (8):
      innerText isn't available in ff/chrome/etc so use innerHTML
      Update gradle build to:
      Fix some tests that were failing on my Mac
      Clean up some text changes
      Add Support Map Tests
      Don't build lint source-map since its owned by another project
      fix empty test
      Split rhino and rhino version of lessc.  This lets us have cleaner tests (since we don't need to include the test code in the rhino source).  Also

ForbesLindesay (1):
      Fix global variable leaks

Furkan Tunalı (1):
      Update bower.json

Hector G. Parra (1):
      Report bugs to: http://github.com/less/less.js/issues

Jeffrey Fisher (1):
      Fix CHANGELOG broken link in README.

John Kreitlow (1):
      Fix Changelog link

Jon Schlinkert (20):
      overhaul README. adds information about installing, testing and development
      Add README.md template to ./build directory. All changes to the README should be made here. Pull requests can still be made against the template, and anyone who pulls down the repo will be able to build the readme with `grunt readme`. So dates, versions, changelog or any other data that gets updated over time (in other files in the repo) will be generated into the readme automatically.
      adds grunt dependencies to package.json, .jshintrc for jshint task, updates gitignore to account for tmp dir while testing
      add build.yml for controlling paths and order of source files only. Paths for anything besides source files, such as testing or benchmarking, should be controlled in the Gruntfile. this file must be updated when files in the project change.
      Add Gruntfile with tasks/target configurations, and commands for running tasks.
      remove header.js since this is accomplished with meta.banner in the gruntfile. remove makefile.
      fix code fences and some metadata, remove watch task from package.json
      remove makefile
      resolves #964
      Merge pull request #1449 from jonschlinkert/master
      fixed `stripBanners` type in concat task. reformatted author name/email in package.json.
      Merge branch 'less.js/1.5.0-wip'
      Merge pull request #1 from SomMeri/jasmine
      remove makefile that added from previous merge conflict
      fixed some typos, ran jshint and reformatted for clarity
      consolidates jshint targets since they aren't being run separately. cleans up some tasks.
      update metadata and build.yml to reflect latest changes in 1.5.0 branch
      Merge pull request #1519 from JacopKane/patch-1
      Merge pull request #1537 from radium-v/patch-1
      Merge pull request #1828 from ruyadorno/iss-1628

Jonas Smedegaard (1):
      Imported Upstream version 1.6.3~dfsg

Joscha Feth (3):
      Minifier complains about annotation in non-JSDoc tag
      Change American spelling to UK spelling
      This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling.

Josh Schmidt (7):
      Use parent ids instead of recursive calls to inInheritanceChain()
      Set object id and initiate parent_ids array
      fix whitespace
      Update ruleset.js
      Check value of elements before getting args
      Cache match elements to speed up compiler
      Fix grunt test, declare i

Joshua Spence (2):
      Fixes #1619
      A better solution for fixing #1619

Kemal Dag (1):
      small compatibility fix for prototype.js

Kevin Attfield (1):
      added sourceMappingURL option

Kevin Gillette (3):
      Added min and max builtins.
      min/max now always reduce compatible terms.
      Cleanup. Now responds to env.compress

Kim Joar Bekkelund (2):
      Simplify ifs
      Remove ;

Luca Bernardo Ciddio (2):
      Cache buster for url tokens
      Renamed --cache-buster option to --url-args

Luke Page (254):
      start seperating browser load stylesheet and loadFile
      Move parsing into loadStylesheet from loadFile
      move browser to parse inside parser
      seperate sheet and env
      Simplify more of loadFile and make more of the env creation common between node and browser
      move new parseEnv into parser
      Align the callback param orders
      Add import inline option. Fixes #1209
      multi comments in selectors and other places
      Fix modifyVars to use a per file cache so less is re-evaluated properly. Also add tests and \n in case of comment on the last line
      1.4.1 so far changelog changes
      Add silent option
      Basic functionality and basic tests for import silent
      import silent - handle selectors containing amp
      import silent: add tests for extends
      import silent to work with media queries and directives
      support comments. Add failing test case for when mixin call does not have parent selectors
      todo to fix last part of import silent
      changelog info
      Fix the rest of import silent
      rename import silent to import mute. Fixes #1210
      Add bypass for saturate(5%) filter function. Helps issue #1299
      Fix merge tests when running in phantomjs
      Convert property merging to the new agreed syntax of +:
      move call to initiate loading of styles to the end of browser.js in case of syncronous load - make sure all the functions have been assigned before starting up
      add tests and fix whitespace issue
      do not use spaces between | namespace operators. Fixes #1300
      Add svg-gradient function. Fixes #1383
      guards on css styles, first draft. Only allows guards on 1 selector in the block, that being the last one.
      update changelog
      update changelog to add svg-gradient function
      add option to disable javascript. Fixes #688
      Fix typo in changelog
      Start abstracting re-organising logic into a visitor before css output. Will allow nodes to just be 'read' and debugInfo written into a sourcemap. part 1.
      move comment filtering into visitor
      remove variables before toCSS
      move the property check out of the ruleset and fix an issue in the visitor
      switch to use the clean-css compressor. #1349
      better environment detection
      start refactoring toCSS so we will be able to collect sourcemap information at the same time
      start moving the tab indent so that css is not modified once output
      get closer moving tab control away replacing text after converting to css
      fix tests
      move rule/ruleset re-ordering away from toCSS
      Fix error in previous commit
      housekeeping ready for next part of refactoring
      Move more toCSS logic into the toCSS visitor
      move rule duplication removal into the toCSS visitor
      refactor toCSS to be in output order
      move mergerules into toCSS visitor
      edit to show bug in extends. move selector toCSS to be concurrent
      continue moving to genCSS
      Merge remote-tracking branch 'evocateur/all-sourcemap-patches' into sourcemaps-wip
      Fix jshint errors after merge and add jshint to makefile
      move more files over to use genCSS
      convert the rest of the nodes to use genCSS
      add sourcemapper class
      hack in prototype exporting empty source-map
      add tests for sourcemaps and get prototype working
      tweaks and start of output
      get the map file outputting and reference file from the end of the css file
      small fixes to sourcemaps
      update jam version
      Merge branch 'lessmaster' into 1.5.0-wip
      Merge branch '1.5.0-wip' into sourcemaps-wip
      unused variable cleanup
      pass more lines and columns to the sourcemap generator. start passing the filenames to the sourcemap generator.
      test some more advanced sourcemaps and correct a bug in the output column
      correct some paths
      switch to use the clean-css compressor. #1349
      Fix issue with svg-gradient breaking the opacity
      correct radial gradient format to w3c spec
      Fix issue with css guards not hiding inner classes
      sourcemaps: rename rootpath to basepath and add a rootpath option
      sourcemaps: Fix some issues with output, add an inline flag, add a test harness
      Merge branch 'sourcemaps-wip' into 1.5.0-wip
      Fix possible race condition in the import
      Fix bad reliance on env variable, causing error when interpolating a comma seperated value
      Fix IE8 issue if 'less' is a dom element
      implement log to console and fix browser tests
      add tests and fix log to console feature
      Merge branch '1.5.0-wip' of https://github.com/gitaarik/less.js into 1.5.0-wip
      Use the log method for logging errors and turn the number into an
      Merge branch 'master' of https://github.com/TooBug/less.js into 1.5.0-wip
      rename log_level to logLevel and update some of the changelog
      switch on latedef option and fix issues. Fixes #1521
      Fix bug with extends. Fixes issue with added space with extend. Now all unit tests pass again
      Fix another extend issue - Fixes #1404
      fix media query bug. Fixes #1502
      Merge branch 'normalized-urls' of https://github.com/rjgotten/less.js into 1.5.0-wip
      Fix browser tests after removing .. path elements
      Merge branch 'patch-1' of https://github.com/quarterto/less.js into 1.5.0-wip
      don't strip units when compressing for durations
      1.5.0 beta 1
      Merge branch '1.5.0-wip'
      Merge branch '1.5.0-wip' of https://github.com/upstage/less.js
      fix jshint grunt task
      re-organise the grunt tasks a little and update readme
      add the test sourcemaps command and delete unused file
      Fix most of the browser tests running through grunt
      Fix more browser tests under grunt
      fix another browser test
      do not create empty sourcemaps or add mapping comments on to empty files. Also fix empty files from having a newline in them. fixes #1491
      clean up a TODO and avoid some un-necessary calls
      Fix the final tests and get grunt to stop f the javascript tests fail
      Merge branch 'grunt-wip'
      add back sourcemap test result file
      Fix #1536 - pattern used in bootstrap is causing a recursion error
      Merge branch 'master' of https://github.com/cloudhead/less.js
      remove alpha and beta as they can be determined from the version number
      Release 1.5.0 beta 2
      Merge pull request #1412 from christopherobin/master
      Merge pull request #1543 from andjo/sourcemap-options
      Fix the default for the sourcemap basepath
      support transparent as a color but do not alter existing output of transparent and rgba()
      Merge branch 'master' of https://github.com/brenmar/less.js
      use the same environment frames for guards as for evaluating parameters
      add passing test for urls containing escaped quotes
      allow sourcemaps to be inline, in the css
      small fixes to help allowing sourcemaps in browser mode
      Test for invalid colors. Fixes #1458
      add ! to keep comment on minification pattern. Fixes #1396
      improve output of page rules during compression - don't strip ; on rule before rulesets
      Merge pull request #1552 from picomancer/master
      1.5.0 beta 3 release
      support inline css files in the sourcemaps
      Add alias for =< as <= fixes #1435
      throw an error when the unit function is passed bad input. Fixes #1426
      do not match args with a variadic mixin that does not have enough arguments. Fixes #1527
      send important on to sub mixins. Fixes #1256
      allow media features to be variables. Fixes #1330
      if ie compatability is off, do not warn at all about file sizes over IE's
      support @host. Fixes #1560
      Merge pull request #1558 from danielfeelfine/master
      import multiple has a cascade effect. fixes #1497
      Merge branch 'master' of https://github.com/cloudhead/less.js
      Merge pull request #1572 from robocoder/patch-2
      Merge branch 'master' of https://github.com/seven-phases-max/less.js
      Update changelog
      Merge pull request #1570 from MSamman/Percent_As_Attribute
      1.5.0 beta 4 release - last one I hope
      Fix missing parameter to Quoted - Fixes #1562
      Fix bad json - extra ,
      Fix duplicate selectors sometimes generated in extends. Fixes #1591. Fixes #1581
      support nested selectors in extends. part fixes #1580
      make the inline option more obvious. fixes #1603
      Fix error message when putting guards on a single selector
      do not re-import the re-entry file. Fixes #1484
      fix spacing issue with extends and fix tests
      1.5.0 release
      Merge pull request #1628 from tomfuertes/patch-1
      Merge pull request #1655 from chipx86/custom-vars
      Merge pull request #1643 from matthewp/location-port
      Merge branch 'selector-match-fixes' of https://github.com/seven-phases-max/less.js
      add options to disable clean css options that interfere with less operation. upgrade clean css
      warn about using sourcemap option with clean css
      Merge pull request #1658 from joshuaspence/master
      Merge branch 'avoidStatSync' of https://github.com/papandreou/less.js
      revert to env.syncImport
      update readme
      update bower version
      rename the sourcemappingurl to sourcemapurl, add to bin/lessc and adjust to not normalize
      correct the sourcemap url option
      1.5.1 release
      allow plugins
      move the tester into a seperate module so it can be used by other projects
      Merge pull request #1714 from seven-phases-max/math-op-error-msg-fix
      add clean css options parameter and option. fixes #1721
      Merge branch 'master' of https://github.com/cloudhead/less.js
      move return false to the right place. Fixes #1720
      Merge pull request #1717 from joscha/fix-head
      Merge pull request #1708 from Swissbite/master
      Merge branch 'color-ops-fixes' of https://github.com/seven-phases-max/less.js
      add changelog
      Merge pull request #1704 from seven-phases-max/color-blending-with-transparency
      Merge branch 'master' of https://github.com/cloudhead/less.js
      add transparency colour function change to the changelog
      Merge branch 'perf-tune' of https://github.com/fredburger/less.js
      fix tests
      some code review changes and test for the new extra/missing parens check
      test parens false negative
      jshint: eval option
      jshint: boss
      fix the benchmark less
      update the changelog with details of the performance improvements
      normalize the base path as well as the filename for sourcemaps. Fixes #1736
      Merge branch 'master' of https://github.com/cloudhead/less.js
      Merge branch 'unquoted-relative-url-in-mixin' of https://github.com/bdukes/less.js
      Fix issue with urls in mixins
      Merge pull request #1733 from Synchro/master
      Fix issue with unqouted urls in mixins having their context evaluated twice. Fix sourcemap test output
      changelog
      Merge branch 'master' of https://github.com/cloudhead/less.js
      Merge branch 'property-name-interp' of https://github.com/seven-phases-max/less.js
      Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js
      add to the changelog
      Merge pull request #1744 from jeffslofish/patch-1
      Merge pull request #1743 from seven-phases-max/property-merge-fix
      Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors
      Merge branch 'parse-add-variables' of https://github.com/joscha/less.js
      change to use format consistent with the browser and for sourcemaps to take additional variables into account
      Merge branch 'master' of https://github.com/cloudhead/less.js
      missing var config file
      fix typo. fixes #1753
      use new parser options in the browser
      Fix the return code when asking for help/options. Fixes #1664
      Merge branch 'ModifyVars_Numerical_Vars' of https://github.com/MSamman/less.js
      Merge pull request #1757 from seven-phases-max/tree-functions-cleanup
      Merge pull request #1758 from seven-phases-max/master
      Merge branch 'patch-2' of https://github.com/oyejorge/less.js
      Merge branch 'master' of https://github.com/cloudhead/less.js
      add banner option. Fixes #1735
      Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix
      Merge pull request #1769 from lesswtf/master
      Merge pull request #1737 from seven-phases-max/clamped-rgba-output
      update changelog
      Merge branch 'master' of https://github.com/cloudhead/less.js
      move readme changes to build version and re-build
      release 1.6.0
      Merge pull request #1773 from matthew-dean/master
      add comment explaining new function check
      Merge pull request #1795 from dhaber/browsertest
      Merge pull request #1797 from DHainzl/patch-1
      Fix for in without hasOwnProperty
      support shadow dom selectors. fixes #1801
      Fix css guard error. fixes #1796
      update changelog
      Merge pull request #1780 from brenmar/master
      fix sourcemap test
      allow empty files
      update changelog for 1.6.1
      1.6.1 release
      Merge pull request #1804 from cettox/master
      Merge pull request #1803 from wareczek/patch-1
      Merge pull request #1815 from oyejorge/patch-5
      Merge pull request #1806 from SomMeri/rhino
      Merge pull request #1814 from seven-phases-max/numeric-precision
      Merge pull request #1822 from pateketrueke/static-require-calls
      Merge pull request #1823 from seven-phases-max/mixin-guard-default-2
      Merge branch 'cache-buster' of https://github.com/bcluca/less.js
      Merge pull request #1841 from seven-phases-max/missing-parens-and-brackets-errors
      Fix parser error with block comments. Fixes #1833
      Merge branch 'patch-7' of https://github.com/oyejorge/less.js
      Fix unescaped forward slash in regex. Fixes #1827
      Merge branch 'patch-6' of https://github.com/oyejorge/less.js
      Merge branch 'property-interp-fix-2' of https://github.com/seven-phases-max/less.js
      Fix bug with css guards. Fixes #1750. Fixes #1613. Fixes #1813
      make selector-less css guard fold into the current selector
      changelog
      1.6.2 release
      Merge pull request #1844 from mouyang/travis
      Fix double toCSS calls in unusual situations causing an exception. Fixes #1830
      Merge branch 'master' of https://github.com/cloudhead/less.js
      1.6.3 release

Marcus Bointon (2):
      Add link to docs project in contributing section
      Add link to docs project

Marek Duława (1):
      ability to insert uppercase color names

Mark Brennan (1):
      fixed using starting index for parser nodes, which enables the creation of accurate source maps

Matt Brennan (1):
      Better "JavaScript evaluation error" message

Matthew Dean (2):
      Fixes "function" test against regular expressions
      Fix for use of reserved word

Matthew Ouyang (1):
      fix broken test case

Matthew Phillips (1):
      Check location.port for truthiness

Max Mikhailov (1):
      Updated current version in readme.md

Max Ruman (3):
      Change lessc exit status code on error. Fixes #1637
      Add lessc parameter availability check. Fixes #1637
      Disable yui-compress parmeter (instead of falling back to incompatible clean-css). Fixes #1637

Mohammad Samman (2):
      proposed solution to #1568: percentage as attribute
      FIXES ISSUE #1453: let ModifyVar change numerical variables

Mária Jurčovičová (6):
      Replaced make command for tests running by grunt command.
      Merge pull request #11 from dhaber/rhino-issue3
      Merge pull request #12 from dhaber/rhino-mactest
      Merge pull request #13 from dhaber/rhino-source-map-tests
      Merge pull request #17 from dhaber/rhino-empty-test
      Merge pull request #16 from dhaber/rhino-jshint

Oliver Becker (15):
      added gradle based test suite, reviewed rhino integration
      added gradle based test suite, reviewed rhino integration
      merged upstream/master
      normalize quotes to apostrophes in error messages from javascript evaluation (unify node/rhino error message)
      fixed some jshint errors
      removed Makefile (again), fixed grunt rhino build
      renamed task cleanupTest to clean
      added gradle wrapper scripts
      fixed test for initRhinoTest function
      renamed path implementation in less for rhino to _path
      added colored output, added gradle property 'test' to execute a specific test only (use for example: -Ptest=urls)
      started data-uri implementation, added basic console formatting support
      refactored rhino require() for provided (node) modules
      added base 64 encoding for rhino, fixes urls.less test case
      adjusted modules order for rhino (same as for browser)

Oliver Wong (2):
      fix dom manipulation
      use already existing head var

Rik (2):
      created less.log_level setting
      added semi-colons to end of lines where missing

Roman Ožana (1):
      Improve comments stripping in compress

Ruy Adorno (1):
      Updates bower.json for current version, relates to #1628

Synchro (2):
      Tests and fix for #1689
      Remove alpha from contrast calc, see #1724

Tom Fuertes (1):
      update bower.json main script

TooBug (1):
      fix an error about extract

agatronic (3):
      Add interface for a file loader rather than an importer
      Change node to use the file loader interface
      rename mute to reference

brenmar (1):
      return callback values in parser to allow synchronous parsing

fredburger (5):
      Add visitor.js array-based function cache for faster lookups. perf / #1615
      Optimize visitor.visitArray() for perf. #1615
      Misc. perf optimizations. #1615
      New input chunker in parser.js. #1615
      Minor fixes. #1615

lesswtf (1):
      If result of evaluated javascript is a number return it as Dimension.

meri (41):
      Added grunt dependency into package.json.
      Added missing matchdep dependency into package.json.
      Added issing grunt-contrib-* dependencies.
      Added template and config for main runner.
      Undo meaningless change.
      Removed obsolete option.
      Clean up
      Added browser header reference.
      Did legacy tests and working on errors.
      Added wait into error tests.
      Changed error message.
      Removed dead code.
      Converted browser/browser tests into jasmine.
      Added relative urls tests.
      Added rootpath tests.
      Added rootpath-relative tests.
      Added grunt working directory into gitignore
      Added production tests.
      Added modify vars tests.
      Removed files that are not used anymore.
      Raised timeout for error test, it did not made it till the end
      Added missing files to build.
      Added rhino header into build.yml. Fixes #1651
      Merge branch 'rhino' of https://github.com/obecker/less.js into rhino
      Fixing windows related errors in gradle build file.
      Changed readme.md
      Added no javascript error tests.
      Added "debug" tests. They are failing currently, due to weird rhino
      Fixing url slash problem that caused failures.
      Fixed input file encoding problem (failing css.less test)
      Fixing directory climb up on windows
      Rhino uses upper case drive letter (C:\) and gradle uses lower case drive
      Ammending previous commit, really fixed this time.
      Re-enabled tests, only one is failling now.
      Added rhino 1.5.1.js into dist directory
      Added html files ending should be treated the same way as line endings
      Close #1777
      Merge branch 'master' of https://github.com/less/less.js into rhino
      Solving lint errors in rhino.js. The rest is still open #15
      Fixed grunt call on windows and fixed typo.
      Merge branch 'rhino-lessc' of https://github.com/dhaber/less.js into dhaber-rhino-lessc

picomancer (1):
      Replace deprecated sys.puts with console.log, resolve #1529

rjgotten (1):
      Normalize URLs in generated CSS

seven-phases-max (31):
      Added `length` function (#1542). Added scalar value handling for `extract` and `length` (#1576).
      Merge branch 'next'
      fixed mixin call matching for multi-selector parent...
      a few minor selector match fixes...
      a few minor selector match fixes: updated tests.
      improved alpha channel handling for math ops, removed 'can't substract or divide a color from a number' constraint
      color-blending-with-transparency: initial implementation
      color-blending-with-transparency: fixed negative result alpha handling (though allowing out-of-range alpha inputs is subject for further discussions/decision)
      color-blending-with-transparency: removed debug log statement mistakenly left out
      Fixed line/column numbers in math expr/ops error messages. Updated tests.
      color-blending-with-transparency: changed func dispatch method from closure to `bind()`
      Experimental support for mixins with interpolated selectors.
      interpolated mixins, fixed: possible false match if variable contains `,`
      Initial implementation of mixin guard `default` function (aka "mutually exclusive guards")
      mixin guard `default`: `default` moved to functions.js + other minor improvements
      Experimental support for "property name interpolation".
      Experimental support for "property name interpolation", part-2.
      fixed merging of interleaved properties
      merging of interleaved properties - fixed a typo in tests
      clamped rgba format color output.
      * functions.js: (minor) reworking to clean-up initialization of "externally" defined functions (math, blending, `default`).
      `default` function: added error when used with css-guards. updated tests.
      Removed redundant code from tree.Selector.match()
      improved error message for undefined variable in js eval statement.
      improved error message for undefined variable in js eval statement, more clean fix.
      Fixed incorrect property interpolation for certain variable types, updated tests.
      Added rounding of output numbers (hardcoded to max. 8 digits in this commit).
      improved multiple `default()` guards conflict detection, updated tests.
      Improved missing `(` and `{` error detection.
      removed debugger statement mistakenly left out.
      Improved positioning of "missing closing `)`" error.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list