Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/rubykaigi-2021
https://github.com/pocke/rubykaigi-2021
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pocke/rubykaigi-2021
- Owner: pocke
- Created: 2021-08-21T11:51:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T05:16:57.000Z (over 3 years ago)
- Last Synced: 2024-11-06T13:01:38.202Z (about 2 months ago)
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The support repository of my talk at RubyKaigi Takeout 2021, The newsletter of RBS updates
==========This is a support page. It contains updates between recording the talk and the event date, Sep 10th.
I update this documentation until Sep 10th.
## Links
* RubyKaigi official page: https://rubykaigi.org/2021-takeout/presentations/p_ck_.html
* Slides: https://docs.google.com/presentation/d/e/2PACX-1vREU6ZguqLxGk_k1l3zvKbRo_TbMTKN3yEgfzrjA85foVXrmeYvWnOTefsaBycsb9m6H924VsZw_YKt/pub?start=false&loop=false&delayms=3000
* Related Article: [rbs collection was released! - dev.to](https://dev.to/pocke/rbs-collection-was-released-4nmm)## Video
https://youtu.be/AwuSHC6j-48 (Japanese)
## `rbs collection`
* Pull Requested https://github.com/ruby/rbs/pull/589
* Merged
* Released as RBS v1.6.0 🎉## Steep integration of `rbs collection`
* Pull Requested https://github.com/soutaro/steep/pull/420
* Merged (after RubyKaigi)
* Not yet released## TypeProf integration of `rbs collection`
* Pull Requested https://github.com/ruby/typeprof/pull/53 (after RubyKaigi)
## RBS parser with C
* Pull Requested https://github.com/ruby/rbs/pull/788
* Merged
* Will be released as RBS v1.7.0## Bounded Type Parameters
* not yet
## Generic Type Aliases
* not yet