Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Moutinho
haskell-gargantext
Commits
4c478bcf
Commit
4c478bcf
authored
Jan 05, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[patch] fixes for missing transformWith clause in patch apply
parent
893984f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
Ngrams.hs
src/Gargantext/API/Ngrams.hs
+6
-2
stack.yaml
stack.yaml
+4
-2
No files found.
src/Gargantext/API/Ngrams.hs
View file @
4c478bcf
...
...
@@ -212,7 +212,7 @@ ngramsStatePatchConflictResolution
ngramsStatePatchConflictResolution
_ngramsType
_ngramsTerm
=
(
ours
,
(
const
ours
,
ours
),
(
False
,
False
))
-- (False, False) mean here that Mod has always priority.
--
= (ours, (const ours, ours), (True, False))
--
= (ours, (const ours, ours), (True, False))
-- (True, False) <- would mean priority to the left (same as ours).
-- undefined {- TODO think this through -}, listTypeConflictResolution)
...
...
@@ -311,7 +311,11 @@ commitStatePatch listId (Versioned _p_version p) = do
--q = mconcat $ take (a ^. a_version - p_version) (a ^. a_history)
q
=
mconcat
$
a
^.
a_history
printDebug
"transformWith"
(
p
,
q
)
--printDebug "[commitStatePatch] transformWith" (p,q)
-- let tws s = case s of
-- (Mod p) -> "Mod"
-- _ -> "Rpl"
-- printDebug "[commitStatePatch] transformWith" (tws $ p ^. _NgramsPatch, tws $ q ^. _NgramsPatch)
let
(
p'
,
q'
)
=
transformWith
ngramsStatePatchConflictResolution
p
q
...
...
stack.yaml
View file @
4c478bcf
...
...
@@ -93,8 +93,10 @@ extra-deps:
-
git
:
https://github.com/delanoe/patches-map
commit
:
76cae88f367976ff091e661ee69a5c3126b94694
#- git: https://gitlab.com/npouillard/patches-class.git
-
git
:
https://gitlab.iscpif.fr/gargantext/patches-class.git
commit
:
d3e971d4e78d1dfcc853f2fb86bde1995faf22ae
#- git: https://gitlab.iscpif.fr/gargantext/patches-class.git
# commit: d3e971d4e78d1dfcc853f2fb86bde1995faf22ae
-
git
:
https://gitlab.iscpif.fr/cgenie/patches-class.git
commit
:
125c7cb90ab8f0cd6ac4a526dbdf302d10c945e9
# Graph libs
#- git: https://github.com/kaizhang/haskell-igraph.git
...
...
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