-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Combination of #1 and #2 #10
base: develop
Are you sure you want to change the base?
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d66d5e9 - Browse repository at this point
Copy the full SHA d66d5e9View commit details -
Update src/Reflex/Patch/Patchable.hs
Co-Authored-By: Alexandre Esteves <2335822+alexfmpe@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 732cb14 - Browse repository at this point
Copy the full SHA 732cb14View commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b742380 - Browse repository at this point
Copy the full SHA b742380View commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0918153 - Browse repository at this point
Copy the full SHA 0918153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec95ff - Browse repository at this point
Copy the full SHA 0ec95ffView commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a74f716 - Browse repository at this point
Copy the full SHA a74f716View commit details -
Get rid of entirely-_ pattern in Group instances
Do this without changing strictness using ~.
Configuration menu - View commit details
-
Copy full SHA for cf7b8fb - Browse repository at this point
Copy the full SHA cf7b8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd18c0 - Browse repository at this point
Copy the full SHA 7fd18c0View commit details -
WIP: Patch in PatchDMapWithMove's From_Move
This makes it match the new PatchMapWithMove, and obviates PatchDMapWithReset.
Configuration menu - View commit details
-
Copy full SHA for aa7311b - Browse repository at this point
Copy the full SHA aa7311bView commit details -
Try making the "to" field at a potentially different index
This isn't good enough. I think there is a bug in that we don't store enough information in the two field: we need both inner patches with the join so we can combine them together. In the non-dependent case, nothing stops us from making this misake, but in the dependent case we would need to use a `Category` instance on the inner move patches. We plainly aren't combining two inner patches in the double move case, and the types let us know.
Configuration menu - View commit details
-
Copy full SHA for d72221c - Browse repository at this point
Copy the full SHA d72221cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f78dd16 - Browse repository at this point
Copy the full SHA f78dd16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a7ab8 - Browse repository at this point
Copy the full SHA 69a7ab8View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f037af - Browse repository at this point
Copy the full SHA 3f037afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8b77b - Browse repository at this point
Copy the full SHA 6b8b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5bd5d - Browse repository at this point
Copy the full SHA ab5bd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99f2d2 - Browse repository at this point
Copy the full SHA c99f2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98634c9 - Browse repository at this point
Copy the full SHA 98634c9View commit details -
I'm not sure it is a good idea in general, so I am putting in another library instead.
Configuration menu - View commit details
-
Copy full SHA for 5a13577 - Browse repository at this point
Copy the full SHA 5a13577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f13f2 - Browse repository at this point
Copy the full SHA 08f13f2View commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6fcf213 - Browse repository at this point
Copy the full SHA 6fcf213View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3cac44 - Browse repository at this point
Copy the full SHA c3cac44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 584334f - Browse repository at this point
Copy the full SHA 584334fView commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6ef716a - Browse repository at this point
Copy the full SHA 6ef716aView commit details -
New one is called `DMapWithPatchingMove`
Configuration menu - View commit details
-
Copy full SHA for ac8f411 - Browse repository at this point
Copy the full SHA ac8f411View commit details -
DMapWithPatchingnMove: Restore old algo
This is the one that doesn't store patches on the "to" side.
Configuration menu - View commit details
-
Copy full SHA for 48711bc - Browse repository at this point
Copy the full SHA 48711bcView commit details -
Now that it doesn't contain patches, it doesn't need so many params.
Configuration menu - View commit details
-
Copy full SHA for 8e3015a - Browse repository at this point
Copy the full SHA 8e3015aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da27a8 - Browse repository at this point
Copy the full SHA 4da27a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f010e - Browse repository at this point
Copy the full SHA 76f010eView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb8a9b - Browse repository at this point
Copy the full SHA efb8a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bd0fc - Browse repository at this point
Copy the full SHA 62bd0fcView commit details -
Expanded some thing fighting the type checker, can put back now.
Configuration menu - View commit details
-
Copy full SHA for 055f256 - Browse repository at this point
Copy the full SHA 055f256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76033e9 - Browse repository at this point
Copy the full SHA 76033e9View commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ccd725a - Browse repository at this point
Copy the full SHA ccd725aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873bad6 - Browse repository at this point
Copy the full SHA 873bad6View commit details