Skip to content

Commit

Permalink
json::serialization: desactivate docunit awaiting a fix for nitlang#2296
Browse files Browse the repository at this point in the history


Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Sep 19, 2016
1 parent 9bb7cdc commit 02a83ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/json/serialization.nit
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ redef class Text

# Strip the `nullable` prefix and the params from the class name `self`
#
# ~~~
# ~~~nitish
# assert "String".strip_nullable_and_params == "String"
# assert "Array[Int]".strip_nullable_and_params == "Array"
# assert "Map[Set[String], Set[Int]]".strip_nullable_and_params == "Map"
Expand Down Expand Up @@ -1047,7 +1047,7 @@ private fun class_inheritance_metamodel_json: NativeString is intern
redef class Sys
# Class inheritance graph
#
# ~~~
# ~~~nitish
# var hierarchy = class_inheritance_metamodel
# assert hierarchy.has_edge("String", "Object")
# assert not hierarchy.has_edge("Object", "String")
Expand Down

0 comments on commit 02a83ea

Please sign in to comment.