# Bazaar revision bundle v0.8 # # message: # 2006-10-27 Andy Wingo # # * guile/g-wrap/guile.scm (): Since in our methods we # handle null-ok, allow it in the type qualifier (typespec). Perhaps # this should go in instead, though. # # committer: Andy Wingo # date: Fri 2006-10-27 18:08:01.913000107 +0200 === modified file ChangeLog --- ChangeLog +++ ChangeLog @@ -1,3 +1,9 @@ +2006-10-27 Andy Wingo + + * guile/g-wrap/guile.scm (): Since in our methods we + handle null-ok, allow it in the type qualifier (typespec). Perhaps + this should go in instead, though. + 2006-10-26 Andy Wingo * guile/g-wrap/guile-runtime.c (gw_module_binder_proc): Factor === modified file guile/g-wrap/guile.scm --- guile/g-wrap/guile.scm +++ guile/g-wrap/guile.scm @@ -746,7 +746,8 @@ ;;; (define-class ( ) - wct-var-name) + wct-var-name + #:allowed-options '(null-ok)) (define-method (wrap-as-wct! (wrapset ) . args) (let ((type (apply make args))) # revision id: address@hidden # sha1: 775fd52560b55121e23948da1649026bc7a897b0 # inventory sha1: 6df4c3c103e4c8ab2b17d3e2a0df7f26eca3aef0 # parent ids: # address@hidden # base id: address@hidden # properties: # branch-nick: wingo