forkされているものとかsampleとかunmaintainedとかdeprecatedとかと明示されているものは検討対象外にしている。
アルファベット順に並べている。
fluent-plugins-nurseryへの移動方法は https://github.com/fluent-plugins-nursery/contact#readme にまとめてある。
#!/bin/bash | |
set -eu | |
set -o pipefail | |
base_dir=$(dirname "$0") | |
prepare_sql() | |
{ | |
size=$1 |
forkされているものとかsampleとかunmaintainedとかdeprecatedとかと明示されているものは検討対象外にしている。
アルファベット順に並べている。
fluent-plugins-nurseryへの移動方法は https://github.com/fluent-plugins-nursery/contact#readme にまとめてある。
R version 4.2.2 Patched (2022-11-10 r83330) -- "Innocent and Trusting" | |
Copyright (C) 2022 The R Foundation for Statistical Computing | |
Platform: x86_64-pc-linux-gnu (64-bit) | |
R is free software and comes with ABSOLUTELY NO WARRANTY. | |
You are welcome to redistribute it under certain conditions. | |
Type 'license()' or 'licence()' for distribution details. | |
R is a collaborative project with many contributors. | |
Type 'contributors()' for more information and |
_______________________________ test_cython_api ________________________________ | |
tmpdir = local('/tmp/pytest-of-kou/pytest-22/test_cython_api0') | |
@pytest.mark.cython | |
def test_cython_api(tmpdir): | |
""" | |
Basic test for the Cython API. | |
""" | |
# Fail early if cython is not found |
+ '[' 2 -gt 0 ']' | |
+ test_js | |
+ pushd js | |
/tmp/arrow-1.0.0.18Kfr/apache-arrow-1.0.0/js /tmp/arrow-1.0.0.18Kfr/apache-arrow-1.0.0 /tmp/arrow-1.0.0.18Kfr | |
+ '[' 1 -gt 0 ']' | |
++ pwd | |
+ export NVM_DIR=/tmp/arrow-1.0.0.18Kfr/apache-arrow-1.0.0/js/.nvm | |
+ NVM_DIR=/tmp/arrow-1.0.0.18Kfr/apache-arrow-1.0.0/js/.nvm | |
+ mkdir -p /tmp/arrow-1.0.0.18Kfr/apache-arrow-1.0.0/js/.nvm |
--- /arrow/cpp/src/parquet/types.cc | |
+++ /arrow/cpp/src/parquet/types.cc (after clang format) | |
@@ -945,7 +945,9 @@ | |
case parquet::Type::BYTE_ARRAY: { | |
ok = true; | |
} break; | |
- default: { } break; } | |
+ default: { | |
+ } break; | |
+ } |
+ set -o pipefail | |
+++ dirname dev/release/verify-release-candidate.sh | |
++ cd dev/release | |
++ pwd | |
+ SOURCE_DIR=/home/kou/work/cpp/arrow.kou/dev/release | |
+++ dirname /home/kou/work/cpp/arrow.kou/dev/release | |
++ dirname /home/kou/work/cpp/arrow.kou/dev | |
+ ARROW_DIR=/home/kou/work/cpp/arrow.kou | |
+ '[' -z '' ']' | |
+ detect_cuda |
PythonのPEP 3118 -- Revising the buffer protocol相当の仕組みをRubyでも実現したい。
須藤功平 - 2019-05
大きなデータ(多次元配列や画像データ)を相互に交換するための統一的な仕組みが欲しい。統一的な仕組みがあると実装が単純になるからである。
$ g++ -c crash.cc | |
In file included from C:/msys64/home/kou/MINGW-packages/mingw-w64-arrow/src/apache-arrow-0.11.0/cpp/src/arrow/io/memory.cc:29:0: | |
C:/msys64/home/kou/MINGW-packages/mingw-w64-arrow/src/apache-arrow-0.11.0/cpp/src/arrow/util/memory.h: In substitution of 'template<class Function, class ... Args, class Result> std::future<Result> arrow::internal::ThreadPool::Submit(Function&&, Args&& ...) [with Function = <missing>; Args = <missing>; Result = <missing>]': | |
C:/msys64/home/kou/MINGW-packages/mingw-w64-arrow/src/apache-arrow-0.11.0/cpp/src/arrow/util/memory.h:63:72: required from here | |
C:/msys64/home/kou/MINGW-packages/mingw-w64-arrow/src/apache-arrow-0.11.0/cpp/src/arrow/util/memory.h:63:72: internal compiler error: Segmentation fault | |
left + i * chunk_size, chunk_size)); | |
^ | |
C:/msys64/home/kou/MINGW-packages/mingw-w64-arrow/src/apache-arrow-0.11.0/cpp/src/arrow/util/memory.h:63:72: internal |
[vagrant@localhost ~]$ sudo vi /etc/yum.repos.d/MariaDB.repo | |
[vagrant@localhost ~]$ sudo yum install -y https://packages.groonga.org/centos/groonga-release-latest.noarch.rpm | |
読み込んだプラグイン:fastestmirror | |
groonga-release-latest.noarch.rpm | 17 kB 00:00:00 | |
/var/tmp/yum-root-xc5Htp/groonga-release-latest.noarch.rpm を調べています: groonga-release-1.4.0-1.noarch | |
/var/tmp/yum-root-xc5Htp/groonga-release-latest.noarch.rpm をインストール済みとして設定しています | |
依存性の解決をしています | |
--> トランザクションの確認を実行しています。 | |
---> パッケージ groonga-release.noarch 0:1.4.0-1 を インストール | |
--> 依存性の処理をしています: epel-release のパッケージ: groonga-release-1.4.0-1.noarch |