瀏覽代碼

Queueing an element makes it also queue all attributes

Yentl Van Tendeloo 8 年之前
父節點
當前提交
7b55641743
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      bootstrap/ramify.alc

+ 3 - 0
bootstrap/ramify.alc

@@ -160,6 +160,7 @@ Element function ramify(model : Element):
 			else:
 				// Queue for later
 				list_append(keys, key)
+				continue!
 
 		elif (type_name == "Association"):
 			old_source = reverseKeyLookup(model["model"], read_edge_src(entry))
@@ -175,6 +176,7 @@ Element function ramify(model : Element):
 			else:
 				// Queue for later
 				list_append(keys, key)
+				continue!
 				
 			i = 0
 			cnt = read_nr_out(copied_attributes)
@@ -196,6 +198,7 @@ Element function ramify(model : Element):
 			else:
 				// Queue for later
 				list_append(keys, key)
+				continue!
 
 	// Define schedule over these elements