willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
760 stars 85 forks source link

Add unsigned arrays to array template #445

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

These are still experimental and so an annotation propagating that is added to the codegen for these types only.

I've modified the TemplateTask to support multiline declarations. I did it in a separate commit since it's technically orthogonal to the unsigned change.

JakeWharton commented 1 year ago

Good to merge?

evant commented 1 year ago

Screenshot_20230319-122954_Firefox (1) 😕

JakeWharton commented 1 year ago

Ah it only tells me this:

Screenshot_20230319-154134.png

I'll get it ready for a rebase instead tonight.

JakeWharton commented 1 year ago

Better?