Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for ConvertAppendToTerm when dealing with scalar values #227

Merged
merged 1 commit into from
Oct 2, 2015
Merged

Fix for ConvertAppendToTerm when dealing with scalar values #227

merged 1 commit into from
Oct 2, 2015

Conversation

nkreipke
Copy link
Contributor

@nkreipke nkreipke commented Oct 2, 2015

Greetings again!

I had some problems with the Append function for arrays, because it expected each element to be a MemberInit expression. This made it impossible to write statements like:

someDocument.SomeNumbers.Append(1, 2, 3, 4)

Turns out, simply removing the check solves that problem.

Kind regards,
Nico

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants