Discussion:
Using a REPL with Bugzilla
Dylan Hardison
2014-10-22 14:03:09 UTC
Permalink
Not entirely sure if this is topical, but I figure some other people might find this useful.

As an alternative to contrib/console.pl, I use Reply[1] which has persistence of lexical variables, tab completion for methods and such, and other nice bits.
I've copied a few of the utility functions from console.pl to a config file, which also loads main Bugzilla module & extensions[2].
A good REPL can be really useful at times.

[1] https://metacpan.org/release/Reply
[2] https://gist.github.com/dylanwh/50499dfd0361ceccb6d0
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=gcbd-developers-Uylq5CNFT+***@public.gmane.org>
Gervase Markham
2014-10-22 14:49:00 UTC
Permalink
Post by Dylan Hardison
Not entirely sure if this is topical, but I figure some other people might find this useful.
As an alternative to contrib/console.pl,
How long has that been there? I had no idea...
Post by Dylan Hardison
I use Reply[1] which has persistence of lexical variables, tab completion for methods and
<snip>

Why not throw this stuff into contrib/ as well, with instructions on how
to fire it up?

Gerv

_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla-CzyLcWPZiU5YsZ3hbOqMTti2O/***@public.gmane.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=gcbd-developers-Uylq5CNFT+***@public.gmane.org>
Dylan Hardison
2014-10-23 17:15:42 UTC
Permalink
Sent: Wednesday, October 22, 2014 10:49:00 AM
Post by Dylan Hardison
As an alternative to contrib/console.pl,
How long has that been there? I had no idea...
Post by Dylan Hardison
I use Reply[1] which has persistence of lexical variables, tab completion for methods and
Why not throw this stuff into contrib/ as well, with instructions on how
to fire it up?
Filed as https://bugzilla.mozilla.org/show_bug.cgi?id=1088156

Yeesh, I've really got to reconfigure thunderbird. Zimbra defaults to top-posting....
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=gcbd-developers-Uylq5CNFT+***@public.gmane.org>
Loading...