Skip to content

Commit b2b05ff

Browse files
committed
comment problematic cmi files again
1 parent b0e17af commit b2b05ff

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

scripts/repl.js

+18-14
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,24 @@ var cmi_files = [
8585
`js_float`,
8686
`js_json`,
8787

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`,
102106

103107
`dom`,
104108
`belt`,

0 commit comments

Comments
 (0)