makenowjust / crake

CRystal mAKE library
MIT License
33 stars 2 forks source link

Can't Build #2

Open taylorbrooks opened 7 years ago

taylorbrooks commented 7 years ago
Error in ./make.cr:1: while requiring "crake/global"

require "crake/global"
^

in ./libs/crake/global.cr:5: while requiring "./crake/dsl"

require "./crake/dsl"
^

in ./libs/crake/crake/dsl.cr:1: while requiring "./file_task"

require "./file_task"
^

in ./libs/crake/crake/file_task.cr:1: while requiring "./simple_task"

require "./simple_task"
^

Syntax error in ./libs/crake/crake/simple_task.cr:47: can't use variable name 'desc' inside assignment to variable 'desc'

    desc = desc.lines[0]
makenowjust commented 7 years ago

yes, I know it. I'm trying to fix it now. please wait, and sorry.

coderhs commented 7 years ago

Hi there.

Any update on this, issue.