Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Revert test for workspace_symbol #522

Merged
merged 1 commit into from
Oct 20, 2017
Merged

Revert test for workspace_symbol #522

merged 1 commit into from
Oct 20, 2017

Conversation

DSpeckhals
Copy link
Contributor

This was changed in f1c85eb to account
for the new DefKinds in rls-data. However, this will not pass rustc
tests (i.e. ./x.py test src/tools/rls) when updating the RLS submodule
in that project. I believe this is because the versions of rls-data are
different between rustc and the rls. In order for the RLS to be updated
with rustc, this test should be updated to pass. Then, once that change
is release to the nightly channel, the tests in this repo will pass
again.
I have tested this theory when running a locally built version of rustc
that has the lastest commit of the RLS (5930bab)
as the tip of the rls submodule. These tests pass in both the rustc and
rls repositories then.

Also, the previously referenced commit was incorrectly changed; Kind
should be 2 for the result, not 5.

Please see this issue in rustc for more context.

This was changed in f1c85eb to account
for the new DefKinds in rls-data. However, this will not pass rustc
tests (i.e. `./x.py test src/tools/rls`) when updating the RLS submodule
in that project. I believe this is because the versions of rls-data are
different between rustc and the rls. In order for the RLS to be updated
with rustc, this test should be updated to pass. Then, once that change
is release to the nightly channel, the tests in this repo will pass
again.
I have tested this theory when running a locally built version of rustc
that has the lastest commit of the RLS (5930bab)
as the tip of the rls submodule. These tests pass in both the rustc and
rls repositories then.

Also, the previously referenced commit was incorrectly changed; `Kind`
should be 2 for the result, not 5.
@nrc nrc merged commit 7ce6aca into rust-lang:master Oct 20, 2017
@nrc
Copy link
Member

nrc commented Oct 20, 2017

@DSpeckhals merged, sorry for the delay

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants