-
Notifications
You must be signed in to change notification settings - Fork 13.3k
relicense shootout-nbody.rs
to the shootout license
#17073
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
Comments
I agree to relicense any previous contributions to http://github.com/rust-lang/rust according to the term of the Computer Language Benchmarks Game license (http://benchmarksgame.alioth.debian.org/license.php) |
I agree to relicense any previous contributions to On 07/09/2014 09:59, Daniel Micay wrote:
Carol Willing |
Everyone agreed. fix rust-lang#17073
Better inline preview for postfix completion Better inline preview for postfix completion, a proper implementation of c5686c8. Here editors may filter completion item with the text within `delete_range`, so we need to include the `receiver text` in the `lookup` (aka `FilterText` in LSP spec) for editors to find the completion item. (See rust-lang/rust-analyzer#17036 (comment), Thanks to [pascalkuthe](https://github.com/pascalkuthe))
…kril Revert rust-lang#17073: Better inline preview for postfix completion See discussion on rust-lang/rust-analyzer#17077, but I strongly suspect that the changes to the `TextEdit` ranges caused VS Code's autocomplete to prefer the snippets over method completions. I explain why I think that [here](rust-lang/rust-analyzer#17077 (comment)).
Better inline preview for postfix completion Better inline preview for postfix completion, a proper implementation of c5686c8. Here editors may filter completion item with the text within `delete_range`, so we need to include the `receiver text` in the `lookup` (aka `FilterText` in LSP spec) for editors to find the completion item. (See rust-lang/rust-analyzer#17036 (comment), Thanks to [pascalkuthe](https://github.com/pascalkuthe))
…kril Revert rust-lang#17073: Better inline preview for postfix completion See discussion on rust-lang/rust-analyzer#17077, but I strongly suspect that the changes to the `TextEdit` ranges caused VS Code's autocomplete to prefer the snippets over method completions. I explain why I think that [here](rust-lang/rust-analyzer#17077 (comment)).
See #14248
I propose to change the license of
shootout-nbody.rs
Non trivial contributors:
Contributors appearing in git blame that are trivial (except artifacts as empty lines):
Contributors with removed and trivial contributions are not considered.
For the persons that are not in "OK" state, please respond to this issue saying:
Then, I'll propose the corresponding PR.
Thanks.
The text was updated successfully, but these errors were encountered: