Hello, Manuel, I have also come across another oddity recently with Bigloo and vectors/tvectors; I don't believe it was introduced recently. equal? does not handle tvectors at all, comparing 2 tvectors always returns #f. This caused some problems while porting srfi231 to Bigloo. My test program used vector literals which were optimized to tvectors, resulting in test errors when compared to the normal vectors returned from srfi231. This raised a question in my mind. Are vectors and tvectors intended to be distinct? If not, should a vector and a tvector with the same contents be equal? Thanks,Joe
On Wednesday, November 2, 2022 at 12:57:15 AM PDT, manuel.serr...@inria.fr <manuel.serr...@inria.fr> wrote: Hi Everyone, Bigloo-4.5a is now almost ready and it is time to release it. Please try to give it a try in the coming days. Unless someone reports a serious problem this version will be released by next week. In the meantime, I will start preparing the debian, rapsberry, android, and brew versions. Thanks in advance for your help. -- Manuel