-
Notifications
You must be signed in to change notification settings - Fork 832
Revert generating isreadonly for structs #14702
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
Revert generating isreadonly for structs #14702
Conversation
|
/run fantomas |
tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.debug.bsl
Outdated
Show resolved
Hide resolved
|
Failed to run fantomas: https://github.com/dotnet/fsharp/actions/runs/4103481865 |
|
/backport to release/dev17.5 |
|
/backport to release/dev17.6 |
|
Started backporting to release/dev17.5: https://github.com/dotnet/fsharp/actions/runs/4103527670 |
|
Started backporting to release/dev17.6: https://github.com/dotnet/fsharp/actions/runs/4103528545 |
|
@vzarytovskii backporting to release/dev17.5 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Revert generating isreadonly
.git/rebase-apply/patch:20: trailing whitespace.
let add =
.git/rebase-apply/patch:84: trailing whitespace.
// .custom instance void [System.Runtime]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [System.Runtime]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 01 01 00 00 00 00 )
.git/rebase-apply/patch:121: trailing whitespace.
.custom instance void [System.Runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
.git/rebase-apply/patch:122: trailing whitespace.
.custom instance void [System.Runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
.git/rebase-apply/patch:181: trailing whitespace.
// .custom instance void [System.Runtime]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [System.Runtime]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 01 01 00 00 00 00 )
warning: squelched 76 whitespace errors
warning: 81 lines add whitespace errors.
Using index info to reconstruct a base tree...
M src/Compiler/CodeGen/IlxGen.fs
M tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.release.bsl
M tests/FSharp.Compiler.ComponentTests/EmittedIL/Structure/FloatsAndDoubles.fs.il.release.bsl
M tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj
Falling back to patching base and 3-way merge...
Auto-merging tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj
Auto-merging tests/FSharp.Compiler.ComponentTests/EmittedIL/Structure/FloatsAndDoubles.fs.il.release.bsl
CONFLICT (content): Merge conflict in tests/FSharp.Compiler.ComponentTests/EmittedIL/Structure/FloatsAndDoubles.fs.il.release.bsl
Auto-merging tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.release.bsl
CONFLICT (content): Merge conflict in tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.release.bsl
Auto-merging src/Compiler/CodeGen/IlxGen.fs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Revert generating isreadonly
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@vzarytovskii backporting to release/dev17.6 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Revert generating isreadonly
.git/rebase-apply/patch:20: trailing whitespace.
let add =
.git/rebase-apply/patch:84: trailing whitespace.
// .custom instance void [System.Runtime]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [System.Runtime]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 01 01 00 00 00 00 )
.git/rebase-apply/patch:121: trailing whitespace.
.custom instance void [System.Runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
.git/rebase-apply/patch:122: trailing whitespace.
.custom instance void [System.Runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
.git/rebase-apply/patch:181: trailing whitespace.
// .custom instance void [System.Runtime]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [System.Runtime]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 01 01 00 00 00 00 )
warning: squelched 76 whitespace errors
warning: 81 lines add whitespace errors.
Using index info to reconstruct a base tree...
M src/Compiler/CodeGen/IlxGen.fs
M tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.release.bsl
M tests/FSharp.Compiler.ComponentTests/EmittedIL/Structure/FloatsAndDoubles.fs.il.release.bsl
Falling back to patching base and 3-way merge...
Auto-merging tests/FSharp.Compiler.ComponentTests/EmittedIL/Structure/FloatsAndDoubles.fs.il.release.bsl
CONFLICT (content): Merge conflict in tests/FSharp.Compiler.ComponentTests/EmittedIL/Structure/FloatsAndDoubles.fs.il.release.bsl
Auto-merging tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.release.bsl
CONFLICT (content): Merge conflict in tests/FSharp.Compiler.ComponentTests/EmittedIL/Misc/Structs02.fs.il.release.bsl
Auto-merging src/Compiler/CodeGen/IlxGen.fs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Revert generating isreadonly
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
Fixes #14700