File tree 1 file changed +18
-14
lines changed
1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -85,20 +85,24 @@ var cmi_files = [
85
85
`js_float` ,
86
86
`js_json` ,
87
87
88
- `arrayLabels` ,
89
- `bytesLabels` ,
90
- `complex` ,
91
- `gc` ,
92
- `genlex` ,
93
- `listLabels` ,
94
- `moreLabels` ,
95
- `queue` ,
96
- `scanf` ,
97
- `sort` ,
98
- `stack` ,
99
- `stdLabels` ,
100
- `stream` ,
101
- `stringLabels` ,
88
+ /*
89
+ These files cause troubles when compiled with JSOO (v3.4.0)
90
+ Be aware, if those are included you will get an error stating something like "/static/cmis/scanf.cmi : file already exists"
91
+ */
92
+ // `arrayLabels`,
93
+ // `bytesLabels`,
94
+ // `complex`,
95
+ // `gc`,
96
+ // `genlex`,
97
+ // `listLabels`,
98
+ // `moreLabels`,
99
+ // `queue`,
100
+ // `scanf`,
101
+ // `sort`,
102
+ // `stack`,
103
+ // `stdLabels`,
104
+ // `stream`,
105
+ // `stringLabels`,
102
106
103
107
`dom` ,
104
108
`belt` ,
You can’t perform that action at this time.
0 commit comments