Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Allow global values to be used in read_csv params (names, usecols) #998

Conversation

kozlov-alexey
Copy link
Contributor

Motivation: fixes a bug in RewriteReadCsv rewrite that fails compilation
when exception is raised during the match phase because variable
defining value of read_csv parameter is not ir.Expr node but ir.Global
(and thus has no op attribute).

Motivation: fixes a bug in RewriteReadCsv rewrite that fails compilation
when exception is raised during the match phase because variable
defining value of read_csv parameter is not ir.Expr node but ir.Global
(and thus has no op attribute).
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kozlov-alexey
Please, do not add me to review. I didn't develop anything for SDC for a long time now.

@kozlov-alexey kozlov-alexey merged commit 1ebf55c into IntelPython:master Dec 6, 2021
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