Skip to content

4.2.0_4

Choose a tag to compare

@hymkor hymkor released this 29 Jul 08:14
· 2941 commits to master since this release
  • Fix: error's line number was not displayed when .nyagos has an error.
  • Fix: .nyagos cache errors when executable architecture (amd64 or 386) changes previous'run
  • Fix: ls | more outputs ESC[0K. (fixed by go-box)
  • (internal) follow the change in go-colorable's ESC[%dC & ESC[%dD's behaviour ( mattn/go-colorable@3fa8c76f , thanks to @tyochiai )
  • Fix: on default _nyagos, suffix "lua=nyagos" was wrong. Added .exe -f
  • Error if scripts on nyagos.d are executed by not nyagos.exe
  • Do not insert interpreter-name when user-typed-command-name does not have a suffix to fix #237 that cd nyagos.d and suffix -> new nyagos.exe processes start infinitely.
  • Fix #240: on empty dir, C-o -> bad argument # 1 to 'find' (string expected, got nil)

  • .nyagos にエラーがあった時のエラー行番号が表示されない問題を修正
  • 前回実行時とEXEファイルのアーキテクチャ(amd64 or 386)が変わった時、.nyagos のキャッシュがエラーになる不具合を修正
  • Fix: ls | moreESC[0K が表示されていた
  • (内部) go-colorable の ESC[%dCESC[%dD の挙動変更に追随 ( mattn/go-colorable@3fa8c76f , 感謝 > @tyochiai )
  • デフォルトと _nyagossuffix "lua=nyagos" は間違っていた。「.exe -f」を追記した。
  • nyagos.d ディレクトリのスクリプトが、lua.exe など nyagos.exe 以外で実行された場合、エラーにするようにした。
  • nyagos.d ディレクトリで suffix とタイプすると、無限に nyagos.exe プロセスが起動する問題 #237 を修正するために、ユーザがタイプしたコマンド名に拡張子が含まれていない場合は、インタプリタ名の挿入をしないようにした。
  • Fix #240: 空のディレクトリで C-o を押下すると「bad argument # 1 to 'find' (string expected, got nil)」と表示されていた