Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cloogle
Cloogle
Commits
21bc591a
Verified
Commit
21bc591a
authored
Apr 11, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use icl filenames everywhere
parent
bedbe096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CloogleDBFactory.icl
CloogleDBFactory.icl
+2
-2
No files found.
CloogleDBFactory.icl
View file @
21bc591a
...
...
@@ -440,8 +440,8 @@ where
castLocFrth
m
=
map
(\(
a
,
b
,
c
,
l
)
->
(
a
,
b
,
c
,
castLoc
m
l
))
castLoc
::
String
LocationInModule
->
'
CDB
'.
Location
castLoc
m
l
=
location
lib
m
d
clpath
l
.
dcl_line
l
.
icl_line
$
fromMaybe
""
l
.
LocationInModule
.
name
d
clpath
=
mkdir
('
CDB
'.
getName
mod
.
me_loc
)
+++
".
d
cl"
castLoc
m
l
=
location
lib
m
i
clpath
l
.
dcl_line
l
.
icl_line
$
fromMaybe
""
l
.
LocationInModule
.
name
i
clpath
=
mkdir
('
CDB
'.
getName
mod
.
me_loc
)
+++
".
i
cl"
mkdir
::
String
->
String
mkdir
s
=
{
if
(
c
==
'.'
)
'/'
c
\\
c
<-:
s
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment