Merge: mdoc_or_fallback: Refactor
authorJean Privat <jean@pryen.org>
Mon, 27 Mar 2017 13:13:56 +0000 (09:13 -0400)
committerJean Privat <jean@pryen.org>
Mon, 27 Mar 2017 13:13:56 +0000 (09:13 -0400)
Centralize its definition and update its documentation.

Pull-Request: #2231
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/oot.txt
lib/core/collection/hash_collection.nit

index 933c71f..4ceea39 100644 (file)
@@ -1,6 +1,7 @@
 # List of out-of-tree repositories
 # Format: repo name
 https://github.com/R4PaSs/brewnit.git brewnit
+https://gitlab.com/xymus/darpg.git darpg
 https://github.com/Morriar/Missions.git missions
 https://github.com/ppepos/pep8-dbg.git pep8dbg
 https://gitlab.com/xymus/sputnit.git sputnit
index 6546b19..25cf2b9 100644 (file)
@@ -21,7 +21,7 @@ redef class Map[K, V]
 end
 
 redef class Set[E]
-       # Get an instance of `HashMap[K, V]`, the default implementation
+       # Get an instance of `HashSet[E]`, the default implementation
        new do return new HashSet[E]
 end