emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 updated (8db2b3a -> 58bb346)


From: João Távora
Subject: [Emacs-diffs] emacs-26 updated (8db2b3a -> 58bb346)
Date: Sun, 5 Nov 2017 07:57:14 -0500 (EST)

capitaomorte pushed a change to branch emacs-26.

      from  8db2b3a   Allow "%" in Tramp host names
       new  3ad712e   Add a Flymake backend for Python (bug#28808)
       new  9dee764   Add a Flymake backend for Ruby
       new  58e742b   Add a Flymake backend for Perl
       new  58bb346   Add tests for Flymake backends for Ruby and Perl


Summary of changes:
 lisp/progmodes/cperl-mode.el                  |   4 +-
 lisp/progmodes/flymake-proc.el                |   2 +-
 lisp/progmodes/perl-mode.el                   |  71 +++++++++++++-
 lisp/progmodes/python.el                      | 136 +++++++++++++++++++++++++-
 lisp/progmodes/ruby-mode.el                   |  63 ++++++++++++
 test/lisp/progmodes/flymake-resources/test.pl |   2 +
 test/lisp/progmodes/flymake-resources/test.rb |   5 +
 test/lisp/progmodes/flymake-tests.el          |  27 +++--
 8 files changed, 292 insertions(+), 18 deletions(-)
 create mode 100644 test/lisp/progmodes/flymake-resources/test.rb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]