Alex Zinchenko

Results 36 comments of Alex Zinchenko

Your code looks bad for me too. Anyway, if I modify your code just for a bit: ``` coffee angular.module('App').controller('AppController', [ '$location', '$scope', ( $location, $scope) -> @link = (field)...

@arkarkark Honestly, I can't understand why vanilla coffee-script acts so "forgiving".

Confirming on both ruby 1.9.2-p290 and ree-1.8.7-head. Stack traces are the same.

I think it's something wrong with redcarpet gem: ``` ree-1.8.7-head :003 > require 'redcarpet' => true ree-1.8.7-head :004 > Markdown NameError: uninitialized constant Markdown from (irb):4 ree-1.8.7-head :005 > Redcarpet...

With version 2.0 `redcarpet` switched to renderers, moved old API to `redcarpet/compat`. After the fix tests passed OK.

@krainboltgreene Yeah. Thanks, Kurtis.

@krainboltgreene I think we should focus on issues with tests. I'm a bit worried about #73 and `test/test_docblock_annotations.rb`. While everything is clear with #73, docblock produces wrong results: ``` expected...

@jwfearn https://github.com/forgotten-labors/rocco/tree/fl-gem

@trevor What about tests?

@trevor I mean, does tests runs fine with this patch? As I remember, `RedcarpetCompat` doesn't fully correspond `Markdown` interface, so it can break rocco.