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
a5e772d1
Verified
Commit
a5e772d1
authored
Apr 22, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clean-cloogle/cloogle.org#172: correctly store filenames of hierarchical modules
parent
7af404f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CloogleDBFactory.icl
CloogleDBFactory.icl
+1
-1
No files found.
CloogleDBFactory.icl
View file @
a5e772d1
...
...
@@ -388,7 +388,7 @@ where
makeEntry
::
String
->
'
CDB
'.
ModuleEntry
makeEntry
fn
=
{
me_loc
=
location
item
.
IndexItem
.
name
modname
(
base
</?>
fn
)
(
Just
1
)
(
Just
1
)
modname
{
me_loc
=
location
item
.
IndexItem
.
name
modname
(
path
</?>
fn
)
(
Just
1
)
(
Just
1
)
modname
,
me_is_core
=
match
item
.
pattern_core
(
path
</>
fn
)
,
me_is_app
=
match
item
.
pattern_app
(
path
</>
fn
)
,
me_documentation
=
Nothing
...
...
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