Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Various changes to `lists` (RFC #303) * Removing a non-element is no-op; better tests * Remove preserves cycles; add appendMove alias; tests. * Return value for (singly linked) `lists.remove` * More test for lists.remove * Moved `lists.append` to the end of the file to see all `add` definitions * Disable testing js for now * Use workaround for swap js bug * Smaller diff * Undo "silent" deprecation of append * Correct typo in changelog Co-authored-by: Timothee Cour <[email protected]> * Remove `appendMoved` Co-authored-by: Timothee Cour <[email protected]> * Don't remove appendMoved Co-authored-by: Clyybber <[email protected]> Co-authored-by: Timothee Cour <[email protected]>
- Loading branch information