Re: [racket-users] Ambiguous binding error, and trying to add generic-interface inheritance

2015-09-24 Thread Alex Knauth
I've figured out where the error is coming from, but I still have no idea what's going on. racket/private/generic-methods.rkt starting on line 174: (define-syntax (generic-methods stx) (syntax-case stx () [(_ gen def ...) (let () (define info (get-info 'generic-methods

[racket-users] Ambiguous binding error, and trying to add generic-interface inheritance

2015-09-23 Thread Alexander D. Knauth
I'm trying to add inheritance to generic interfaces: https://github.com/AlexKnauth/racket/tree/gen-extends But it's in a weird state where it's passing some of the time, (seemingly depending on how exactly I fiddle with it, compile it,