Ela Platform 2016.3 is an iterative release that contains an important bug to Ela runtime environment (a related issue in a bug tracker is #1763) and several enhancements to the standard library.
What's new in this release:
Download:
--
---
You received this message because you are subscribed to the Google Groups "elalang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elalang+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
regFun fun xs = funData asmMainModule fun :: xsopen espec
char x = x
test1 =
test "Simple test"
given "a"
when char
should be "a"
[]
|> addTest test1
|> run
|> formatResult
Test session started.Test "Simple test" (failed 0, errors 0):
given "a"
when char -> "a"
should be "a" -> successTotal tests:1 Failed: 0Hi, Vasily!Why is ela not happy with the code below? It says that "'leng' is not implemented for the given argument list. Expected '?', got 'Fun'."
///////////////////////////////////////////open test unsafe.consolechar x = xfun1 {eqt} = let pattern = charstr = "a"res = pattern strin eq str res_ = []|> regFun fun1|> run|> report (\_ -> true) writen///////////////////////////////////////////Could you please add a unittest example into the Elide samples in the future?Alexey07.09.2016, 14:13, "vorov2" <ba...@voronkov.name>:
--Ela Platform 2016.3 is an iterative release that contains an important bug to Ela runtime environment (a related issue in a bug tracker is #1763) and several enhancements to the standard library.
What's new in this release:
Download:
---
You received this message because you are subscribed to the Google Groups "elalang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elalang+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.