summary refs log tree commit diff stats
path: root/TODO
blob: 715ebc1b9fd268eab0e0dfb816f38b9b04cd754f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Console

   (X) #0   09/12/06  console commands
   (X) #1   09/12/06  quick find
   (X) #2   09/12/06  open with
   (X) #4   09/12/06  history for console
   (X) #13  09/12/27  display docstring of a command


General

   (X) #5   09/12/06  move code from fm into objects
   (X) #6   09/12/06  move main to __init__
   (X) #7   09/12/06  cooler titlebar
   (X) #8   09/12/17  Add operations to modify files/directories
   (X) #9   09/12/24  add a widget for managing running operations
   (X) #10  09/12/24  sorting
   (X) #11  09/12/27  filter
   (X) #12  09/12/27  jump through the list in a specific order
   (X) #14  09/12/29  make filelists inherit from pagers
   (X) #15  09/12/29  better way of running processes!!~
   (X) #16  10/01/01  list of bookmarks
   (X) #21  10/01/01  write help!
   (X) #22  10/01/03  add getopt options to change flags/mode
   (X) #29  10/01/06  add chmod command
   (X) #30  10/01/06  add a way to create symlinks
   (X) #32  10/01/08  place the (hidden) cursor to a meaningful position
   (X) #34  10/01/09  display free disk space
   (X) #35  10/01/09  display disk usage of files in current directory
   ( ) #36  10/01/11  help coloring is terribly inefficient
   (X) #37  10/01/13  better tab completion for OpenConsole
   ( ) #38  10/01/16  searching in pager
   (X) #39  10/01/17  flushinput not always good
   (X) #42  10/01/17  memorize directory for `` when using :cd
   (X) #43  10/01/18  internally treat the bookmarks ` and ' the same
   ( ) #44  10/01/18  more error messages :P
   (X) #47  10/01/19  less restricive auto preview
   (X) #48  10/01/19  abbreviate commands with first unambiguous substring
   ( ) #50  10/01/19  add more unit tests
   ( ) #51  10/01/21  remove directory.marked_items ?
   (X) #55  10/01/24  allow change of filename when pasting
          you're given the choice between overwriting or appending a "_"
   ( ) #56  10/01/30  warn before deleting mount points
   ( ) #57  10/01/30  warn before deleting unseen marked files
   (X) #58  10/02/04  change the title of the terminal
   (X) #61  10/02/09  show sum of size of marked files
   (X) #63  10/02/15  limit filesize in previews
   ( ) #64  10/02/25  scroll in previews
   (X) #66  10/02/28  explain how colorschemes work
   (X) #70  10/03/14  mouse handler for titlebar
   (X) #71  10/03/21  previews: black/whitelist + read file
   (X) #79  10/04/08  tab number zero
   ( ) #80  10/04/08  when closing tabs, avoid gaps?


Bugs

   (X) #17  10/01/01  why do bookmarks disappear sometimes?
   (X) #18  10/01/01  fix notify widget (by adding a LogView?)
   (X) #19  10/01/01  resizing after pressing g
   (X) #23  10/01/04  stop dir loading with ^C -> wont load anymore
   (X) #25  10/01/06  directories sometimes dont reload correctly
   (X) #26  10/01/06  :delete on symlinks of directories fails
   (X) #31  10/01/06  ^C breaks cd-after-exit by stopping sourced shell script
   (X) #40  10/01/17  freeze with unavailable sshfs
          Not rangers fault (?)
   (X) #41  10/01/17  capital file extensions are not recognized
   (X) #46  10/01/19  old username displayed after using su
   (X) #49  10/01/19  fix unit tests :'(
   (X) #52  10/01/23  special characters in tab completion
   (X) #54  10/01/23  max_dirsize_for_autopreview not working
   ( ) #60  10/02/05  utf support improvable
   (X) #62  10/02/15  curs_set can raise an exception
   ( ) #65  10/02/16  "source ranger ranger some/file.txt" shouldn't cd after exit
   (X) #67  10/03/08  terminal title in tty
   (X) #69  10/03/11  tab-completion breaks with Apps subclass
   (X) #73  10/03/21  when clicking on the first column, it goes 1x down
   (X) #74  10/03/21  console doesn't scroll
   ( ) #78  10/03/31  broken preview when deleting all files in a directory


