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

Include ctags optional compiled features #21

Open
tartley opened this issue Sep 24, 2019 · 4 comments
Open

Include ctags optional compiled features #21

tartley opened this issue Sep 24, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@tartley
Copy link
Collaborator

tartley commented Sep 24, 2019

Optional compiled features are reported by ctags --version.

Our current snap, 0.2019-12-16+17:58:20+e0a976d7, reports:

Universal Ctags 0.0.0(e0a976d7)...
Compiled: Dec 16 2019, 17:58:44
...
Optional compiled features: +wildcards, +regex, +iconv, +option-directory, +xpath, +json, +interactive, +yaml, +packcc

The 'apt' installed ctags reports:

Universal Ctags 0.0.0...
Compiled: Jan 6 2019, 23:23:29
...
Optional compiled features: +wildcards, +regex, +iconv, +option-directory, +xpath, +json, +interactive, +sandbox, +yaml

ie. the snap is missing "+sandbox"

and the snap has "+packcc" but the apt does not.

Maybe we should make the snap the same as the apt? Or maybe the apt makes bad choices and we should just include what we think is best? Before deciding, we ought to look up what the compile-time features actually do. eg. maybe +packcc was introduced since the apt release was compiled 11 months ago, so we could keep it enabled, on the assumption that future apt releases will include it.

@tartley
Copy link
Collaborator Author

tartley commented Sep 25, 2019

@tartley
Copy link
Collaborator Author

tartley commented Dec 17, 2019

@Mandy91 I updated this issue to make it clear what I think ought to be done. Shout if you disagree.

@tartley tartley added the enhancement New feature or request label Oct 12, 2020
@masatake
Copy link
Member

+sandbox requires libseccomp.

@tartley
Copy link
Collaborator Author

tartley commented Feb 22, 2022

Good to know, thank-you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants