Release 2.276 · jenkinsci/jenkins · GitHub
デバイスリクエストによるNvidia GPUのサポート サービスプロファイルのサポート ローカルSSHクライアントへのシェルアウト経由でDocker CLIへのSSH接続アプローチを変更(環境変数COMPOSE_PARAMIKO_SSHを設定することで旧来の動作が有効になる) ログのプレフ…
opt退避のパワープレイでinstallできるようになっているけどまだinstallできていないformulaも多いから、こういう状態。 We've not made a big announcement but support is there: the installer, brew itself, and many formulas work on Apple Silicon. g…
戻り値文から匿名関数の戻り値の型を推測 bugfix ネストされたクロージャと匿名関数からのステートメントを含まないようにClosureReturnStatementsNodeを修正 など github.com
8.0.0 Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($array) 7.4.0 Second argument has to be between 1 and the number of elements in the array 7.3.0 Second argument has to be between 1 and the number of ele…
Release 2.7.5 · Homebrew/brew · GitHub Otherwise this prints to stderr to ask for configuration of the branch name あとはbump系
Release 2.7.4 · Homebrew/brew · GitHub
api-change:pinpoint: Update pinpoint command to latest version api-change:cognito-identity: Update cognito-identity command to latest version api-change:s3control: Update s3control command to latest version api-change:personalize: Update p…
openssl dgst -sha256 aws-cli-2.1.18.tar.gz brew bump-formula-pr --url=https://github.com/aws/aws-cli/archive/2.1.18.tar.gz --sha256=a4f527512b5bad07b448ab339b91229498c944fa45bca419e4bf72703f80ed28 awscli api-change:ssm: Update ssm command …
2.13 からバックポートされた、設定可能な警告とエラーのサポート。 mirrorが複数あったらカンマ区切りできるのだね。 openssl dgst -sha256 scala-2.12.13.tgz brew bump-formula-pr --url=https://downloads.lightbend.com/scala/2.12.13/scala-2.12.13.tgz…
本当によく更新される。 github.com コンテナの一部がネットワークメタデータを持たない場合に、タスクのメタデータエンドポイントがタスクのメタデータを返すようにした 認証情報リクエスト時のエラーと情報のロギングを改善 新しい環境変数ECS_CONTAINER_C…
Release 2.7.3 · Homebrew/brew · GitHub cargo installするときにlockedオプションを使わないとlockファイルが使われるインストールになり、結果rust1.49.0のrust依存のパッケージインストールが軒並み死ぬからlockedオプション使わないようにしたかったけ…
Release v1.2.22 · pyenv/pyenv · GitHub のーこんてんつ
Doxygen Manual: Changelog スマホ画面見づらい
api-change:autoscaling: Update autoscaling command to latest version api-change:codepipeline: Update codepipeline command to latest version api-change:transfer: Update transfer command to latest version api-change:autoscaling-plans: Update…
$ openssl dgst -sha256 php-7.3.26.tar.xz $ brew bump-formula-pr --url=https://www.php.net/distributions/php-7.3.26.tar.xz --mirror=https://fossies.org/linux/www/php-7.3.26.tar.xz --sha256=d93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8…
$ openssl dgst -sha256 php-7.4.14.tar.xz $ brew bump-formula-pr --url=https://www.php.net/distributions/php-7.4.14.tar.xz --mirror=https://fossies.org/linux/www/php-7.4.14.tar.xz --sha256=f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde85…
Release 2.7.2 · Homebrew/brew · GitHub
luajit.org LuaのJITコンパイラ。今2.0。 brew install --build-from-source luajit するとこうなるしまあまあのFormulaでエラーになるから考え中。 #error "Need at least GCC 4.3 or newer" ^ 3 errors generated. lj_arch.h:55:2: error: "No support for…
github.com colorオプションで色を変えても属性をそのまま残せる。カスタムのテキスト属性を $FZF_DEFAULT_OPTS に設定し、色を上書きしてもその属性を保持できる phony → disabled enable-search disable-search toggle-serach 検索無効時にクエリ文字列の…
内部的にはtar.gzをとってきて解凍してcargo install *std_cargo_args 的なことをしてるけど、std_cargo_argsを分解するとlockedとrootとpathのオプションを追加しているから、tar.gzなやつでcargo installしてる。しかもlockedオプションをつけてるからCarg…
curl https://sh.rustup.rs -sSf | sh Rustはこのスタイルで入れたらCargoも入るけど、homebrewはRustをソースビルドして別途Cargoを入れている
Release v8.2.2250: patch 8.2.2250: Vim9: sublist is ambiguous · vim/vim · GitHub Problem: Vim9: sublist is ambiguous. Solution: Require white space around the colon. (closes #7409)
PyCharm以外はあらかたApple Siliconに対応しているっぽい
Release 2.1.15 · aws/aws-cli · GitHub
Release jenkins-2.273 · jenkinsci/jenkins · GitHub まだタグだけ
Release 2.7.1 · Homebrew/brew · GitHub
go 1.16 beta 1 $ brew install -s go ==> Cloning https://go.googlesource.com/tools.git Updating /path/to/Library/Caches/Homebrew/go--gotools--git ==> Checking out branch release-branch.go1.15 Already on 'release-branch.go1.15' Your branch i…
Release ruby-build 20201225 · rbenv/ruby-build · GitHub ruby 3.0.0
Goに対する知識はほとんどない。ghqとかにプルリク投げてたくらい。 今のBigSur M1じゃGoをHomebrewインストールできないけど、なんとかしようとしている。 HomebrewのGoはソースコードをmake.bashでビルドすることでインストールしているけど、./make.bash …