Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
43326498
Commit
43326498
authored
Feb 11, 2015
by
Maxime Perrotin
Browse files
Remove debug data and update test
parent
939f66c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
opengeode/ogParser.py
View file @
43326498
...
...
@@ -991,7 +991,6 @@ def fix_expression_types(expr, context):
expr
.
right
.
value
[
det
]
=
check_expr
.
right
if
expr
.
right
.
is_raw
!=
expr
.
left
.
is_raw
:
print
'HIHI'
,
raw_expr
,
ref_type
check_type_compatibility
(
raw_expr
,
ref_type
,
context
)
if
not
raw_expr
.
exprType
.
kind
.
startswith
((
'Integer'
,
'Real'
,
...
...
tests/regression/test-equal/og.pr
View file @
43326498
...
...
@@ -51,11 +51,12 @@ and V7 /= V8;
(true):
/* CIF PROCEDURECALL (501, 908), (150, 38) */
CALL writeln('5');
/* CIF TASK (4
54
, 961), (
245
,
6
8) */
/* CIF TASK (4
87
, 961), (
179
,
4
8) */
TASK V5 := V6,
V7 := b: {'Hello', 'World'},
V8!b(1) := V7!b(1)(0 ,4);
/* CIF JOIN (559, 1044), (35, 35) */
V7 := b: {'Hello', 'World'};
/* CIF TASK (464, 1024), (225, 35) */
TASK V8 := b: {'Hello', 'world' };
/* CIF JOIN (559, 1074), (35, 35) */
JOIN three;
/* CIF ANSWER (745, 865), (78, 28) */
(false):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment