Hello! Andy Wingo <wi...@pobox.com> writes:
> Running r6rs-arithmetic-flonums.test > ERROR: r6rs-arithmetic-flonums.test: fixnum->flonum: simple - arguments: > ((wrong-type-arg #f "Wrong type to apply: ~S" (#<syntax-transformer fixnum?>) > (#<syntax-transformer fixnum?>))) > > In practice this means that anyone that compiled something that uses > fixnum? against Guile 2.0.0 now has broken code. Ouch, right. > I don't know if this is important, as R6RS users probably have lots of > other carnage to deal with, but it is strictly an ABI break. Well well, they’ll need to recompile. My feeling is that it’s acceptable, but I don’t have a strong opinion. Thanks, Ludo’.