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

Reland '[lineeditor] Add setHistorySize() method for adjusting history size' #115442

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

devajithvs
Copy link
Contributor

Reland: #110092

Buildbot was failing due to an unused variable warning as there were 2 implementations (with and without libedit). Compared to last version, wrap the variable inside the #ifdef HAVE_LIBEDIT.

Apologies for the oversight @vgvassilev

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@devajithvs devajithvs changed the title Reland [lineeditor] Add setHistorySize() method for adjusting history size Reland '[lineeditor] Add setHistorySize() method for adjusting history size' Nov 8, 2024
@devajithvs devajithvs force-pushed the lineeditor branch 2 times, most recently from d9237b8 to 78de578 Compare November 17, 2024 13:19
@devajithvs
Copy link
Contributor Author

Can we merge this @vgvassilev ?

@vgvassilev vgvassilev merged commit e48c7fe into llvm:main Dec 2, 2024
8 checks passed
TIFitis pushed a commit to TIFitis/llvm-project that referenced this pull request Dec 18, 2024
…ory size' (llvm#115442)

Reland: llvm#110092

Buildbot was failing due to an unused variable warning as there were 2
implementations (with and without libedit). Compared to last version,
wrap the variable inside the `#ifdef HAVE_LIBEDIT`.

Apologies for the oversight @vgvassilev
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

Successfully merging this pull request may close these issues.

2 participants