[yast/yast-ruby-bindings] 3a5554: Revert "Adapt files for the SLE-15-SP5 branch"
Branch: refs/heads/SLE-15-SP6 Home: https://github.com/yast/yast-ruby-bindings Commit: 3a5554c5c6cefdc54d275bde181e7df832d38b47 https://github.com/yast/yast-ruby-bindings/commit/3a5554c5c6cefdc54d275bde18... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2023-03-03 (Fri, 03 Mar 2023) Changed paths: M .github/workflows/ci.yml M Rakefile Log Message: ----------- Revert "Adapt files for the SLE-15-SP5 branch" This reverts commit ee19787d0a223432e0dbf7af3f1a04708bbf041a. Commit: 5a7e64c4829a44857a9662de330b2ebf8e351e3c https://github.com/yast/yast-ruby-bindings/commit/5a7e64c4829a44857a9662de33... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2023-03-03 (Fri, 03 Mar 2023) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec Log Message: ----------- Bump version to 4.6.0 Commit: 52c24f9bb7ac987c66dbe9c20132a0d01ded8ab3 https://github.com/yast/yast-ruby-bindings/commit/52c24f9bb7ac987c66dbe9c201... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-03-09 (Thu, 09 Mar 2023) Changed paths: M package/yast2-ruby-bindings.spec Log Message: ----------- Use ruby-devel versioned to match the gems (bsc#1209098) Commit: e2af1c36cf3bd90a2109896d253318370490f893 https://github.com/yast/yast-ruby-bindings/commit/e2af1c36cf3bd90a2109896d25... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-03-09 (Thu, 09 Mar 2023) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec Log Message: ----------- version + changelog Commit: 0c05bfb0a5b394a76f0605cbb11c764eb6c4c54b https://github.com/yast/yast-ruby-bindings/commit/0c05bfb0a5b394a76f0605cbb1... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-03-09 (Thu, 09 Mar 2023) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec Log Message: ----------- Merge pull request #288 from yast/default-ruby-is-older Default ruby is older Commit: 77d16a86cd4a2ad6c31499767f62f366cf8bc2ec https://github.com/yast/yast-ruby-bindings/commit/77d16a86cd4a2ad6c31499767f... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-03-30 (Thu, 30 Mar 2023) Changed paths: A profiling/yast_import.rb Log Message: ----------- add profiling directory Commit: 5308928db70aecbe25dc09cd6e1a2bf1a305c784 https://github.com/yast/yast-ruby-bindings/commit/5308928db70aecbe25dc09cd6e... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-03-30 (Thu, 30 Mar 2023) Changed paths: M src/ruby/yast/yast.rb Log Message: ----------- optimize detection of methods. Allocate memory for yast_import test is reduced from 33.8 to 32.8 MiB Commit: 8d36ae3a5880f059c7a4e49fa8daa4a8ae73d6bd https://github.com/yast/yast-ruby-bindings/commit/8d36ae3a5880f059c7a4e49fa8... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/binary/YRubyNamespace.cc M src/ruby/yast/exportable.rb M tests/exportable_spec.rb M tests/test_module/modules/InvalidTypeModule.rb Log Message: ----------- simplify and optimize how publishing methods and variables to component system works Commit: 5d0da21089d0297d1bc430b6c4f30b53d94038cc https://github.com/yast/yast-ruby-bindings/commit/5d0da21089d0297d1bc430b6c4... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/binary/YRubyNamespace.cc Log Message: ----------- Fix calling properly with symbols Commit: 049f6652f9f86b77b71790de5cf481549e307f7c https://github.com/yast/yast-ruby-bindings/commit/049f6652f9f86b77b71790de5c... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/binary/YRubyNamespace.cc Log Message: ----------- add inspect helper Commit: eb95ac71416f913f91e0bd738379554f0490d8c8 https://github.com/yast/yast-ruby-bindings/commit/eb95ac71416f913f91e0bd7383... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec Log Message: ----------- changes Commit: 87d296c4d275496fe7d29cca7dfb32754afe293d https://github.com/yast/yast-ruby-bindings/commit/87d296c4d275496fe7d29cca7d... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/ruby/yast/path.rb Log Message: ----------- frozen strings in path.rb Commit: 5f6e2704112d8cc688f859d5d8b54e1999dca28a https://github.com/yast/yast-ruby-bindings/commit/5f6e2704112d8cc688f859d5d8... Author: Martin Vidner <mvidner@suse.cz> Date: 2023-04-03 (Mon, 03 Apr 2023) Changed paths: M src/binary/YRubyNamespace.cc M src/ruby/yast/exportable.rb M tests/exportable_spec.rb Log Message: ----------- use pairs for published_functions, published_variables instead of two-keyed hashes, to further reduce memory consumption for this overhead Commit: baee79f6c3555e3613d85158f658cc89d5540046 https://github.com/yast/yast-ruby-bindings/commit/baee79f6c3555e3613d85158f6... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-04-05 (Wed, 05 Apr 2023) Changed paths: M package/yast2-ruby-bindings.changes M profiling/yast_import.rb M src/binary/YRubyNamespace.cc Log Message: ----------- Apply suggestions from code review Co-authored-by: Martin Vidner <mvidner@suse.cz> Commit: a69f53abebdda8df1714c50148a9c4efd2ac95de https://github.com/yast/yast-ruby-bindings/commit/a69f53abebdda8df1714c50148... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-09-08 (Fri, 08 Sep 2023) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec A profiling/yast_import.rb M src/binary/YRubyNamespace.cc M src/ruby/yast/exportable.rb M src/ruby/yast/path.rb M src/ruby/yast/yast.rb M tests/exportable_spec.rb M tests/test_module/modules/InvalidTypeModule.rb Log Message: ----------- Merge commit 'baee79f' into backport_sp6 Commit: 59de3b706c95c47207ef918cc4a4a8b8ade4ffb6 https://github.com/yast/yast-ruby-bindings/commit/59de3b706c95c47207ef918cc4... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2023-09-14 (Thu, 14 Sep 2023) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec A profiling/yast_import.rb M src/binary/YRubyNamespace.cc M src/ruby/yast/exportable.rb M src/ruby/yast/path.rb M src/ruby/yast/yast.rb M tests/exportable_spec.rb M tests/test_module/modules/InvalidTypeModule.rb Log Message: ----------- Merge pull request #291 from yast/backport_sp6 Backport sp6 Compare: https://github.com/yast/yast-ruby-bindings/compare/35a3a2e8d40f...59de3b706c...
participants (1)
-
Josef Reidinger