https://kotlinlang.org logo
#atrium
Title
r

robstoll

06/16/2018, 8:21 PM
I am happy to announce that 0.7.0 is out. Enjoy 😁 Please take note of the migration guide at the end of the release notes: https://github.com/robstoll/atrium/releases/tag/v0.7.0
🎉 1
d

dave08

06/16/2018, 8:36 PM
In jars can be found jn release notes it refers to rc2?
r

robstoll

06/16/2018, 8:36 PM
thanks, forgot to update the links in the release notes
d

dave08

06/16/2018, 8:39 PM
Shouldn't it be toBeEmpty, toNotBeEmpty, and toHaveSize?
Since is null and is not null is being deprecated, why not be consistent? Also may be confusing with stdlib...
r

robstoll

06/16/2018, 8:40 PM
you mean instead of isEmpty`?
d

dave08

06/16/2018, 8:40 PM
Yup
r

robstoll

06/16/2018, 8:42 PM
I'll think about it... I see what you mean. maybe something for 0.8.0
btw. release-notes are fixed now
d

dave08

06/16/2018, 8:43 PM
I was a bit confused at first trying to distinguish assertions from other functions... I keep on having to look at all the funny types in code complete... 🙂
But thanks for the nice library, it really comes in handy... 😃
r

robstoll

06/16/2018, 8:44 PM
with funny types you mean:
Assert /* AssertionPlant */
?
I was thinking about making
Assert
the proper type and
AssertionPlant
a type alias. I for one do not like to see the
/* AssertionPlant */
all the time
d

dave08

06/16/2018, 8:49 PM
Yup... I really think all those things are only for those who need their own grammar... 90% of users (i'd suppose), will stick to the default...
Also I think the docs could be more oriented for those not making their own grammar, the ones that do could have a seperate 'advanced' doc, it would be less scary for some...
r

robstoll

06/16/2018, 8:51 PM
good to know, thanks 🙂 Do you have a concrete example where the docs are too cryptic?
d

dave08

06/16/2018, 8:51 PM
At least, that's my opinion simple smile
r

robstoll

06/16/2018, 8:54 PM
It's a very valid opinion. Also note that I welcome pull requests improving KDoc 🙂
@dave08 I created https://github.com/robstoll/atrium/issues/26 thanks for your Feedback. Please create another issue if you have further ideas how Atrium could be improved 👍
6 Views