[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master updated (510f0ff -> 8a083d5)
From: |
Jackson Ray Hamilton |
Subject: |
[elpa] master updated (510f0ff -> 8a083d5) |
Date: |
Tue, 05 May 2015 11:10:13 +0000 |
jackson pushed a change to branch master.
from 510f0ff Merge commit 'faf966b6b5921074da6b99477e1f0bea29b45f6f'
new 0888e06 Use Cask and Coveralls.
new 30f9b0a Update Cask file.
new f9a6dce Coveralls
new a7f5970 Remove unused function.
new fd5b9e1 Add tests for versions and disabling.
new dd3fe3c Fix badges.
new 7a9bd8d Add async mode startup test.
new 9873030 Use real keywords.
new f11f97f Make default colors more like font-lock's.
new 2efebc8 Don't colorize if there are parse errors.
new 3f63fab Add local coverage configuration.
new d116055 Fix original-maximum-face restoration bug.
new 85ff3ef Trailing whitespace, empty arrays, empty strings.
new 0c20edf Add coverage for missing lines.
new 202ca74 Drop `subr-x' dependency.
new 158fd83 Test the trimming function.
new fb53884 Update README.
new 52da59c Bust cache.
new 5dd3035 Refactor trim functions.
new 8f1af4a Update library header.
new 1b6f6fb Cleanup README.
new f8cfd37 Double-space.
new 55ca15a Guard against excessively lenghty nodes.
new 64852e7 Update library headers.
new 6ee3f82 Refactor coverage.
new dbddc45 Reimplement coverage reporter in elisp.
new 283a006 Version 6.2.1.
new 8a083d5 Merge commit '283a006be8e96c7e011dedddb460b289d335a9fb'
from context-coloring
Summary of changes:
packages/context-coloring/.gitignore | 3 +-
packages/context-coloring/.travis.yml | 2 +
packages/context-coloring/Cask | 9 +
packages/context-coloring/Makefile | 39 ++--
packages/context-coloring/README.md | 61 ++---
.../benchmark/context-coloring-benchmark.el | 9 +-
packages/context-coloring/context-coloring.el | 104 +++++---
packages/context-coloring/scripts/dependencies | 2 -
.../scripts/download-dependencies.el | 61 -----
.../test/binaries/{outta-date => noop} | 2 +-
.../test/context-coloring-coverage.el | 154 +++++++++++
.../context-coloring/test/context-coloring-test.el | 276 ++++++++++++++++---
.../NEWS => context-coloring/test/fixtures/empty} | 0
.../test/fixtures/unterminated-comment.js | 6 +
14 files changed, 515 insertions(+), 213 deletions(-)
create mode 100644 packages/context-coloring/Cask
delete mode 100644 packages/context-coloring/scripts/dependencies
delete mode 100644 packages/context-coloring/scripts/download-dependencies.el
copy packages/context-coloring/test/binaries/{outta-date => noop} (52%)
mode change 100755 => 100644
create mode 100644 packages/context-coloring/test/context-coloring-coverage.el
copy packages/{load-relative/NEWS => context-coloring/test/fixtures/empty}
(100%)
create mode 100644
packages/context-coloring/test/fixtures/unterminated-comment.js
- [elpa] master updated (510f0ff -> 8a083d5),
Jackson Ray Hamilton <=
- [elpa] master f9a6dce 03/28: Coveralls, Jackson Ray Hamilton, 2015/05/05
- [elpa] master 7a9bd8d 07/28: Add async mode startup test., Jackson Ray Hamilton, 2015/05/05
- [elpa] master 2efebc8 10/28: Don't colorize if there are parse errors., Jackson Ray Hamilton, 2015/05/05
- [elpa] master 30f9b0a 02/28: Update Cask file., Jackson Ray Hamilton, 2015/05/05
- [elpa] master fd5b9e1 05/28: Add tests for versions and disabling., Jackson Ray Hamilton, 2015/05/05
- [elpa] master 85ff3ef 13/28: Trailing whitespace, empty arrays, empty strings., Jackson Ray Hamilton, 2015/05/05
- [elpa] master f11f97f 09/28: Make default colors more like font-lock's., Jackson Ray Hamilton, 2015/05/05
- [elpa] master a7f5970 04/28: Remove unused function., Jackson Ray Hamilton, 2015/05/05
- [elpa] master 9873030 08/28: Use real keywords., Jackson Ray Hamilton, 2015/05/05
- [elpa] master 0888e06 01/28: Use Cask and Coveralls., Jackson Ray Hamilton, 2015/05/05