فهرست منبع

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