-
Notifications
You must be signed in to change notification settings - Fork 29
Bumping test column number for exportFileRepositoryListing #505 #506
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
Conversation
|
Line 11 in 8767356
You might want to update FILE_REPOSITORY_EMPTY_FRAME as well. |
|
The updates to exportFileRepositoryListing look good, and the version‑based column handling makes sense. One small follow‑up: FILE_REPOSITORY_EMPTY_FRAME probably needs to be updated as well. Older REDCap servers will just return two extra empty columns when no data is present, so the behavioral impact is minimal, but keeping the constant aligned with the new six‑column structure would help maintain consistency and avoid subtle mismatches in downstream parsing. |
jubilee2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to update FILE_REPOSITORY_EMPTY_FRAME as well.
|
[ FAIL 0 | WARN 0 | SKIP 16 | PASS 2056 ] |
|
Would it be better to move "FILE_REPOSITORY_EMPTY_FRAME" to redcapDataStructure.R? |
Co-authored-by: jubilee2 <jubilee2@gmail.com>
…dcapDataStructure #505
Done. It certainly isn't that constant anymore. |
|
Why does github say "Jubilee2 Rrequested changes" but won't show me what he wants or let me dismiss it? |
|
His suggested change is outdated because you've resolved it |
Prep for next release (assumes they bump the version number) #505