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

git bisect tells us parent of culprit? #29

Closed
tdhock opened this issue Jul 17, 2024 · 0 comments
Closed

git bisect tells us parent of culprit? #29

tdhock opened this issue Jul 17, 2024 · 0 comments

Comments

@tdhock
Copy link
Owner

tdhock commented Jul 17, 2024

Rdatatable/data.table#6284 (comment)
First commit below is probably the real culprit, since startsWith was removed.
But R CMD check says it is OK, why?

Bisecting: 4 revisions left to test after this (roughly 2 steps)
[3ca83738d70d5597d9e168077f3768e32569c790] Bump R dependency to R>=3.3.0 (#6232)
running  '/home/th798/R/R-devel/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 'examples' 'OK' '/tmp/th798/12011375/RtmpbkvCSv/downloaded_packages/scoringutils_1.2.2.tar.gz' '1.15.4'
...
   checking    msg
     <char> <char>
1: examples     OK
Bisecting: 2 revisions left to test after this (roughly 1 step)
[5a091b1286110c4169d20ae2a8e59152b84d38a7] Set occasional suite to run again tomorrow (#6241)
running  '/home/th798/R/R-devel/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 'examples' 'OK' '/tmp/th798/12011375/RtmpbkvCSv/downloaded_packages/scoringutils_1.2.2.tar.gz' '1.15.4'
...
   checking    msg
     <char> <char>
1: examples  ERROR
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[40758c9250b66bb5156418c0c47db08c98d4adce] workaround for non-ascii symbol in by (#4711)
running  '/home/th798/R/R-devel/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 'examples' 'OK' '/tmp/th798/12011375/RtmpbkvCSv/downloaded_packages/scoringutils_1.2.2.tar.gz' '1.15.4'
...
   checking    msg
     <char> <char>
1: examples  ERROR
40758c9250b66bb5156418c0c47db08c98d4adce is the first new commit
commit 40758c9250b66bb5156418c0c47db08c98d4adce
Author: Michael Chirico <[email protected]>
Date:   Thu Jul 11 07:22:54 2024 -0700

    workaround for non-ascii symbol in by (#4711)
@tdhock tdhock closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant