質問編集履歴

4

VSstatic link test

2016/05/06 11:44

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
File without changes
test CHANGED
@@ -91,3 +91,11 @@
91
91
 
92
92
 
93
93
  https://github.com/Alexpux/MINGW-packages/issues/1347
94
+
95
+
96
+
97
+ # 追記3
98
+
99
+
100
+
101
+ VSでstatic linkしたものを試したら、``*``これだけ``\*``とすれば正常に動きました。つまりmingwが・・・

3

Issueなげた

2016/05/06 11:44

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,15 @@
79
79
 
80
80
 
81
81
  と表示される・・・。どうなってるんだ、msys2
82
+
83
+
84
+
85
+ # 追記2
86
+
87
+
88
+
89
+ 謎挙動多いのでIssue投げました
90
+
91
+
92
+
93
+ https://github.com/Alexpux/MINGW-packages/issues/1347

2

追記

2016/04/20 02:10

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,43 @@
39
39
  - https://twitter.com/yumetodo/status/722583695782055936
40
40
 
41
41
  - https://twitter.com/yumetodo/status/722591462408368129
42
+
43
+
44
+
45
+ # 追記
46
+
47
+
48
+
49
+ ```sh
50
+
51
+ gdb --args echo \*
52
+
53
+ ```
54
+
55
+
56
+
57
+ はぶっ壊れてるけど
58
+
59
+
60
+
61
+ ```sh
62
+
63
+ echo \*
64
+
65
+ ```
66
+
67
+
68
+
69
+ はちゃんと
70
+
71
+
72
+
73
+ ```
74
+
75
+ *
76
+
77
+ ```
78
+
79
+
80
+
81
+ と表示される・・・。どうなってるんだ、msys2

1

cf

2016/04/20 01:48

投稿

yumetodo
yumetodo

スコア5850

test CHANGED
File without changes
test CHANGED
@@ -16,8 +16,26 @@
16
16
 
17
17
  初心者なりにエスケープしようと
18
18
 
19
- ``"*"``, ``'*'``, ``$'*'``, ``'\*'``, ``'\\*'``など試しましたがやはりダメです。
19
+ ``"*"``, ``'*'``, ``$'*'``, ``'\*'``, ``'\\*'``, ``\*``を試しましたがやはりダメです。
20
20
 
21
21
 
22
22
 
23
23
  どうすれば``*``を渡せますか?
24
+
25
+
26
+
27
+ cf.)
28
+
29
+
30
+
31
+ - https://twitter.com/yumetodo/status/722579505844359168
32
+
33
+ - https://twitter.com/yumetodo/status/722581337492709377
34
+
35
+ - https://twitter.com/yumetodo/status/722581836791058432
36
+
37
+ - https://twitter.com/yumetodo/status/722582947438526465
38
+
39
+ - https://twitter.com/yumetodo/status/722583695782055936
40
+
41
+ - https://twitter.com/yumetodo/status/722591462408368129