search for: redcloth_scan

Displaying 5 results from an estimated 5 matches for "redcloth_scan".

2011 Sep 09
0
[BUG] require on Windows fails
...indows as part of a project I introduced hin to, but RedCloth failed to require. This is what he got: ====================================================================== c:\Ruby192\msysgit\msysgit\OpenRubyRMK\karfunkel>bundle exec rake - --trace rdoc rake aborted! no such file to load -- 1.9/redcloth_scan Couldn''t load 1.9/redcloth_scan The $LOAD_PATH was: C:/Ruby192/lib/ruby/gems/1.9.1/gems/r18n-desktop-0.4.9/lib C:/Ruby192/lib/ruby/gems/1.9.1/gems/r18n-core-0.4.9/lib C:/Ruby192/lib/ruby/gems/1.9.1/gems/nokogiri-1.4.4-x86-mingw32/lib C:/Ruby192/lib/ruby/gems/1.9.1/gems/minitar-0.5.3/lib C:...
2011 Jan 13
9
spurious <li> generated when list followed by 3
...I''ve used ragel and it''s not quite as easy to parse as Ruby ;-) Seems like li_open in lib/redcloth/formatters/html.rb is being called incorrectly when the thrid newline is parsed. Here are the locations in the code where li_open is referenced: $ ack --all-types li_open ext/redcloth_scan/redcloth.h 202: ASET("type", "li_open"); ext/redcloth_scan/RedclothScanService.java 95: ASET("type", "li_open"); lib/redcloth/formatters/html.rb 50: def li_open(opts) lib/redcloth/formatters/latex.rb 103: def li_open(opts)...
2011 May 27
2
Can't install RedCloth gem, fails to compile
...riable] cc1: all warnings being treated as errors make: *** [redcloth_inline.o] Error 1 Gem files will remain installed in /opt/rubies/ruby-1.9.2-p180/lib/ruby/gems/1.9.1/gems/RedCloth-4.2.7 for inspection. Results logged to /opt/rubies/ruby-1.9.2-p180/lib/ruby/gems/1.9.1/gems/RedCloth-4.2.7/ext/redcloth_scan/gem_make.out ====================================== Here''s the content of the gem_make.out file: ======================================= $ cat /opt/rubies/ruby-1.9.2-p180/lib/ruby/gems/1.9.1/gems/RedCloth-4.2.7/ext/redcloth_scan/gem_make.out /opt/rubies/ruby-1.9.2-p180/bin/ruby extconf.r...
2008 Oct 31
4
RedCloth 4.1.0 released with JRuby support
Sorry it took me a week to release the JRuby version. I was out sick most of the week. Thanks a million, Ola Bini, for implementing the Java code! Give it a go: Ruby: gem install RedCloth JRuby: jgem install RedCloth Let me know how it goes for you. Jason
2008 Mar 23
1
redcloth gem ragel code doesn''t build in jruby
...extconf.rb install RedCloth --source http://code.whytheluckystiff.net Gem files will remain installed in /Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/RedCloth-3.274 for inspection. Results logged to /Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/RedCloth-3.274/ext/redcloth_scan/gem_make.out **************************************************************************** FYI: If you are on a Mac or Linux system the script I pasted here is a very easy way to get a trunk JRuby install with it''s own gems that won''t interfere with any other Ruby you have inst...