[libreply-perl] branch master updated (a000cb4 -> d950b36)

gregor herrmann gregoa at debian.org
Mon Nov 9 18:59:04 UTC 2015


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

gregoa pushed a change to branch master
in repository libreply-perl.

      from  a000cb4   update changelog
       new  fc662b3   Add debian/upstream/metadata
       new  f6e1215   Update debian/changelog
      adds  92eaf46   initial commit
      adds  f57cbd5   basic outline
      adds  16ab483   plugins
      adds  3b4c8e2   plugin loading
      adds  1ce2f2c   handle exceptions
      adds  04dfe92   don't call eval in the context of strict and warnings
      adds  5b9c3c3   use eval::closure instead
      adds  05721fa   mangle instead of munge
      adds  bbff4c5   don't run mangle_line on eof
      adds  f5fd49f   eval_closure takes a string that evals to a coderef
      adds  940bbcd   print all results
      adds  2f6aa7f   start in package main
      adds  f976a32   don't need a newline here
      adds  ce62e06   config file loading
      adds  08ec0d4   clean up line reading a bit
      adds  fe7fb82   dzil stuff
      adds  bbba71f   a few plugins
      adds  30443a1   autoconfigure if no config file is found
      adds  34218fd   use ini configuration, not perl
      adds  071e985   split evaluate into compile and execute
      adds  69e4ff7   LoadClass plugin
      adds  d8a90a0   App::REPL -> Reply
      adds  fb9b17b   find the configuration in a cross-platform way
      adds  b9ed547   save readline history
      adds  3e5092c   make the default config also use 5.xx
      adds  c3675ce   command support
      adds  159bc18   editor command
      adds  8d856fd   make inline comments work
      adds  28374a3   better error reporting
      adds  cda75a3   this shouldn't be required either
      adds  ff9a35c   recommend the requirements for non-default modules
      adds  0bbb4a5   need to change the name here too
      adds  cdb35b5   oops
      adds  a3dcdb0   add a hook for the end of a cycle
      adds  8df9462   nopaste plugin
      adds  ef520c0   pass through extra arguments to the code to execute
      adds  7ece130   work around a lexical::persistence bug
      adds  bc5ef38   result cache plugin
      adds  cf4edf5   display the variable it's stored in when using the result cache
      adds  84640f1   add some configuration to a couple plugins
      adds  3879a82   fix undef results
      adds  4257cfd   handle empty results in nopaste
      adds  95d6cfd   actually print the nopaste url
      adds  901d24c   the #line stuff means that this doesn't have to be unreadable anymore
      adds  877a74a   avoid test failures for plugins that use optional deps
      adds  1862980   make a couple things private for now
      adds  0520cc7   Term::ReadLine::Gnu should also be recommended
      adds  60f235d   avoid writing the history file at all if nothing is to be saved
      adds  ec06955   start on some docs
      adds  90fba44   this is an implementation detail
      adds  c82aea3   note that it's experimental
      adds  45e0840   oops, undef is valid here
      adds  ab2dd1a   pod coverage
      adds  4bfa4e9   enable resultcache by default
      adds  1b312c0   changelog
      adds  d2be439   actually make sure ::Defaults is hidden
      adds  ae66bea   make this private too
      adds  b3a9fd0   pod fixes
      adds  66315dc   changelog
      adds  caa08a7   changelog
      adds  356deae   stop using Lexical::Persistence entirely
      adds  27f9aeb   changelog
      adds  8204dc9   changelog
      adds  6b50bdb   add some option parsing to the reply script
      adds  0216bb1   added Reply::Plugin::DataPrinter
      adds  f80ff03   make Data::Printer recommended, not required
      adds  3a34538   changelog
      adds  ad0389f   add x_contributors
      adds  f2bfe56   changelog
      adds  f16af33   use the right package name
      adds  4b7635b   avoid test failures from DataPrinter
      adds  b0f9243   changelog
      adds  ff53642   changelog
      adds  3f90aea   add Timer plugin
      adds  9066aaf   ensure the printer function is named properly (Charles Bailey)
      adds  ca4d93a   changelog
      adds  f4775be   allow running single commands through the repl
      adds  dc7244f   make sure plugins can handle not going through read_line
      adds  1d7c2a0   this makes more sense to happen at the end
      adds  cef5fea   split out config handling
      adds  8221df8   better Data::Dumper config
      adds  b96eeb3   dump multiple results with Data::Dumper in a better way
      adds  41f767b   allow multiple independent lexical environments
      adds  c54e908   use run_one for all of these too
      adds  6c4b977   doc updates
      adds  f14ee8d   a few cleanups
      adds  47a3ee8   changelog
      adds  41060e3   document Reply::Config
      adds  7ddbdc6   changelog
      adds  7eb5974   AutoRefresh plugin
      adds  07a53db   recommend the fixed version, and don't require it
      adds  39107c0   doc fixes
      adds  1721279   this should happen before compilation
      adds  1a062b9   update these links
      adds  a9c5636   changelog
      adds  2cc54e0   changelog
      adds  56be5e4   fix tests
      adds  cf268fe   travis
      adds  aed9192   changelog
      adds  6f052e8   move script running stuff into Reply::App
      adds  8772501   usage information should go to stderr on error
      adds  a9e9483   dump nothing, not an empty string, if there is no result in DataDumper
      adds  b662e19   changelog
      adds  54f6e5f   changelog
      adds  89ea748   use require_module instead of use_package_optimistically
      adds  25d9f79   changelog
      adds  fafc32e   changelog
      adds  ec23bd9   use the new track_require functionality in the AutoRefresh plugin
      adds  e087e4a   changelog
      adds  e3b5698   changelog
      adds  68371e7   turn setting the current package into a parameter
      adds  050e84a   delete here too
      adds  7f6fa09   docs
      adds  0220c5c   changelog
      adds  183d572   changelog
      adds  c18f54d   add a few more command line options (RT86341)
      adds  4ab1e61   add some docs for the command line program
      adds  bb4f66c   oops
      adds  bfe1a80   changelog
      adds  dd7739f   changelog
      adds  1aadfc4   make breaking out of the repl with loop callbacks actually work
      adds  349c98a   add a default command of #q for quitting the repl
      adds  ee87700   changelog
      adds  b9cebab   pod coverage
      adds  52284cb   a bit more docs
      adds  e4ea234   changelog
      adds  cf818d2   bump the Getopt::Long dep
      adds  f169b94   changelog
      adds  3b49719   changelog
      adds  2d3c835   support color on windows (aero)
      adds  65e7bc3   changelog
      adds  791b89f   _concatenate_plugin for returning all plugins' return values in a list
      adds  0f576f0   Provide each plugin a tab_handler coderef option
      adds  bf09193   Register the tab_handler with ReadLine
      adds  c437b3d   First cut of Autocomplete: completes Perl keywords
      adds  848fe02   First pass of pulling Package::Names out of %INC
      adds  ff7e209   Let readline present all matches and iterate over them
      adds  69c37d1   pod coverage
      adds  600e017   split out different completion types
      adds  1006897   recommended deps need to not show up in requires
      adds  c85e7c0   allow trailing single colons too
      adds  1f5d099   add Autocomplete::Packages to the default config
      adds  b4ec08d   add a (sort of hacked together) plugin to tab complete lexicals
      adds  90ec7c8   turn this into a generic pub/sub mechanism
      adds  c9f72cf   use the publisher for communicating the lexical environment
      adds  fc6ae89   no idea what's going on here
      adds  436bede   make the current package go through the publisher too
      adds  5a5d6f5   don't complete keywords or packages if there's a sigil
      adds  ca1aa50   pod coverage
      adds  6bd0578   clean up the publisher stuff some more
      adds  e5a7afe   update docs
      adds  ad37e32   this is no longer necessary
      adds  822aa7f   better regex
      adds  448ed3d   add completion for globals
      adds  f24b7a7   add method completion
      adds  e2e19d4   also enable lexical completion by default
      adds  f08ebb0   changelog
      adds  e950904   changelog
      adds  740c02a   sigh (fixes gh-#9)
      adds  3f3119c   changelog
      adds  d7f02f7   changelog
      adds  3c80d9c   listen to events published by Packages plugin to find out the names of more packages for autocompletion
      adds  be18d16   autocomplete for function names
      adds  0453bcc   fix the bugs that DOY noted
      adds  cbe7c60   stop Autocomplete::Keywords from being overzealous
      adds  dcaea07   skip ::Functions too
      adds  3932d52   changelog
      adds  5918527   changelog
      adds  a5d47b1   allow tab completing after "$foo->"
      adds  dc7920a   handle inherited methods
      adds  bffca5d   also need to handle UNIVERSAL here
      adds  cad6d9c   avoid dying when checking weird stash entries for completions
      adds  d7f1273   avoid some undef warnings
      adds  0901a5f   changelog
      adds  444d043   changelog
      adds  62873e0   clean up some more tab completion stuff
      adds  d8d41e5   changelog
      adds  80644e4   changelog
      adds  fe58285   don't use #!/usr/bin/env perl (RT86669)
      adds  9541785   changelog
      adds  ff42543   changelog
      adds  903b05b   refactor this to avoid some duplication
      adds  da780b4   todo comment
      adds  48656ef   just give up on the whole 'name' thing here
      adds  79fe1ab   alias lexicals to their actual values
      adds  fdbc743   changelog
      adds  b0c2005   changelog
      adds  0d94442   make the DataDump plugin respect stringification overload by default
      adds  4aa0ed6   update docs
      adds  a56a150   changelog
      adds  45ffcf3   changelog
      adds  300de51   New CollapseStack plugin
      adds  dcc8733   this needs a newline
      adds  d31d3b8   force colored output from Data::Printer
      adds  6c4cf30   changelog
      adds  f20c894   changelog
      adds  b36ae7f   fix up packaging stuff
      adds  d9fed79   fix these regexes
      adds  9ad70dd   factor this out
      adds  7f6fda3   let plugins query for this info, rather than always publishing it
      adds  fc5b07b   this was never used
      adds  43d07d2   handle this a better way
      adds  019b29a   this is no longer optional
      adds  3db6d5d   enable these by default now
      adds  9920237   invert the sense of the package message too
      adds  d30b4d6   autocomplete for commands (fixes #18)
      adds  5b9076b   docs
      adds  aca6b6a   pod coverage
      adds  f6d24b6   avoid completing functions for commands
      adds  691c1f7   only add newly declared variables here
      adds  7020ed4   don't let users overwrite the result cache
      adds  a68ccd1   enable the command completer by default
      adds  bdcfb24   changelog
      adds  a09ed08   changelog
      adds  0216d38   remove the 'mro' dep
      adds  41ef040   changelog
      adds  947e0e7   changelog
      adds  e3033a9   fix pod
      adds  a3c78af   don't index Reply::Util either
      adds  1021cea   sigh
      adds  602097c   make CollapseStack use Carp::Always (fixes #13)
      adds  ea7cc30   bump dep on Eval::Closure for lexical sub fixes (fixes #19)
      adds  6175bf2   changelog
      adds  98f97d2   changelog
      adds  6600d4c   CollapseStack isn't default, so no reason to require this
      adds  2d1766a   sort these
      adds  7753e6b   Enable completion when use ReadLine::Perl5
      adds  d0bf25e   Let Term::ReadLine::Perl5 output compatible with Term::ReadLine::Gnu
      adds  643ab1d   Merge pull request #20 from co-me/readline-perl
      adds  20b6adf   changelog
      adds  c648797   changelog
      adds  6029c1b   readline: fix a bug that can't handle correct ReadLine class
      adds  e17844e   readline: refactor conditional expressions
      adds  35c4719   Merge pull request #22 from co-me/readline-perl-bugfix
      adds  486bed9   changelog
      adds  fc89639   changelog
      adds  e4832a7   sigh (fixes #21)
      adds  c846db7   clarify the location of the history file (Kosuke Asami)
      adds  fce2a60   changelog
      adds  0365c0d   changelog
      adds  a053a1c   fix link to issue tracker
      adds  48cc772   new Eval::Closure supports this itself
      adds  bf558b6   Plugin::ReadLine: Added Term::ReadLine::Caroline support.
      adds  bdd59a6   Merge pull request #24 from tokuhirom/rl-caroline
      adds  a2f9c7e   changelog
      adds  f2297ee   changelog
      adds  242a392   explicitly read from STDIN (lestrrat, fixes #26)
      adds  958f866   changelog
      adds  6833d99   changelog
      adds  645c313   packaging updates
      adds  e1aa572   fix travis
      adds  7989b47   another dzil update
      adds  cee4814   Fix execute context in Reply::Plugin::Timer
      adds  c1888db   Merge pull request #29 from ilmari/timer-context
      adds  6ffc228   add -e option (#36)
      adds  9a09a81   also allow executing files (#36)
      adds  d280566   simplify
      adds  c2007b7   changelog
      adds  04b70ce   changelog
      adds  1271e35   Unshift onto @INC instead of pushing when using -I/-l/-b
      adds  c6528c0   Merge pull request #40 from ilmari/unshift-lib
      adds  a1e5e6a   update travis
      adds  cdfd452   changelog
      adds  288a55d   changelog
      adds  dd08b40   refactor default config generation to a separate method
      adds  5cf5890   Merge pull request #41 from sergeyromanov/gen-replyrc
      adds  7fc9eee   changelog
      adds  4a19c58   changelog
      adds  db0a8f0   Imported Upstream version 0.37
       new  1740de5   Merge tag 'upstream/0.37'
       new  626704f   Update debian/changelog
       new  a5be2c2   Update years of packaging copyright.
       new  8ced014   Mark package as autopkgtest-able.
       new  5d3cae7   Declare compliance with Debian Policy 3.9.6.
       new  68187ab   Bump debhelper compatibility level to 9.
       new  d950b36   releasing package libreply-perl version 0.37-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                    |   7 +
 MANIFEST                                   |   2 +-
 META.json                                  | 219 ++++++++++++++++++-----------
 META.yml                                   | 201 +++++++++++++++-----------
 Makefile.PL                                |   9 +-
 README                                     |   4 +-
 bin/reply                                  |   2 +-
 debian/changelog                           |  13 +-
 debian/compat                              |   2 +-
 debian/control                             |   5 +-
 debian/copyright                           |   2 +-
 debian/patches/autopkgtest.patch           |  19 +++
 debian/patches/series                      |   1 +
 debian/tests/pkg-perl/syntax-skip          |   7 +
 debian/upstream/metadata                   |   7 +
 lib/Reply.pm                               |   4 +-
 lib/Reply/App.pm                           |  49 ++++---
 lib/Reply/Config.pm                        |   4 +-
 lib/Reply/Plugin.pm                        |   4 +-
 lib/Reply/Plugin/AutoRefresh.pm            |   4 +-
 lib/Reply/Plugin/Autocomplete/Commands.pm  |   4 +-
 lib/Reply/Plugin/Autocomplete/Functions.pm |   4 +-
 lib/Reply/Plugin/Autocomplete/Globals.pm   |   4 +-
 lib/Reply/Plugin/Autocomplete/Keywords.pm  |   4 +-
 lib/Reply/Plugin/Autocomplete/Lexicals.pm  |   4 +-
 lib/Reply/Plugin/Autocomplete/Methods.pm   |   4 +-
 lib/Reply/Plugin/Autocomplete/Packages.pm  |   4 +-
 lib/Reply/Plugin/CollapseStack.pm          |   4 +-
 lib/Reply/Plugin/Colors.pm                 |   4 +-
 lib/Reply/Plugin/DataDump.pm               |   4 +-
 lib/Reply/Plugin/DataDumper.pm             |   4 +-
 lib/Reply/Plugin/DataPrinter.pm            |   4 +-
 lib/Reply/Plugin/Defaults.pm               |   2 +-
 lib/Reply/Plugin/Editor.pm                 |   4 +-
 lib/Reply/Plugin/FancyPrompt.pm            |   4 +-
 lib/Reply/Plugin/Hints.pm                  |   4 +-
 lib/Reply/Plugin/Interrupt.pm              |   4 +-
 lib/Reply/Plugin/LexicalPersistence.pm     |   4 +-
 lib/Reply/Plugin/LoadClass.pm              |   4 +-
 lib/Reply/Plugin/Nopaste.pm                |   4 +-
 lib/Reply/Plugin/Packages.pm               |   4 +-
 lib/Reply/Plugin/ReadLine.pm               |   4 +-
 lib/Reply/Plugin/ResultCache.pm            |   4 +-
 lib/Reply/Plugin/Timer.pm                  |   4 +-
 lib/Reply/Util.pm                          |   2 +-
 t/00-compile.t                             |   6 +-
 xt/release/no-tabs.t                       |   2 +-
 47 files changed, 414 insertions(+), 255 deletions(-)
 create mode 100644 debian/patches/autopkgtest.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreply-perl.git



More information about the Pkg-perl-cvs-commits mailing list