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

Fixed machine list parsing: s/find_first_of/find #3083

Closed
wants to merge 13 commits into from

Conversation

odimka
Copy link
Contributor

@odimka odimka commented May 14, 2020

find_first_of matches any of the characters from "rank=", but we really want to match the whole string.

@jameslamb
Copy link
Collaborator

@odimka thank you for the contribution! The C++ reviewers will review it soon.

We recently merged some fixes to LightGBM's CI (#3092). Sorry for the inconvenience, but could you please merge the most recent master into this branch? It will fix issues you might encounter.

jameslamb and others added 12 commits May 17, 2020 22:02
* fix conflicts

* Update R-package/src/install.libs.R

* empty commit
…icrosoft#3036) (microsoft#3072)

* [R-package] [docs] remove devtools dependency for docs builds

* linting

* updating docs conda env

* empty roxygenize()

* env for R libraries

* get logs

* remove comment

* added pkgdown URLs

* more paths

* fix incorrect YAML keys

* update DESCRIPTION URL link

* more URL changes

* revert DESCRIPTION changes

* remove ca-certificates

* empty commit

* Update docs/conf.py

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

* empty commit

* remove outdated line in build_r.R

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
…osoft#3091) (microsoft#3092)

* [R-package] use processx to speed up builds

* different fix

* echoing more frequently

* fix it

* more stdout

* use print() instead of message()

* shell tricks

* fix message

* travis

* Update .ci/test_r_package.sh

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
)

* [R-package] [docs] fix warnings in pkgdown sitte  building

* trying to get better Travis logs

* trying to get better Travis logs

* undo testing fix

* undo testing fix

* empty commit
* bump XCode version at Travis

* try new AppleClang

* get back to gcc
…icrosoft#3098)

* [R-package] [docs] replace build_r_site.R with pkgdown::build_site()

* fix paths

* fix continuation

* new_process arg
@msftclas
Copy link

msftclas commented May 17, 2020

CLA assistant check
All CLA requirements met.

@guolinke
Copy link
Collaborator

@odimka can you disable these duplicated changes in your PR?

@jameslamb
Copy link
Collaborator

@odimka can you disable these duplicated changes in your PR?

I'm not sure why all these commits from master look like changes, maybe something strange in your git environment. Since this was a one-line change, it might be easiest to close the pull request, pull the latest version of master, branch of that, and create a new pull request.

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants