This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a change to branch fix/graph-interpreter-memory-leak
in repository https://gitbox.apache.org/repos/asf/pekko.git


 discard 7307c97064 fix: release completed graph interpreter references
     add 2695786ed0 Update scalafmt-core to 3.11.2 (#3316)
     add 14100e9bb6 Update sbt-reproducible-builds to 0.35 (#3315)
     add 20c03be2a6 Update aeron-client, aeron-driver to 1.52.1 (#3314)
     add 8d080491c5 Update logback-classic to 1.5.38 (#3313)
     add 15dcac14c6 perf: optimize JVM array hashing (#3312)
     add 0059ccec21 test: make mapWithResource cleanup tests deterministic 
(#3319)
     add bc4903dada test: make classic remoting handoff assertion eventual 
(#3318)
     add 6cbdfb96d2 fix: release completed graph interpreter references

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7307c97064)
            \
             N -- N -- N   refs/heads/fix/graph-interpreter-memory-leak 
(6cbdfb96d2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .scalafmt.conf                                     |  2 +-
 .../scala/org/apache/pekko/util/HashCodeSpec.scala | 81 ++++++++++++++++++++++
 .../scala/org/apache/pekko/util/HashCode.scala     | 65 ++++++++++++++++-
 ...enchmark.scala => HashCodeArrayBenchmark.scala} | 32 +++------
 project/Dependencies.scala                         |  4 +-
 project/plugins.sbt                                |  2 +-
 .../apache/pekko/remote/classic/RemotingSpec.scala |  8 ++-
 .../stream/scaladsl/FlowMapWithResourceSpec.scala  |  6 +-
 8 files changed, 169 insertions(+), 31 deletions(-)
 create mode 100644 
actor-tests/src/test/scala/org/apache/pekko/util/HashCodeSpec.scala
 copy 
bench-jmh/src/main/scala/org/apache/pekko/util/{ArrayCopyOf_Benchmark.scala => 
HashCodeArrayBenchmark.scala} (64%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to