I'm not exactly sure what the process is here, but I'd like to move v8/tools/torque/vim-torque into its own org repo like https://github.com/v8/vscode-torque.
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/8167aabe-5e72-41f1-b7bb-4604d09edac1%40googlegroups.com.
For setting up new repositories under Google properties, Google has an internal launch process that needs to go through a checklist of approvals. It's usually fairly painless, but can take a week or two. Best to find someone on the V8 team to help you get this underway?Yang
On Tue, May 19, 2020, 19:23 Gus Caplan <fluffyro...@gmail.com> wrote:
I'm not exactly sure what the process is here, but I'd like to move v8/tools/torque/vim-torque into its own org repo like https://github.com/v8/vscode-torque.--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/0b1f9bd0-962b-4381-b530-521606334050%40googlegroups.com.
Vim plugin managers are usually able to directly install git repos and keep themselves updated, but I don't know of any which support the plugin being in a subdirectory of the git repository.
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/421da2f7-dec1-460c-8d7b-254483a0ce25%40googlegroups.com.
Plug 'v8/v8', { 'rtp': '/tools/torque/vim-torque' }
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAN54oN4-J9q3%2BUJPq_zdha1Lw-59oy-KNV9iNgUSZSZ1kJiyLg%40mail.gmail.com.
I looked into it and it's a lot of bureaucracy to get a new repo approved. Given that whenever you write Torque, there has to be a V8 checkout, it should be possible to let vim get the plugin right from this local folder. That should be about as good as automatic updates. Does this work for you?
Am Fr., 22. Mai 2020 um 15:14 Uhr schrieb Gus Caplan <fluffyro...@gmail.com>:
Vim plugin managers are usually able to directly install git repos and keep themselves updated, but I don't know of any which support the plugin being in a subdirectory of the git repository.
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-...@googlegroups.com.
FWIW, I believe vim-plug lets you specify a subdirectory with 'rtp', so something like this might work:Plug 'v8/v8', { 'rtp': '/tools/torque/vim-torque' }
On Tue, May 26, 2020 at 3:05 PM Tobias Tebbi <te...@chromium.org> wrote:
I looked into it and it's a lot of bureaucracy to get a new repo approved. Given that whenever you write Torque, there has to be a V8 checkout, it should be possible to let vim get the plugin right from this local folder. That should be about as good as automatic updates. Does this work for you?
Am Fr., 22. Mai 2020 um 15:14 Uhr schrieb Gus Caplan <fluffyro...@gmail.com>:
Vim plugin managers are usually able to directly install git repos and keep themselves updated, but I don't know of any which support the plugin being in a subdirectory of the git repository.
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/421da2f7-dec1-460c-8d7b-254483a0ce25%40googlegroups.com.
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-...@googlegroups.com.