Skip to content

Commit

Permalink
Add first version of method binding
Browse files Browse the repository at this point in the history
- Add interface classes can implement to report the methods
  they provide
- Add thunks to Tramp to bounce to those methods
- Add Tramp.foreign_decl_for_key() and tests
- Add tests of method invocation
  • Loading branch information
cxw42 committed Mar 28, 2021
1 parent ded4cfe commit 2765b38
Show file tree
Hide file tree
Showing 6 changed files with 802 additions and 18 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ prettyprint:
src/vm.vala.in \
src/wrennull.c.in \
t/000-sanity-t.vala \
t/105-tramp-t.vala \
t/100-vmv-t.vala \
t/110-hello-world-s.vala \
t/120-read-var-from-wren-t.vala \
Expand Down
Loading

0 comments on commit 2765b38

Please sign in to comment.