rubygem-typeprof - TypeProf is a type analysis tool for Ruby code based on abstract interpretation
| Website: | https://github.com/ruby/typeprof |
|---|---|
| License: | MIT |
| Vendor: | Virtuozzo |
- Description:
TypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes input Ruby code in a level of types instead of values, gathers what types are passed to and returned by methods, and prints the analysis result in RBS format, a standard type description format for Ruby 3.0.
Packages
| rubygem-typeprof-0.15.2-159.vl9.noarch [536 KiB] |
Changelog
by Vít Ondruch (2022-02-10):
- Prevent segfaults running with SystemTap. Resolves: rhbz#2015441 |