Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cloogle.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cloogle
cloogle.org
Commits
b0d0bfa2
Verified
Commit
b0d0bfa2
authored
Nov 17, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ranking constraints for exact results in using queries; update submodule
parent
2109a575
Pipeline
#16510
failed with stage
in 6 minutes and 32 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
12 deletions
+15
-12
backend/Cloogle
backend/Cloogle
+1
-1
backend/Makefile
backend/Makefile
+2
-1
backend/build.sh
backend/build.sh
+1
-1
backend/rank_settings_constraints.json
backend/rank_settings_constraints.json
+11
-9
No files found.
Cloogle
@
c59d8995
Compare
9104d2c6
...
c59d8995
Subproject commit
9104d2c68f5b070416cfc816bbacb22510727c99
Subproject commit
c59d8995087c2c22848b33d7b650c3f960d8adea
backend/Makefile
View file @
b0d0bfa2
...
...
@@ -39,6 +39,7 @@ $(DB): builddb
./
$<
>
$(DB)
clean
:
shopt
-s
globstar
;
$(RM)
-r
**
/
*
.abc
$(BIN)
$(MAN)
$(DB)
find
-name
'*.abc'
-delete
$(RM)
$(BIN)
$(MAN)
$(DB)
.FORCE
:
backend/build.sh
View file @
b0d0bfa2
#!/bin/bash
set
-ev
install_clean.sh
'base lib-platform lib-tcpip'
2018-1
0-30
install_clean.sh
'base lib-platform lib-tcpip'
2018-1
1-18
PACKAGES
=
"patch jq unzip z3"
apt-get update
-qq
...
...
backend/rank_settings_constraints.json
View file @
b0d0bfa2
[
[{
"name"
:
"toInt"
},
[
"LT"
,[
"StdOverloaded"
,
"toInt"
],
[
"StdChar"
,
"digitToInt"
]]]
,
[{
"unify"
:
"Char -> Int"
},
[
"LT"
,[
"StdChar"
,
"digitToInt"
],
[
"StdOverloaded"
,
"toInt"
]]]
,
[{
"unify"
:
"Int -> String"
},
[
"LT"
,[
"StdOverloaded"
,
"fromInt"
],
[
"StdOverloaded"
,
"one"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"StdList"
,
"last"
],
[
"StdList"
,
"or"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"StdOverloadedList"
,
"Hd"
],
[
"StdOverloadedList"
,
"Avg"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"StdList"
,
"last"
],
[
"StdGeneric"
,
"generic_dict"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"StdList"
,
"limit"
],
[
"StdGeneric"
,
"generic_dict"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"StdOrdList"
,
"minList"
],
[
"StdList"
,
"or"
]]]
,
[{
"unify"
:
"[a] -> a"
},
[
"LT"
,[
"StdList"
,
"last"
],
[
"Data.List"
,
"head"
]]]
[
[{
"name"
:
"toInt"
},
[
"LT"
,[
"Class"
,
"StdOverloaded"
,
"toInt"
],
[
"Function"
,
"StdChar"
,
"digitToInt"
]]]
,
[{
"unify"
:
"Char -> Int"
},
[
"LT"
,[
"Function"
,
"StdChar"
,
"digitToInt"
],
[
"Function"
,
"StdOverloaded"
,
"toInt"
]]]
,
[{
"unify"
:
"Int -> String"
},
[
"LT"
,[
"Function"
,
"StdOverloaded"
,
"fromInt"
],
[
"Function"
,
"StdOverloaded"
,
"one"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"Function"
,
"StdList"
,
"last"
],
[
"Function"
,
"StdList"
,
"or"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"Function"
,
"StdOverloadedList"
,
"Hd"
],
[
"Function"
,
"StdOverloadedList"
,
"Avg"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"Function"
,
"StdList"
,
"last"
],
[
"Function"
,
"StdGeneric"
,
"generic_dict"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"Function"
,
"StdList"
,
"limit"
],
[
"Function"
,
"StdGeneric"
,
"generic_dict"
]]]
,
[{
"unify"
:
"(m a) -> a"
},
[
"LT"
,[
"Function"
,
"StdOrdList"
,
"minList"
],
[
"Function"
,
"StdList"
,
"or"
]]]
,
[{
"unify"
:
"[a] -> a"
},
[
"LT"
,[
"Function"
,
"StdList"
,
"last"
],
[
"Function"
,
"Data.List"
,
"head"
]]]
,
[{
"using"
:[
"Text"
]},
[
"LT"
,[
"Class"
,
"Text"
,
"Text"
],
[
"Function"
,
"Text.Terminal.VT100"
,
"vt100render"
]]]
,
[{
"using"
:[
"Text"
]},
[
"LT"
,[
"Class"
,
"Text"
,
"Text"
],
[
"Function"
,
"iTasks.WF.Tasks.Interaction"
,
"viewTitle"
]]]
]
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