Explorar el Código

~/.bin/rly: Well, it's better to not send everything everytime again.

This is a bugfix. That is, previously *all* commands in one session
were passed to nailgun everytime. How could I test this?
Lucas Stadler %!s(int64=14) %!d(string=hace) años
padre
commit
520a03e491
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .bin/rly

+ 1 - 0
.bin/rly

55
	cmd = cmplt + cmd
55
	cmd = cmplt + cmd
56
	if is_balanced cmd
56
	if is_balanced cmd
57
		send_to_repl cmd
57
		send_to_repl cmd
58
		cmplt = ""
58
	else
59
	else
59
		cmplt = cmd
60
		cmplt = cmd
60
		rl.write("  ")
61
		rl.write("  ")