Ideas

   ( ) #20  10/01/01  use inotify to monitor filesystem changes
   ( ) #24  10/01/06  progress bar
   (X) #27  10/01/06  hide bookmarks in list which contain hidden dir
   (X) #28  10/01/06  use regexp instead of string for searching
   ( ) #33  10/01/08  accelerate mousewheel speed
   (X) #45  10/01/18  hooks for events like setting changes
   ( ) #53  10/01/23  merge fm and environment
   ( ) #68  10/03/10  threads, to seperate ui and loading
   ( ) #72  10/03/21  ranger daemon which does the slow io tasks
   ( ) #75  10/03/28  navigate in history
   (X) #76  10/03/28  save history between sessions
   (X) #77  10/03/28  colorscheme overlay in options.py
>376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741
parse/0: instruction: 35
parse/0:   ingredient: {name: "_, hello!", value: 0, type: 0, properties: ["_, hello!": "literal-string"]}
parse/0:   product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]}
parse/0: instruction: 35
parse/0:   ingredient: {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]}
parse/0:   product: {name: "2", value: 0, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]}
parse/0: instruction: 107
parse/0:   ingredient: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]}
parse/0:   ingredient: {name: "2", value: 0, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]}
parse/0:   product: {name: "3", value: 0, type: 2-5-4, properties: ["3": "address":"array":"character", "raw": ]}
parse/0: instruction: 1
parse/0:   ingredient: {name: "3", value: 0, type: 2-5-4, properties: ["3": "address":"array":"character", "raw": , "deref": ]}
parse/0:   product: {name: "4", value: 0, type: 5-4, properties: ["4": "array":"character", "raw": ]}
new/0: _, hello! -> 0
new/0: abc -> 0
after-brace/0: recipe test-interpolate-at-start
after-brace/0: new ...
after-brace/0: new ...
after-brace/0: interpolate ...
after-brace/0: copy ...
run/0: instruction test-interpolate-at-start/0
mem/0: storing 1000 in location 1
run/0: instruction test-interpolate-at-start/1
mem/0: storing 1010 in location 2
run/0: instruction test-interpolate-at-start/2
mem/0: location 1 is 1000
mem/0: location 2 is 1010
run/0: instruction interpolate/0
mem/0: new alloc: 1014
mem/0: array size is 60
run/0: instruction interpolate/1
run/0: product 0 is 1000
mem/0: storing 1000 in location 1016
run/0: instruction interpolate/2
mem/0: location 1016 is 1000
mem/0: storing 9 in location 1017
run/0: instruction interpolate/3
run/0: ingredient 0 is tem-len
mem/0: location 1017 is 9
mem/0: storing 9 in location 1018
run/0: instruction interpolate/5
run/0: product 0 is 1010
mem/0: storing 1010 in location 1019
mem/0: storing 1 in location 1020
run/0: instruction interpolate/6
mem/0: location 1020 is 1
run/0: ingredient 0 is 1
run/0: jump-unless fell through
run/0: instruction interpolate/7
mem/0: location 1019 is 1010
mem/0: storing 3 in location 1021
run/0: instruction interpolate/8
run/0: ingredient 0 is result-len
mem/0: location 1018 is 9
run/0: ingredient 1 is a-len
mem/0: location 1021 is 3
run/0: product 0 is 12
mem/0: storing 12 in location 1018
run/0: instruction interpolate/9
run/0: ingredient 0 is result-len
mem/0: location 1018 is 12
run/0: ingredient 1 is 1
run/0: product 0 is 11
mem/0: storing 11 in location 1018
run/0: instruction interpolate/10
run/0: ingredient 0 is -6
run/0: pc now 4
run/0: instruction interpolate/5
mem/0: storing 0 in location 1020
run/0: instruction interpolate/6
mem/0: location 1020 is 0
run/0: ingredient 0 is 0
run/0: ingredient 1 is 
run/0: jumping to instruction 11
run/0: instruction interpolate/12
run/0: instruction interpolate/13
run/0: product 0 is 1000
run/0: instruction interpolate/14
mem/0: new alloc: 1074
mem/0: storing 1074 in location 1022
mem/0: location 1018 is 11
mem/0: array size is 11
run/0: instruction interpolate/15
run/0: ingredient 0 is 0
mem/0: storing 0 in location 1023
run/0: instruction interpolate/16
run/0: ingredient 0 is 0
mem/0: storing 0 in location 1024
run/0: instruction interpolate/18
run/0: product 0 is 1010
mem/0: storing 1010 in location 1019
mem/0: storing 1 in location 1020
run/0: instruction interpolate/19
mem/0: location 1020 is 1
run/0: ingredient 0 is 1
run/0: jump-unless fell through
run/0: instruction interpolate/21
run/0: ingredient 0 is i
mem/0: location 1024 is 0
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/22
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/23
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 0
run/0: address to copy is 1001
run/0: its type is 4
mem/0: location 1001 is 95
run/0: product 0 is 95
mem/0: storing 95 in location 1026
run/0: instruction interpolate/24
run/0: ingredient 0 is in
mem/0: location 1026 is 95
run/0: ingredient 1 is 95
run/0: product 0 is 1
mem/0: storing 1 in location 1027
run/0: instruction interpolate/25
mem/0: location 1027 is 1
run/0: ingredient 0 is 1
run/0: ingredient 1 is 
run/0: jumping to instruction 31
run/0: instruction interpolate/32
run/0: ingredient 0 is 0
mem/0: storing 0 in location 1029
run/0: instruction interpolate/34
run/0: ingredient 0 is j
mem/0: location 1029 is 0
run/0: ingredient 1 is a-len
mem/0: location 1021 is 3
run/0: product 0 is 0
mem/0: storing 0 in location 1030
run/0: instruction interpolate/35
mem/0: location 1030 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/36
run/0: ingredient 0 is {name: "a", value: 4, type: 2-5-4, properties: ["a": "address":"array":"character", "deref": ]}
mem/0: location 1019 is 1010
run/0: ingredient 1 is {name: "j", value: 14, type: 1, properties: ["j": "integer"]}
mem/0: location 1029 is 0
run/0: address to copy is 1011
run/0: its type is 4
mem/0: location 1011 is 97
run/0: product 0 is 97
mem/0: storing 97 in location 1026
run/0: instruction interpolate/37
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 0
run/0: address to copy is 1075
run/0: product 0 is 1075
mem/0: storing 1075 in location 1028
run/0: instruction interpolate/38
run/0: ingredient 0 is in
mem/0: location 1026 is 97
mem/0: location 1028 is 1075
mem/0: storing 97 in location 1075
run/0: instruction interpolate/39
run/0: ingredient 0 is j
mem/0: location 1029 is 0
run/0: ingredient 1 is 1
run/0: product 0 is 1
mem/0: storing 1 in location 1029
run/0: instruction interpolate/40
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 0
run/0: ingredient 1 is 1
run/0: product 0 is 1
mem/0: storing 1 in location 1023
run/0: instruction interpolate/41
run/0: ingredient 0 is -8
run/0: pc now 33
run/0: instruction interpolate/34
run/0: ingredient 0 is j
mem/0: location 1029 is 1
run/0: ingredient 1 is a-len
mem/0: location 1021 is 3
run/0: product 0 is 0
mem/0: storing 0 in location 1030
run/0: instruction interpolate/35
mem/0: location 1030 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/36
run/0: ingredient 0 is {name: "a", value: 4, type: 2-5-4, properties: ["a": "address":"array":"character", "deref": ]}
mem/0: location 1019 is 1010
run/0: ingredient 1 is {name: "j", value: 14, type: 1, properties: ["j": "integer"]}
mem/0: location 1029 is 1
run/0: address to copy is 1012
run/0: its type is 4
mem/0: location 1012 is 98
run/0: product 0 is 98
mem/0: storing 98 in location 1026
run/0: instruction interpolate/37
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 1
run/0: address to copy is 1076
run/0: product 0 is 1076
mem/0: storing 1076 in location 1028
run/0: instruction interpolate/38
run/0: ingredient 0 is in
mem/0: location 1026 is 98
mem/0: location 1028 is 1076
mem/0: storing 98 in location 1076
run/0: instruction interpolate/39
run/0: ingredient 0 is j
mem/0: location 1029 is 1
run/0: ingredient 1 is 1
run/0: product 0 is 2
mem/0: storing 2 in location 1029
run/0: instruction interpolate/40
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 1
run/0: ingredient 1 is 1
run/0: product 0 is 2
mem/0: storing 2 in location 1023
run/0: instruction interpolate/41
run/0: ingredient 0 is -8
run/0: pc now 33
run/0: instruction interpolate/34
run/0: ingredient 0 is j
mem/0: location 1029 is 2
run/0: ingredient 1 is a-len
mem/0: location 1021 is 3
run/0: product 0 is 0
mem/0: storing 0 in location 1030
run/0: instruction interpolate/35
mem/0: location 1030 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/36
run/0: ingredient 0 is {name: "a", value: 4, type: 2-5-4, properties: ["a": "address":"array":"character", "deref": ]}
mem/0: location 1019 is 1010
run/0: ingredient 1 is {name: "j", value: 14, type: 1, properties: ["j": "integer"]}
mem/0: location 1029 is 2
run/0: address to copy is 1013
run/0: its type is 4
mem/0: location 1013 is 99
run/0: product 0 is 99
mem/0: storing 99 in location 1026
run/0: instruction interpolate/37
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 2
run/0: address to copy is 1077
run/0: product 0 is 1077
mem/0: storing 1077 in location 1028
run/0: instruction interpolate/38
run/0: ingredient 0 is in
mem/0: location 1026 is 99
mem/0: location 1028 is 1077
mem/0: storing 99 in location 1077
run/0: instruction interpolate/39
run/0: ingredient 0 is j
mem/0: location 1029 is 2
run/0: ingredient 1 is 1
run/0: product 0 is 3
mem/0: storing 3 in location 1029
run/0: instruction interpolate/40
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 2
run/0: ingredient 1 is 1
run/0: product 0 is 3
mem/0: storing 3 in location 1023
run/0: instruction interpolate/41
run/0: ingredient 0 is -8
run/0: pc now 33
run/0: instruction interpolate/34
run/0: ingredient 0 is j
mem/0: location 1029 is 3
run/0: ingredient 1 is a-len
mem/0: location 1021 is 3
run/0: product 0 is 1
mem/0: storing 1 in location 1030
run/0: instruction interpolate/35
mem/0: location 1030 is 1
run/0: ingredient 0 is 1
run/0: ingredient 1 is 
run/0: jumping to instruction 42
run/0: instruction interpolate/43
run/0: ingredient 0 is i
mem/0: location 1024 is 0
run/0: ingredient 1 is 1
run/0: product 0 is 1
mem/0: storing 1 in location 1024
run/0: instruction interpolate/44
run/0: ingredient 0 is -27
run/0: pc now 17
run/0: instruction interpolate/18
mem/0: storing 0 in location 1020
run/0: instruction interpolate/19
mem/0: location 1020 is 0
run/0: ingredient 0 is 0
run/0: ingredient 1 is 
run/0: jumping to instruction 45
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 1
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 1
run/0: address to copy is 1002
run/0: its type is 4
mem/0: location 1002 is 44
run/0: product 0 is 44
mem/0: storing 44 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 3
run/0: address to copy is 1078
run/0: product 0 is 1078
mem/0: storing 1078 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 44
mem/0: location 1028 is 1078
mem/0: storing 44 in location 1078
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 1
run/0: ingredient 1 is 1
run/0: product 0 is 2
mem/0: storing 2 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 3
run/0: ingredient 1 is 1
run/0: product 0 is 4
mem/0: storing 4 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 2
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 2
run/0: address to copy is 1003
run/0: its type is 4
mem/0: location 1003 is 32
run/0: product 0 is 32
mem/0: storing 32 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 4
run/0: address to copy is 1079
run/0: product 0 is 1079
mem/0: storing 1079 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 32
mem/0: location 1028 is 1079
mem/0: storing 32 in location 1079
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 2
run/0: ingredient 1 is 1
run/0: product 0 is 3
mem/0: storing 3 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 4
run/0: ingredient 1 is 1
run/0: product 0 is 5
mem/0: storing 5 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 3
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 3
run/0: address to copy is 1004
run/0: its type is 4
mem/0: location 1004 is 104
run/0: product 0 is 104
mem/0: storing 104 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 5
run/0: address to copy is 1080
run/0: product 0 is 1080
mem/0: storing 1080 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 104
mem/0: location 1028 is 1080
mem/0: storing 104 in location 1080
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 3
run/0: ingredient 1 is 1
run/0: product 0 is 4
mem/0: storing 4 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 5
run/0: ingredient 1 is 1
run/0: product 0 is 6
mem/0: storing 6 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 4
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 4
run/0: address to copy is 1005
run/0: its type is 4
mem/0: location 1005 is 101
run/0: product 0 is 101
mem/0: storing 101 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 6
run/0: address to copy is 1081
run/0: product 0 is 1081
mem/0: storing 1081 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 101
mem/0: location 1028 is 1081
mem/0: storing 101 in location 1081
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 4
run/0: ingredient 1 is 1
run/0: product 0 is 5
mem/0: storing 5 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 6
run/0: ingredient 1 is 1
run/0: product 0 is 7
mem/0: storing 7 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 5
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 5
run/0: address to copy is 1006
run/0: its type is 4
mem/0: location 1006 is 108
run/0: product 0 is 108
mem/0: storing 108 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 7
run/0: address to copy is 1082
run/0: product 0 is 1082
mem/0: storing 1082 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 108
mem/0: location 1028 is 1082
mem/0: storing 108 in location 1082
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 5
run/0: ingredient 1 is 1
run/0: product 0 is 6
mem/0: storing 6 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 7
run/0: ingredient 1 is 1
run/0: product 0 is 8
mem/0: storing 8 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 6
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 6
run/0: address to copy is 1007
run/0: its type is 4
mem/0: location 1007 is 108
run/0: product 0 is 108
mem/0: storing 108 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 8
run/0: address to copy is 1083
run/0: product 0 is 1083
mem/0: storing 1083 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 108
mem/0: location 1028 is 1083
mem/0: storing 108 in location 1083
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 6
run/0: ingredient 1 is 1
run/0: product 0 is 7
mem/0: storing 7 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 8
run/0: ingredient 1 is 1
run/0: product 0 is 9
mem/0: storing 9 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 7
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 7
run/0: address to copy is 1008
run/0: its type is 4
mem/0: location 1008 is 111
run/0: product 0 is 111
mem/0: storing 111 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 9
run/0: address to copy is 1084
run/0: product 0 is 1084
mem/0: storing 1084 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 111
mem/0: location 1028 is 1084
mem/0: storing 111 in location 1084
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 7
run/0: ingredient 1 is 1
run/0: product 0 is 8
mem/0: storing 8 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 9
run/0: ingredient 1 is 1
run/0: product 0 is 10
mem/0: storing 10 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 8
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 0
mem/0: storing 0 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 0
run/0: ingredient 0 is 0
run/0: jump-if fell through
run/0: instruction interpolate/49
run/0: ingredient 0 is {name: "template", value: 1, type: 2-5-4, properties: ["template": "address":"array":"character", "deref": ]}
mem/0: location 1016 is 1000
run/0: ingredient 1 is {name: "i", value: 9, type: 1, properties: ["i": "integer"]}
mem/0: location 1024 is 8
run/0: address to copy is 1009
run/0: its type is 4
mem/0: location 1009 is 33
run/0: product 0 is 33
mem/0: storing 33 in location 1026
run/0: instruction interpolate/50
run/0: ingredient 0 is result
mem/0: location 1022 is 1074
run/0: ingredient 1 is {name: "result-idx", value: 8, type: 1, properties: ["result-idx": "integer"]}
mem/0: location 1023 is 10
run/0: address to copy is 1085
run/0: product 0 is 1085
mem/0: storing 1085 in location 1028
run/0: instruction interpolate/51
run/0: ingredient 0 is in
mem/0: location 1026 is 33
mem/0: location 1028 is 1085
mem/0: storing 33 in location 1085
run/0: instruction interpolate/52
run/0: ingredient 0 is i
mem/0: location 1024 is 8
run/0: ingredient 1 is 1
run/0: product 0 is 9
mem/0: storing 9 in location 1024
run/0: instruction interpolate/53
run/0: ingredient 0 is result-idx
mem/0: location 1023 is 10
run/0: ingredient 1 is 1
run/0: product 0 is 11
mem/0: storing 11 in location 1023
run/0: instruction interpolate/54
run/0: ingredient 0 is -8
run/0: pc now 46
run/0: instruction interpolate/47
run/0: ingredient 0 is i
mem/0: location 1024 is 9
run/0: ingredient 1 is tem-len
mem/0: location 1017 is 9
run/0: product 0 is 1
mem/0: storing 1 in location 1025
run/0: instruction interpolate/48
mem/0: location 1025 is 1
run/0: ingredient 0 is 1
run/0: ingredient 1 is 
run/0: jumping to instruction 55
run/0: instruction interpolate/56
mem/0: location 1022 is 1074
run/0: result 0 is 1074
mem/0: storing 1074 in location 3
run/0: instruction test-interpolate-at-start/3
run/0: ingredient 0 is 3
mem/0: location 3 is 1074
mem/0: location 1074 is 11
mem/0: location 1075 is 97
mem/0: location 1076 is 98
mem/0: location 1077 is 99
mem/0: location 1078 is 44
mem/0: location 1079 is 32
mem/0: location 1080 is 104
mem/0: location 1081 is 101
mem/0: location 1082 is 108
mem/0: location 1083 is 108
mem/0: location 1084 is 111
mem/0: location 1085 is 33
mem/0: storing 11 in location 4
mem/0: storing 97 in location 5
mem/0: storing 98 in location 6
mem/0: storing 99 in location 7
mem/0: storing 44 in location 8
mem/0: storing 32 in location 9
mem/0: storing 104 in location 10
mem/0: storing 101 in location 11
mem/0: storing 108 in location 12
mem/0: storing 108 in location 13
mem/0: storing 111 in location 14
mem/0: storing 33 in location 15