-
- Downloads
There was an error fetching the commit references. Please try again later.
Move std::trait.implement to Trait.implement
This removes the need for importing std::trait in every module. The resulting API is also less awkward to use.
Showing
- compiler/lib/inkoc/pass/generate_tir.rb 3 additions, 4 deletionscompiler/lib/inkoc/pass/generate_tir.rb
- compiler/lib/inkoc/pass/insert_implicit_imports.rb 0 additions, 9 deletionscompiler/lib/inkoc/pass/insert_implicit_imports.rb
- compiler/lib/inkoc/tir/module.rb 0 additions, 4 deletionscompiler/lib/inkoc/tir/module.rb
- runtime/src/std/trait.inko 37 additions, 40 deletionsruntime/src/std/trait.inko
- runtime/tests/test/std/test_mirror.inko 1 addition, 1 deletionruntime/tests/test/std/test_mirror.inko
- runtime/tests/test/std/test_trait.inko 3 additions, 3 deletionsruntime/tests/test/std/test_trait.inko
Please register or sign in to comment