RMI-PACTA / pacta.data.validation

pacta.data.validation
https://rmi-pacta.github.io/pacta.data.validation/
Other
2 stars 0 forks source link

upkeep: bump lifecycle from "experimental" to "stable" #73

Open jdhoffa opened 4 months ago

jdhoffa commented 4 months ago

This package has about 95% test coverage, and is currently used in production.

@cjyetman do you think this package is ready to bump to "stable", and if not, are there specific tasks or issues that you think are blocking it from becoming so?

AB#10914

cjyetman commented 4 months ago

I have been questioning whether there should be both assert_valid_*() and is_valid_*() style functions for each data type it knows, one that errors or returns TRUE invisibly and one that returns TRUE or FALSE. That would be a rather large "interface" change. There are also a few significant things missing.

cjyetman commented 4 months ago

And some important things to fix like #69

cjyetman commented 4 months ago

also could consider making expect_*() style custom expectation functions for testing

jdhoffa commented 4 months ago

Depends on #74 Depends on #69