rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.7k stars 85 forks source link

rune: Remove FullTypeOf and recursively load types #761

Closed udoprog closed 1 month ago

udoprog commented 1 month ago

Makes DocType building properly recursive and removed the unused FullTypeOf.

Relates #757