Skip to content

bug: CRAN version 0.2.2 doesnt align with NEWS.md #666

@jjjermiah

Description

@jjjermiah

according to the NEWS.md:

S7/NEWS.md

Lines 29 to 33 in e7cc230

# S7 0.2.2
* `validate()` now signals validation errors with class
`S7_error_validation_failed`, so they can be caught with `tryCatch()`
(#602, #605).

the error types introduced in #605 should be in 0.2.2, but the version on CRAN and the github Release for 0.2.2 dont have the feature (R/valid.R@L86-L90)

S7/R/valid.R

Lines 86 to 90 in e7cc230

stop(errorCondition(
msg,
call = NULL,
class = "S7_error_validation_failed"
))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions