Skip to content

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Apr 1, 2025

I filed a few TODOs as follow-up tickets.

~/mongo/mongosh % USE_NEW_AUTOCOMPLETE=true npm run start -- 'your connection string here'

@lerouxb lerouxb marked this pull request as ready for review May 26, 2025 12:06
@lerouxb lerouxb changed the title feat: initial feature-flagged, draft new autocompleter MONGOSH-2036 feat: initial feature-flagged, new autocompleter MONGOSH-2036 May 26, 2025
@lerouxb lerouxb force-pushed the use-new-autocomplete branch from b86ded0 to 001c1d0 Compare May 26, 2025 14:51
@@ -2389,7 +2389,7 @@ export class Collection<
): Promise<RunCommandCursor> {
this._emitCollectionApiCall('checkMetadataConsistency', { options });

return this._database._runCursorCommand({
return await this._database._runCursorCommand({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

drive-by to silence eslint

@lerouxb lerouxb merged commit 493993e into main May 27, 2025
131 of 136 checks passed
@lerouxb lerouxb deleted the use-new-autocomplete branch May 27, 2025 06:45
addaleax added a commit that referenced this pull request May 28, 2025
…#2424)"

This reverts commit 493993e.
Startup performance appears to have regressed around ~15 percent.
addaleax added a commit that referenced this pull request May 28, 2025
#2461)

Revert "feat: initial feature-flagged, new autocompleter MONGOSH-2036 (#2424)"

This reverts commit 493993e.
Startup performance appears to have regressed around ~15 percent.
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