Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzzing: RLum.BINfileData object #515

Closed
mcol opened this issue Dec 5, 2024 · 0 comments · Fixed by #516
Closed

fuzzing: RLum.BINfileData object #515

mcol opened this issue Dec 5, 2024 · 0 comments · Fixed by #516

Comments

@mcol
Copy link
Contributor

mcol commented Dec 5, 2024

This script:

bin.v8 <- system.file("extdata/BINfile_V8.binx", package = "Luminescence")
what <- read_BIN2R(bin.v8, verbose = FALSE)
fuzz(funs, what, ignore.patterns = ignore.patterns, ignore.warnings = TRUE)

Produces:

	🚨   CAUGHT BY THE FUZZ!   🚨

FAIL: import_Data ( Risoe.BINfileData )
    no method for coercing this S4 class to a vector

FAIL: merge_RLum.Analysis ( Risoe.BINfileData )
    no method for coercing this S4 class to a vector

FAIL: merge_RLum.Data.Curve ( Risoe.BINfileData )
    no method for coercing this S4 class to a vector

FAIL: merge_RLum.Data.Spectrum ( Risoe.BINfileData )
    no method for coercing this S4 class to a vector

Part of #439.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant