Activity for Rodion Gorkovenko

  • Rodion Gorkovenko Rodion Gorkovenko committed [9dd931]

    Recent updates up to v21.03

  • Rodion Gorkovenko Rodion Gorkovenko committed [978912]

    wiping master branch

  • Rodion Gorkovenko Rodion Gorkovenko committed [18b451]

    snapshot of files on 2021-03-03 fb73405

  • Rodion Gorkovenko Rodion Gorkovenko committed [50a887]

    this repo is just a mirror

  • Rodion Gorkovenko Rodion Gorkovenko imported Code

  • Rodion Gorkovenko Rodion Gorkovenko posted a comment on ticket #46

    Hm. rev77 is where the bug was introduced. Sorry, I poorly explained. Bug is due to overflow in multiplication, which may give negative with two positive numbers, for example.

  • Rodion Gorkovenko Rodion Gorkovenko posted a comment on ticket #46

    Kevin, sorry, but there is some mystery. I think I see this in current trunk: https://sourceforge.net/p/tinyscheme/code/HEAD/tree/trunk/scheme.c#l475

  • Rodion Gorkovenko Rodion Gorkovenko created ticket #46

    Modulo bug due to internal multiplication (from GIMP repo)

  • Rodion Gorkovenko Rodion Gorkovenko created ticket #9

    Test suite

  • Rodion Gorkovenko Rodion Gorkovenko posted a comment on ticket #18

    Seemingly is duplicated by https://sourceforge.net/p/tinyscheme/patches/26/ but in current version just removing two lines (as suggested there) looks enough (works correctly in both interpreted and script mode).

  • Rodion Gorkovenko Rodion Gorkovenko posted a comment on ticket #26

    This seems to be severe! It prevents ./scheme reading from console when program is run from file. Would be good to merge the suggested patch unless it breaks anything :) E.g. if we create the file test.scm: (display "Enter something:") (display (read)) (newline) and try running it with ./scheme test.scm, it won't stop to wait for user input, instead printing literally Enter something:(newline).

  • Rodion Gorkovenko Rodion Gorkovenko created ticket #45

    string-ref / vector-ref should negate is_integer check

1