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

feat: add tvm_ffi_navigator server #3261

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

anirudhsundar
Copy link
Contributor

Add the TVM FFI navigator server configuration, which is used within the TVM project to jump to C++ definitions from python and vice versa

Comment on lines 7 to 13
root_dir = function(fname)
local root_files = {
'pyproject.toml',
'.git',
}
return util.root_pattern(unpack(root_files))(fname) or util.find_git_ancestor(fname)
end,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
root_dir = function(fname)
local root_files = {
'pyproject.toml',
'.git',
}
return util.root_pattern(unpack(root_files))(fname) or util.find_git_ancestor(fname)
end,
root_dir = return util.root_pattern('pyproject.toml', '.git')

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, makes sense, thanks. I've made the changes

Add the [TVM FFI navigator](https://github.com/tqchen/ffi-navigator)
server configuration, which is used within the TVM project to jump to
C++ definitions from python and vice versa
@glepnir glepnir merged commit 462b1d8 into neovim:master Aug 7, 2024
8 checks passed
@anirudhsundar anirudhsundar deleted the tvm-ffi-navigator-servers branch August 7, 2024 11:06
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