Skip to content

Conversation

@Shafaq-Siddiqi
Copy link
Contributor

@Shafaq-Siddiqi Shafaq-Siddiqi commented Aug 9, 2023

Please do not merge as this PR require some cleanups.

Copy link
Contributor

@Baunsgaard Baunsgaard left a comment

Choose a reason for hiding this comment

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

Hi @Shafaq-Siddiqi

I think the error is in the Python parsers. that is not robust for all kinds of syntax of the function definitions.

# ----------------------------------------------------------------------------------------

m_vectorToCsv = function(Matrix[Double] mask)
m_vectorToCsv = function(Matrix[Double] mask = as.matrix(0), Integer n=1)
Copy link
Contributor

Choose a reason for hiding this comment

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

the error is here, or rather the parsers we have in Python does not like this syntax.

@Shafaq-Siddiqi
Copy link
Contributor Author

Hi @Shafaq-Siddiqi

I think the error is in the Python parsers. that is not robust for all kinds of syntax of the function definitions.

yes, I have added a parameter to an existing function and now the Python parser is failing. I am cleaning the PR to get rid of that parameter and then hopefully everything would work.

@j143 j143 added this to the next-release milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants