-
Notifications
You must be signed in to change notification settings - Fork 555
Fix binding project LinkWithAttributes generation to prevent unnecess… #1029
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
Conversation
|
Repeat of #1017 but this time not early merged. |
|
Similar in spirit to #1014 but should fix both XI and XM since logic is shared in this case. This patch assumes PR 1014 lands first, It might not build w\o the other test changes (I just cherry picked for review). |
| } | ||
| if (!skipLinkWithGeneration) { | ||
| Directory.CreateDirectory (Path.GetDirectoryName (linkWith)); | ||
| File.WriteAllText (linkWith, text.ToString ()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you might be calling text.ToString() twice (not sure if it's cached, assuming it's a StringBuilder)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spouliot fixed.
|
Build failure |
1 similar comment
|
Build failure |
|
@chamons it doesn't merge cleanly anymore, can you fix? |
|
@rolfbjarne Fixed. Will wait for build. |
|
Build failure |
|
This is dependent on PR #1014, which is already merged. |
…ary rebuilds