Ilya Bogdanov
Ilya Bogdanov
See discussion in #302
Using `(L/java/lang/String)V` as a method signature leads to `Method not found` error, while the parser must properly react to invalid `/` right after `L`
It was introduced in #8, but I think we can improve it.
It would be nice to have ability to serialize and deserialize storages and pointers with `serde`. It can be useful in game when you want to save current CGS state....
At this moment there is no way to access Storage from Pointer to that Storage, despite Storage is still in memory. For example: ```rust let storage = Storage::new(); let ptr...
### Pull Request Description [ci no changelog needed] [Task link](https://www.pivotaltracker.com/story/show/182675703) TBD https://user-images.githubusercontent.com/6566674/190974491-9a3d2f2f-d222-40c3-8874-e0dfd98863a5.mp4 ### Important Notes TBD ### Checklist Please include the following checklist in your PR: - [ ] The...
### Pull Request Description Closes #5353 When name conflict is detected, we use fully qualified name instead of the usual one. https://github.com/enso-org/enso/assets/6566674/2dab40ce-b925-4443-ab37-acd0a8968e47 ### Important Notes ### Checklist Please ensure that...
**Describe the bug** `Derivative` proc-macro triggers clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#/incorrect_clone_impl_on_copy_type on the latest nightly. ``` error: incorrect implementation of `clone` on a `Copy` type --> src/lib.rs:4:10 | 4 | #[derive(Derivative)] |...
[Перевод второго издания](https://github.com/rurust/rust_book_2ed) выполнен в значительной степени, но требуется много работы по обновлению и исправлению ошибок. ### Мотивация Второе издание уже сейчас является стандартом документации по языку и перевод необходим....