bug#13827: faulty range check in bytevector accessor

2014-07-28 Thread Ben Rocer
[resubmitting to bug-guile@gnu.org as debbugs seems to have eaten my first mail] When I tried to reproduce this bug on a 32-bit x86 system, I got an abort in the function bytevector_large_set(); I think this is also where the bug is. Specifically, there are two bugs in these two consecutive line

bug#18127: add-to-load-path adds a path twice

2014-07-28 Thread Alex Kost
Hello, I noticed that ‘add-to-load-path’ adds a path 2 times when it is called in Guile REPL. taylanub from #guile explained that it may happen because in the REPL the compilation and execution happen in the same session and “‘add-to-load-path’ takes care of modifying the path both at compile-time