Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Reply::Plugin::ResultCache - retain previous results to be able to refer to them later

Author

       Jesse Luehrs <doy@tozt.net>

Description

       This plugin caches the results of successful evaluations, and provides them in a lexical array (by
       default @res, although this can be changed via the "variable" option). This means that you can, for
       instance, access the value returned by the previous line with $res[-1]. It also modifies the output to
       include an indication of where the value is stored, for later reference.

Name

       Reply::Plugin::ResultCache - retain previous results to be able to refer to them later

Synopsis

         ; .replyrc
         [ResultCache]
         variable = r

Version

       version 0.42

See Also