pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-activesupport71
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 22 13:18:02 UTC 2024
Modified Files:
pkgsrc/devel/ruby-activesupport71: distinfo
Removed Files:
pkgsrc/devel/ruby-activesupport71/patches: patch-lib_active__support.rb
Log Message:
devel/ruby-activesupport71: update to 7.1.4
Active Support 7.1.4 (2024-08-22)
* Improve compatibility for ActiveSupport::BroadcastLogger.
(Máximo Mussini)
* Pass options along to write_entry in handle_expired_entry method.
(Graham Cooper)
* Fix Active Support configurations deprecations. (fatkodima)
* Fix teardown callbacks. (Tristan Starck)
* BacktraceCleaner silence core internal methods by default.
(Jean Boussier)
* Fix delegate_missing_to allow_nil: true when called with implict self
(Jean Boussier)
class Person
delegate_missing_to :address, allow_nil: true
def address
nil
end
def berliner?
city == "Berlin"
end
end
Person.new.city # => nil
Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)
* Work around a Ruby bug that can cause a VM crash. (Jean Boussier)
This would happen if using TaggerLogger with a Proc formatter on
which you called object_id.
[BUG] Object ID seen, but not in mapping table: proc
* Fix ActiveSupport::Notifications.publish_event to preserve units.
This solves the incorrect reporting of time spent running Active
Record asynchronous queries (by a factor 1000).
(Jean Boussier)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-activesupport71/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/ruby-activesupport71/patches/patch-lib_active__support.rb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-activesupport71/distinfo
diff -u pkgsrc/devel/ruby-activesupport71/distinfo:1.5 pkgsrc/devel/ruby-activesupport71/distinfo:1.6
--- pkgsrc/devel/ruby-activesupport71/distinfo:1.5 Wed Jun 5 16:44:17 2024
+++ pkgsrc/devel/ruby-activesupport71/distinfo Sun Sep 22 13:18:01 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/06/05 16:44:17 taca Exp $
+$NetBSD: distinfo,v 1.6 2024/09/22 13:18:01 taca Exp $
-BLAKE2s (activesupport-7.1.3.4.gem) = 87c1c5e007acb06240121ff216f27f2e3648321c5a572ccb9cb86fca2c93e148
-SHA512 (activesupport-7.1.3.4.gem) = b9cc7cfede2014dcd871b4d2bbec1df14d134111a8b4f51661b9217300b27e6b97fe34db4a541f63b16a51b9b177f4754b83d7cc8bf3acc77106990525b9fc94
-Size (activesupport-7.1.3.4.gem) = 257536 bytes
-SHA1 (patch-lib_active__support.rb) = d17783db9c5ddcd3998b9ad607a2b39dd6f5a7a2
+BLAKE2s (activesupport-7.1.4.gem) = fe8cdb04ff6bf5146ab4b7f43a9eb5add84f2eb367ff5427eed4e1dd37a290df
+SHA512 (activesupport-7.1.4.gem) = 36f25d5a65088d3ce4780e375e701e6b6ad449f831ad6525d59b8f4dcdee8245a29dec74b8bead6734104894e9fce6cbd1a36b5fb8bccb687a2f0d83923da24a
+Size (activesupport-7.1.4.gem) = 258560 bytes
Home |
Main Index |
Thread Index |
Old Index