about summary refs log tree commit diff stats
path: root/cpp/.traces/screen_in_scenario
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-04 12:19:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-04 12:19:53 -0700
commit8a7ad05a804aa4f39d5919a581aba552b7c4f011 (patch)
tree317dcbb300914cc523734ac158538f7c72683b22 /cpp/.traces/screen_in_scenario
parentbe3fb4e139cff16a472fcde00642bf891e953aaf (diff)
downloadmu-8a7ad05a804aa4f39d5919a581aba552b7c4f011.tar.gz
1253 - new notion of 'predefined globals in scenarios'
Diffstat (limited to 'cpp/.traces/screen_in_scenario')
-rw-r--r--cpp/.traces/screen_in_scenario10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/.traces/screen_in_scenario b/cpp/.traces/screen_in_scenario
index 77089eb9..3605e5f0 100644
--- a/cpp/.traces/screen_in_scenario
+++ b/cpp/.traces/screen_in_scenario
@@ -26,7 +26,7 @@ after-brace/0: screen-should-contain ...
 new/0: routine allocated memory from 1000 to 101000
 schedule/0: screen-in-scenario
 run/0: instruction screen-in-scenario/0
-run/0: {name: "screen", value: 999, type: 2, properties: ["screen": "address"]} <- assume-screen/115 {name: "5", value: 5, type: 0, properties: ["5": "literal", "width": ]}, {name: "3", value: 3, type: 0, properties: ["3": "literal", "height": ]}
+run/0: {name: "screen", value: 900, type: 2, properties: ["screen": "address"]} <- assume-screen/115 {name: "5", value: 5, type: 0, properties: ["5": "literal", "width": ]}, {name: "3", value: 3, type: 0, properties: ["3": "literal", "height": ]}
 run/0: instruction init-fake-screen/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new/42 {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal", "capacity": ]}
 mem/0: array size is 30
@@ -738,7 +738,7 @@ run/0: instruction init-fake-screen/14
 run/0: reply/33 {name: "result", value: 1, type: 2-11, properties: ["result": "address":"screen"]}
 mem/0: location 1002 is 1031
 run/0: result 0 is 1031
-mem/0: storing 1031 in location 999
+mem/0: storing 1031 in location 900
 run/0: instruction screen-in-scenario/1
 run/0: run/43 {name: "
     screen:address <- print-character screen:address, 97:literal  # 'a'
@@ -752,8 +752,8 @@ parse/0:   product: {name: "screen", value: 0, type: 2, properties: ["screen": "
 after-brace/0: recipe run1002
 after-brace/0: print-character ...
 run/0: instruction run1002/0
-run/0: {name: "screen", value: 999, type: 2, properties: ["screen": "address"]} <- print-character/117 {name: "screen", value: 999, type: 2, properties: ["screen": "address"]}, {name: "97", value: 97, type: 0, properties: ["97": "literal"]}
-mem/0: location 999 is 1031
+run/0: {name: "screen", value: 900, type: 2, properties: ["screen": "address"]} <- print-character/117 {name: "screen", value: 900, type: 2, properties: ["screen": "address"]}, {name: "97", value: 97, type: 0, properties: ["97": "literal"]}
+mem/0: location 900 is 1031
 run/0: instruction print-character/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new/42 {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
@@ -868,7 +868,7 @@ run/0: instruction print-character/18
 run/0: reply/33 {name: "x", value: 1, type: 2-11, properties: ["x": "address":"screen", "same-as-ingredient": "0"]}
 mem/0: location 1085 is 1031
 run/0: result 0 is 1031
-mem/0: storing 1031 in location 999
+mem/0: storing 1031 in location 900
 run/0: instruction screen-in-scenario/2
 run/0: screen-should-contain/59 {name: "
   #  01234
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420