Skip to content

Conversation

@niksilver
Copy link
Contributor

@niksilver niksilver commented Mar 31, 2022

An imported modules still have roles:imported, but the items it brings in are listed as roles:exposed.

This has been discussed in #PR3312 and issue #3319.

Strictly speaking this is a breaking change, as you will see Units/parser-elm.r/elm-optlist-compatibility.d/expected.tags has had to change. However I believe it doesn't actually break anything. The original optlib parser was designed to work with Vim tagbar. Neither that, nor the specific configuration referenced roles. Therefore I think this is safe to include.

However, if you think it is better to reject this pull request to preserve backwards compatiblity that's okay. Saying a function or a type is "imported" (which is what happens without this change) is still okay.


Edited for clarity

An imported modules still has roles:imported, but the items
it brings in are listed as roles:exposed.
@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #3321 (8959a9c) into master (94e964e) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3321      +/-   ##
==========================================
- Coverage   85.41%   85.41%   -0.01%     
==========================================
  Files         216      216              
  Lines       50278    50279       +1     
==========================================
  Hits        42947    42947              
- Misses       7331     7332       +1     
Impacted Files Coverage Δ
parsers/beta.c 40.41% <0.00%> (-0.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94e964e...8959a9c. Read the comment docs.

@masatake masatake merged commit 4cdc234 into universal-ctags:master Mar 31, 2022
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