commit
8aa40c43ed
|
@ -2622,7 +2622,7 @@ readFunctionDefinition = called "function" $ do
|
||||||
|
|
||||||
readWithoutFunction = try $ do
|
readWithoutFunction = try $ do
|
||||||
name <- many1 functionChars
|
name <- many1 functionChars
|
||||||
guard $ name /= "time" -- Interfers with time ( foo )
|
guard $ name /= "time" -- Interferes with time ( foo )
|
||||||
spacing
|
spacing
|
||||||
readParens
|
readParens
|
||||||
return $ \id -> T_Function id (FunctionKeyword False) (FunctionParentheses True) name
|
return $ \id -> T_Function id (FunctionKeyword False) (FunctionParentheses True) name
|
||||||
|
|
|
@ -9,7 +9,7 @@ fail() {
|
||||||
|
|
||||||
if git diff | grep -q ""
|
if git diff | grep -q ""
|
||||||
then
|
then
|
||||||
fail "There are uncommited changes"
|
fail "There are uncommitted changes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
current=$(git tag --points-at)
|
current=$(git tag --points-at)
|
||||||
|
|
Loading…
Reference in New Issue