by shigemk2

当面は技術的なことしか書かない

2021-09-16から1日間の記事一覧

PHP 2021-09-15

PHP

[2021-09-15 23:27:05 +0900]: JIT: Fixed call chain construction [2021-09-15 23:07:26 +0900]: Don't hardcode used sanitizers in fuzzer [2021-09-15 21:44:54 +0900]: Avoid accessing literal operand on nop [2021-09-15 21:37:40 +0900]: Don't un…

Emacs 2021-09-15

[2021-09-15 22:53:53 +0900]: Tweak python-hideshow-forward-sexp-function warning avoidance [2021-09-15 22:14:30 +0900]: Avoid crashes due to clearing of a frame's face cache [2021-09-15 22:14:24 +0900]: * lisp/net/tramp-sh.el (tramp-method…

docker-ce 2021-09-15

[2021-09-15 21:30:55 +0900]: update buildx to v0.6.3 [2021-09-15 21:27:54 +0900]: Update Go to 1.16.8 [2021-09-15 20:26:11 +0900]: Update Go to 1.16.8 [2021-09-15 19:47:50 +0900]: Dockerfile: update tonistiigi/xx to 1.0.0-rc.2, add XX_VERS…

brew 2021-09-15

[2021-09-15 20:23:07 +0900]: rubocops/lines: be less strict about OS.{mac,linux}? in taps. [2021-09-15 18:10:05 +0900]: brew: fail fast when not using bash [2021-09-15 11:27:05 +0900]: shims/super: shim swiftc [2021-09-15 03:12:02 +0900]: …

git mvで不思議なこと

Git

Mac OSX BigSur 11.5.2 git version 2.31.1 git mv AAA.txt aaa.txt 上実行すると以下エラーが出てきた fatal: renaming 'xxxxxxx' failed: Invalid argument stackoverflow.com ここらへんを参考にして以下実行すればうまくいったと思った。 git mv AAA.txt…