Project

General

Profile

Actions

Bug #5685

closed

Usage of rand in trace

Added by Mikhail Chupilko about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Andrei Tatarnikov
Category:
Template Processor
Target version:
Start date:
03/04/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
2.1.4-beta-150219
Platform:
Published in build:
150324

Description

This construction won't be compiled, being a part of a ruby template.

x = rand(1, 12)
trace "\nInput parameter value: %d\n", x

Whereas this construction will work
x = rand(1, 12)
add x1, x0, x, 0

Actions

Also available in: Atom PDF