golib / hamlengine

HAML template engine for revel!
MIT License
0 stars 1 forks source link

Not compatible with latest Revel #1

Open syphoxy opened 9 years ago

syphoxy commented 9 years ago

Are there any plans of supporting latest Revel? I realize this code base is a little old.

~GOPATH % go get github.com/golib/hamlengine
# github.com/golib/hamlengine
src/github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine
mcspring commented 9 years ago

Hi,

I will submit a update to Revel official.

Thanks for the reports.

On Sun, Mar 15, 2015 at 4:25 AM, Dario Russo notifications@github.com wrote:

Are there any plans of supporting latest Revel? I realize this code base is a little old.

~GOPATH % go get github.com/golib/hamlengine

github.com/golib/hamlengine

src/github.com/golib/hamlengine/hamlengine.go:20 http://github.com/golib/hamlenginesrc/github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine

— Reply to this email directly or view it on GitHub https://github.com/golib/hamlengine/issues/1.

Best Regards!

- Spring

syphoxy commented 9 years ago

thanks a lot for looking at this! would love to use haml templates (your code!) in my project. :)

Petricevic commented 9 years ago

go get github.com/revel/revel" go get github.com/golib/hamlengine

import ( "github.com/golib/hamlengine" "github.com/revel/revel" )

github.com/golib/hamlengine

../../../github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine

mcspring commented 9 years ago

I have not submit the patch to revel. And I could do a patch next week.

Thanks for report.

On Sun, Jul 26, 2015 at 1:20 PM, Paolo Petricevic notifications@github.com wrote:

go get github.com/revel/revel" go get github.com/golib/hamlengine

import ( "github.com/golib/hamlengine" "github.com/revel/revel" ) github.com/golib/hamlengine

../../../github.com/golib/hamlengine/hamlengine.go:20: undefined: revel.TemplateEngine

— Reply to this email directly or view it on GitHub https://github.com/golib/hamlengine/issues/1#issuecomment-124946724.

Best Regards!

- Spring