Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Conversation

@skimo-openhub
Copy link
Contributor

The printed expression is derived from plugging in the inverse schedule.
This inverse schedule may have multiple disjuncts, especially
if the original schedule tree has disjunctive filters, such as
is the case in #200.
The expression can therefore not be assumed to consist of
a single disjunct.

Use the AST expression generator instead of manually trying
to pick the affine expression apart.
Ideally, this should use the AST build at the point
where the user statement was created, but this requires
more invasive changes.

Closes #200

ftynse
ftynse previously approved these changes Mar 23, 2018
The printed expression is derived from plugging in the inverse schedule.
This inverse schedule may have multiple disjuncts, especially
if the original schedule tree has disjunctive filters, such as
is the case in #200.
The expression can therefore not be assumed to consist of
a single disjunct.

Use the AST expression generator instead of manually trying
to pick the affine expression apart.
Ideally, this should use the AST build at the point
where the user statement was created, but this requires
more invasive changes.

Closes #200
@skimo-openhub skimo-openhub merged commit 7b291e3 into master Mar 26, 2018
@skimo-openhub skimo-openhub deleted the pr/fix-200 branch March 26, 2018 08:05
nicolasvasilache added a commit that referenced this pull request Mar 26, 2018
Test introduced in #149 only performs string comparisons.
The behavior was changed in #202 and merging broke master.

This fixes the test.
nicolasvasilache added a commit that referenced this pull request Mar 26, 2018
Test introduced in #149 only performs string comparisons.
The behavior was changed in #202 and merging broke master.

This fixes the test.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants