Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
  1. view the source. Line 522. Do you see a likely path to fixing it? If so then move on to
  2. Check the Repository section of the documentation for a pointer to the best way to download the source.
  3. Check the repo to see if there are newer changes that haven't been pushed. (there aren't).
  4. clone the sources from github: http://github.com/Corion/mozrepl-remoteobject, patch and push back to author.
git clone http://github.com/Corion/mozrepl-remoteobject cd mozrepl-remoteobject make test # make changes # ...
apologies if I've gone in to too little or too much detail.

It looks like the test uses MozRepl::Plugin::JSON2 and sends a unicode string through the pipeline to see if it comes out cleanly. It doesn't. So either the problem is in MozRepl::Plugin::JSON2, firefox 8 or MozRepl::RemoteObject.

Edit: I almost forgot to suggest Write a bug report. Since the author doesn't mention his rt.cpan queue in the documentation, I'd suggest creating a new issue in the github issue tracker for the repository.

The next option is to write a nice note to the author and inquire as to the status of Firefox8 support.

Dear $authorname,

I am a fan of your module $module. I use it to solve $my_use_case.

I see in the Changes file that Firefox8 is not listed as a currently tested browser. Is FF8 on the roadmap? How can I help test and move this feature forward?

Thank you again for your awesome module.

sincerely,
$yourname

You could also disable that safety check and see if it runs otherwise and make sure to use all 7-bit clean ascii. If you go this route, you'll be uncharted territory and responsible if things Just Don't Work(tm).

Have fun!


In reply to Re^3: RemoteObject.pm fails in open firefox8.0 by spazm
in thread RemoteObject.pm fails in open firefox8.0 by seven_shen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-19 23:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found