-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: dotnet/orleans
base: v7.2.3
head repository: dotnet/orleans
compare: v7.2.4
- 14 commits
- 32 files changed
- 11 contributors
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0127794 - Browse repository at this point
Copy the full SHA 0127794View commit details -
Improve error checking around constructing and parsing generic grain …
…types and clean up tests (#8705)
Configuration menu - View commit details
-
Copy full SHA for 5b77e06 - Browse repository at this point
Copy the full SHA 5b77e06View commit details
Commits on Nov 8, 2023
-
Fix overread bug in Reader Skip (#8709)
* Fix bug in Reader skip. When the skip count + current position is 1 > than the current buffer size, skip will "overread" the buffer, setting the position to a point > the buffer size. This causes the next read to advance the buffer and consume the first byte which the skip should have already consumed but didn't. * Update src/Orleans.Serialization/Buffers/Reader.cs * Add BufferSlice test * More verification and comments --------- Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com> Co-authored-by: Reuben Bond <reuben.bond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3f63791 - Browse repository at this point
Copy the full SHA 3f63791View commit details
Commits on Nov 9, 2023
-
Support Timeout.InfiniteTimeSpan in grain delay deactivation (#8711)
Co-authored-by: b.nichvolodov <b.nichvolodov@vk.team>
Configuration menu - View commit details
-
Copy full SHA for 6584ba9 - Browse repository at this point
Copy the full SHA 6584ba9View commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ea0ec7 - Browse repository at this point
Copy the full SHA 8ea0ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7980370 - Browse repository at this point
Copy the full SHA 7980370View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1aebc - Browse repository at this point
Copy the full SHA cd1aebcView commit details -
Simplify DelayDeactivation logic (#8712)
Co-authored-by: b.nichvolodov <b.nichvolodov@vk.team>
Configuration menu - View commit details
-
Copy full SHA for e94f117 - Browse repository at this point
Copy the full SHA e94f117View commit details -
Configuration menu - View commit details
-
Copy full SHA for b352f06 - Browse repository at this point
Copy the full SHA b352f06View commit details -
Throw when deserializing Exceptions by reference, and avoid reference…
… tracking for all Exception-derived types (#8628) (#8698) * Throw ReferenceFieldNotSupportedException on references for serialized exceptions * Move tests to a more appropriate place * Prevent reference tracking for generated exception codecs and exception surrogates * Remove accidentally introduced class --------- Co-authored-by: David Obee <git@davidobee.com>
Configuration menu - View commit details
-
Copy full SHA for 8f73d43 - Browse repository at this point
Copy the full SHA 8f73d43View commit details
Commits on Dec 2, 2023
-
Correctly count number of items in LRU (#8742) (#8754)
* Updated test to reflect counting issue * Only increment and adjust size on Add * Updated LRU count computation logic Co-authored-by: Koen <koen@bpk.ltd>
Configuration menu - View commit details
-
Copy full SHA for 236b398 - Browse repository at this point
Copy the full SHA 236b398View commit details -
Fix exception while collecting activations when activation.KeepAliveU…
Configuration menu - View commit details
-
Copy full SHA for fbd92f4 - Browse repository at this point
Copy the full SHA fbd92f4View commit details -
Fix exception caused by a log message (#8558) (#8701) (#8756)
Co-authored-by: peter-perot <peter-perot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6be49c1 - Browse repository at this point
Copy the full SHA 6be49c1View commit details -
Identify F# single case discriminated unions as SumType (#8739) (#8757)
Single case discriminated unions do not inherit from an abstract base class, thus, for single case discriminated unions we need to look for the CompilationMappingAttribute on the type itself. Fix 8715 Co-authored-by: Geir Fiksdal <geirfiks@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4ab056f - Browse repository at this point
Copy the full SHA 4ab056fView 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 v7.2.3...v7.2.4