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

Create ctags targets #1032

Closed

Conversation

nikomatsakis
Copy link
Contributor

This is a very simple patch to create 2 new targets, TAGS.emacs and TAGS.vi. They will build exuberant ctags files for use with emacs or vi. For now these targets are not linked into the build process in any way. One obvious improvement, also, would be to use configure to find the ctags executable. For now we just assume it is on the path.

@brson
Copy link
Contributor

brson commented Oct 12, 2011

Integrated.

@brson brson closed this Oct 12, 2011
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
* Fix 1: Slice projection yields a thin pointer

Our expectation did not considered the array decay when creating fat
pointers.

* Added new testcases for size_of and raw slice

* Add test for different representations + fix comment
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