aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/posts/2021-10-02
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-10-02')
-rw-r--r--content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md2
-rw-r--r--content/posts/2021-10-02/python-unbound-local-error.md2
-rw-r--r--content/posts/2021-10-02/ruby-detect-running-implementation.md2
-rw-r--r--content/posts/2021-10-02/ruby-then-keyword-and-case-in.md2
-rw-r--r--content/posts/2021-10-02/rust-where-are-primitive-types-from.md2
-rw-r--r--content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md2
-rw-r--r--content/posts/2021-10-02/vim-swap-order-of-selected-lines.md2
7 files changed, 14 insertions, 0 deletions
diff --git a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
index 5658f1e..9939351 100644
--- a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
+++ b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
@@ -6,6 +6,8 @@ tags: ["cpp", "cpp17"]
aliases: ['/posts/cpp-you-can-use-keywords-in-attributes/']
summary: |
C++ の属性構文の属性名には、キーワードが使える。ネタ記事。
+changelog:
+ 2021-10-02: Qiita から移植
---
diff --git a/content/posts/2021-10-02/python-unbound-local-error.md b/content/posts/2021-10-02/python-unbound-local-error.md
index e29cd67..4a55010 100644
--- a/content/posts/2021-10-02/python-unbound-local-error.md
+++ b/content/posts/2021-10-02/python-unbound-local-error.md
@@ -6,6 +6,8 @@ tags: ["python", "python3"]
aliases: ['/posts/python-unbound-local-error/']
summary: |
Python における UnboundLocalError の理由と対処法。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/ruby-detect-running-implementation.md b/content/posts/2021-10-02/ruby-detect-running-implementation.md
index 3826903..33cae61 100644
--- a/content/posts/2021-10-02/ruby-detect-running-implementation.md
+++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md
@@ -6,6 +6,8 @@ tags: ["ruby"]
aliases: ['/posts/ruby-detect-running-implementation/']
summary: |
Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
index 8e68ef4..6cd5592 100644
--- a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
+++ b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
@@ -6,6 +6,8 @@ tags: ["ruby", "ruby3"]
aliases: ['/posts/ruby-then-keyword-and-case-in/']
summary: |
Ruby 3.0 で追加される case in 構文と、then キーワードについて。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
index b744b20..c471587 100644
--- a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
+++ b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
@@ -6,6 +6,8 @@ tags: ["rust"]
aliases: ['/posts/rust-where-are-primitive-types-from/']
summary: |
Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
index db5ed3d..5bdcb67 100644
--- a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
+++ b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
@@ -6,6 +6,8 @@ tags: ["vim"]
aliases: ['/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/']
summary: |
Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
index d336734..6056186 100644
--- a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
+++ b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
@@ -6,6 +6,8 @@ tags: ["vim"]
aliases: ['/posts/vim-swap-order-of-selected-lines/']
summary: |
Vim で選択した行の順番を入れ替える方法。
+changelog:
+ 2021-10-02: Qiita から移植
---
この記事は Qiita から移植してきたものです。