-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 7172c68
head repository: dotnet/runtime
compare: 8b9e708
- 16 commits
- 319 files changed
- 11 contributors
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 312c66f - Browse repository at this point
Copy the full SHA 312c66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef357af - Browse repository at this point
Copy the full SHA ef357afView commit details -
Divide properties into: public, private, protected. (#62627)
* Description of DebuggerBrowsable behavior. * Added test for browse attributes. * Corrected typos in the doc. * Added Browse Never feature. Corrected Collapse test. ToDo: RootHidden. * Draft of RootHidden solution. * Added Array to test cases as it behaves differently than Collection. * Added name concatenation to make array/list elemetns in debug window unique. * Update docs/design/mono/debugger.md Co-authored-by: Ankit Jain <radical@gmail.com> * Applied PR review suggestions. * Added a reference to regular Browsable attribute behavior in .net. * Applied most of review suggestions. * Stopping GetFieldsValue early. * Remove unintentional change to the original code. * Do not skip fields that don't have browsable attributes. * Changing the expected behavior to match Console Application. EventHandlers are Browsable.Never by default. * Changed the place of checking if objetc is an array. * Update src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs Co-authored-by: Ankit Jain <radical@gmail.com> * Removed unused variables. * Removing space and unused import. * Draft - parameter for choosing sorted and unsorted returned value version. * Working version. * Added "protected internal" and "private protected" cases. Changed field name to be consistant with the value. * Changed approach: placed sorting at the end of the function, not in the middle. * Fix for tests that use GetProperties. * Fixed most tests (31 failing). * Removed whitespaces. * Fixed CheckAccessorsOnObjectsWithCFO tests. * Fix for InspectTypeInheritedMembers. * Revert unnecessary indent change. * Partially addressed @radical comments. * Addressed the comment about extension instead of Union. * Removed string cultural vunerability. * Added Properties dictionary, the same as for fields. * Fixed the bug I made by using dynamc. * Applying @radical comments about refactoring. * Corrected typo. * Added tests for properties. * Draft of changes for properties handling - never and root hidden failing. * Fix for RootHidden properties. * Added tests for static fields decorated with Browsable. * Correct a typo. * Undo merge unintentional changes. * Changing expected behavior for MulticastDelegateTest - in Console Application EventHandler is Browsable.Never by default so we should not expect it to be visible in the debug window. * Removing not relevant changes created after merge with main. * Remove file added in merge with main. * Revert "Removing not relevant changes created after merge with main." This reverts commit b1acf8b. * Revert. * Revert revert. * One broken test for custom getter. * Ugly fix to make all the tests work. * Refactored JArray aggregation to Dictionary. * Better naming. * Add skipped change from merge. * Fix getters testing. * Removed unnecessary doubled execution. * Decreased complexity by replacing a loop with data aggregation. * Replaced O(nm) Linq with O(n) loop through dictionary. * Remove comment, flip conditions. * Removed not intended comments and changes. * Missing removal for previous commit. * Added tests for protection levels. Co-authored-by: Ankit Jain <radical@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae2e360 - Browse repository at this point
Copy the full SHA ae2e360View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ab353 - Browse repository at this point
Copy the full SHA b2ab353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932c822 - Browse repository at this point
Copy the full SHA 932c822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33731fc - Browse repository at this point
Copy the full SHA 33731fcView commit details -
Enable support for nint/nuint for Vector64/128/256<T> (#63329)
* Enable support for nint/nuint for Vector64/128/256<T> * Adding the additional Vector64/128/256<T> APIs required to support nint/nuint * Removing the "NotSupported" tests for nint/nuint of Vector64/128/256<T>
Configuration menu - View commit details
-
Copy full SHA for eed3a62 - Browse repository at this point
Copy the full SHA eed3a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1bcc3 - Browse repository at this point
Copy the full SHA 4a1bcc3View commit details -
clean up header collection property implementations (#63308)
Co-authored-by: Geoffrey Kizer <geoffrek@windows.microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4514589 - Browse repository at this point
Copy the full SHA 4514589View commit details -
Pass configuration as a parameter for local Apple mobile test runs (#…
…63348) Reverts #62549 as the configuration parameter is needed to let xharness know where the iOS/tvOS/MacCatalyst test app is. For example, a debug test app will be under Debug-iphoneos and a release one will be under Release-iphoneos. Xharness won't be able to tell unless provided the right info.
Configuration menu - View commit details
-
Copy full SHA for 00952e1 - Browse repository at this point
Copy the full SHA 00952e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce1c54 - Browse repository at this point
Copy the full SHA 8ce1c54View commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5b17bec - Browse repository at this point
Copy the full SHA 5b17becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0524b58 - Browse repository at this point
Copy the full SHA 0524b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9bd5c - Browse repository at this point
Copy the full SHA 5a9bd5cView commit details -
Move HttpRequestStream.{Begin}Read argument logging to after validati…
…on (#63362) It's after validation on the HttpResponseStream corresponding methods, and having it before the validation means it'll null ref if a null buffer is erroneously provided.
Configuration menu - View commit details
-
Copy full SHA for b6695a1 - Browse repository at this point
Copy the full SHA b6695a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9e708 - Browse repository at this point
Copy the full SHA 8b9e708View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7172c68...8b9e708