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

Conversation

Priya91
Copy link

@Priya91 Priya91 commented Oct 6, 2015

Copy link
Member

Choose a reason for hiding this comment

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

Please fix text alignment here

@janvorli
Copy link
Member

janvorli commented Oct 6, 2015

LGTM modulo my comments.

Copy link

Choose a reason for hiding this comment

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

nit: extra whitespace.

@Priya91
Copy link
Author

Priya91 commented Oct 6, 2015

"d:\j\workspace\dotnet_coreclr_windows_release_prtest\bin\obj\Windows_NT.x64.Release\install.vcxproj" (default target) (1) ->
15:52:17        "D:\j\workspace\dotnet_coreclr_windows_release_prtest\bin\obj\Windows_NT.x64.Release\ALL_BUILD.vcxproj" (default target) (2) ->
15:52:17        "D:\j\workspace\dotnet_coreclr_windows_release_prtest\bin\obj\Windows_NT.x64.Release\src\dlls\mscoree\coreclr\coreclr.vcxproj" (default target) (20) ->
15:52:17        "D:\j\workspace\dotnet_coreclr_windows_release_prtest\bin\obj\Windows_NT.x64.Release\src\dlls\mscordac\mscordaccore.vcxproj" (default target) (34) ->
15:52:17        "D:\j\workspace\dotnet_coreclr_windows_release_prtest\bin\obj\Windows_NT.x64.Release\src\debug\daccess\daccess.vcxproj" (default target) (37) ->
15:52:17          C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\CodeAnalysis\Microsoft.CodeAnalysis.targets(214,5): error MSB4175: The task factory "CodeTaskFactory" could not be loaded from the assembly "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.Core.dll". Could not find file 'C:\Users\dotnet-bot\AppData\Local\Temp\pxndwcfe.dll'. [D:\j\workspace\dotnet_coreclr_windows_release_prtest\bin\obj\Windows_NT.x64.Release\src\debug\daccess\daccess.vcxproj]

@dotnet-bot test this please

@janvorli
Copy link
Member

janvorli commented Oct 6, 2015

LGTM

@Priya91
Copy link
Author

Priya91 commented Oct 7, 2015

build failing with centos job not found

ERROR: Failed to run DSL Script
java.util.concurrent.ExecutionException: com.cloudbees.plugins.flow.JobNotFoundException: Item dotnet_coreclr_linux_centos71_release_prtest not found (or isn't a job).
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:188)
    at java_util_concurrent_Future$get.call(Unknown Source)
    at com.cloudbees.plugins.flow.FlowDelegate$_parallel_closure6.doCall(FlowDSL.groovy:440)
    at sun.reflect.GeneratedMethodAccessor478.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
    at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
    at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
    at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:903)

@mmitche

@janvorli
Copy link
Member

janvorli commented Oct 7, 2015

@Priya91 That's a good point. It seems it could be null if there was an assert or if someone added an explicit call to DebugBreak before the variable is initialized. So we should handle the case.

@Priya91
Copy link
Author

Priya91 commented Oct 8, 2015

@janvorli @jkotas Can you please review the latest commit. Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

You can just assign integer zero and get rid of this test. That works for both char and WCHAR.

@janvorli
Copy link
Member

janvorli commented Oct 8, 2015

LGTM modulo the comment

@Priya91
Copy link
Author

Priya91 commented Oct 8, 2015

@mmitche @ellismg : I am blocked by the CodeTaskFactory issue on this PR, the Windows Release builds keep failing with the same error. Should we ignore that failure if that's the only blocking issue with merge?

@mmitche
Copy link
Member

mmitche commented Oct 8, 2015

Yeah you can probably ignore it.

@mmitche
Copy link
Member

mmitche commented Oct 8, 2015

/cc @AndyGerlicher @rainersigwald This is the code task factory failure I was talking about

Priya91 added a commit that referenced this pull request Oct 8, 2015
Apply StackString for pal MAX_LONGPATH references.
@Priya91 Priya91 merged commit 0633a25 into dotnet:master Oct 8, 2015
@Priya91 Priya91 deleted the palstring branch October 8, 2015 20:32
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Apply StackString for pal MAX_LONGPATH references.

Commit migrated from dotnet/coreclr@0633a25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants