Branch: refs/heads/master
  Home:   https://github.com/sheepdog/sheepdog
  Commit: b5331b870af58470903b975df90c6f78b3f42ce5
      
https://github.com/sheepdog/sheepdog/commit/b5331b870af58470903b975df90c6f78b3f42ce5
  Author: Kazuhisa Hara <kh...@sios.com>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M script/checkpatch.pl

  Log Message:
  -----------
  script: fix "Unescaped left brace in regex is deprecated" warnings.

checkpatch uses perl regex which do not escape curly braces.
In Perl 5.22 or higher, unescaped left curly braces in a regex are
deprecated and will outputted a warning. and this will be an error
rather than a warning in future versions (maybe 5.26?).
This change provides suppress above problem.

See also: http://perldoc.perl.org/perl5220delta.html#New-Warnings

Signed-off-by: Kazuhisa Hara <kh...@sios.com>


  Commit: adae48d92605363ff3820c104f4ee8a77d0a7f85
      
https://github.com/sheepdog/sheepdog/commit/adae48d92605363ff3820c104f4ee8a77d0a7f85
  Author: Hitoshi Mitake <mitake.hito...@gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M script/checkpatch.pl

  Log Message:
  -----------
  Merge pull request #393 from kazuhisya/script-checkpatch-regex

script: fix "Unescaped left brace in regex is deprecated" warnings.


Compare: 
https://github.com/sheepdog/sheepdog/compare/403d0549b32c...adae48d92605
-- 
sheepdog mailing list
sheepdog@lists.wpkg.org
https://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to