Skip to content

Add %aA for printf and friends#7996

Merged
enebo merged 12 commits intojruby:masterfrom
enebo:printf_temp_fixes
Nov 2, 2023
Merged

Add %aA for printf and friends#7996
enebo merged 12 commits intojruby:masterfrom
enebo:printf_temp_fixes

Conversation

@enebo
Copy link
Member

@enebo enebo commented Oct 31, 2023

Add missing format specifier

@enebo enebo added this to the JRuby 9.4.6.0 milestone Oct 31, 2023
@enebo enebo merged commit 931c4fc into jruby:master Nov 2, 2023
mhashizume added a commit to mhashizume/puppet that referenced this pull request May 21, 2024
This commit updates the version of JRuby used in spec tests from 9.4.3.0
to 9.4.7.0, which matches what is used in the latest version of Puppet
Server 8.x. (See: puppetlabs/jruby-utils@1180711.)

JRuby 9.4.7.0 includes bug fixes to several issues that we have worked
around in Puppet in the past:

- Dir.glob not properly supporting wildcard syntax (worked around in
  Puppet in 663062a, resolved in JRuby in jruby/jruby@a39cd49).
- format and sprintf not supporting %a and %A (worked aroundin Puppet in
  334ea05, resolved in JRuby in
jruby/jruby#7996).

Because of these bug fixes in JRuby, this commit also removes Puppet's
workarounds.
mhashizume added a commit to mhashizume/puppet that referenced this pull request May 21, 2024
This commit updates the version of JRuby used in spec tests from 9.4.3.0
to 9.4.7.0, which matches what is used in the latest version of Puppet
Server 8.x. (See: puppetlabs/jruby-utils@1180711.)

JRuby 9.4.7.0 includes bug fixes to several issues that we have worked
around in Puppet in the past:

- Dir.glob not properly supporting wildcard syntax (worked around in
  Puppet in 663062a, resolved in JRuby in jruby/jruby@a39cd49).
- format and sprintf not supporting %a and %A (worked around in Puppet
  in 334ea05, resolved in JRuby in jruby/jruby#7996).

Because of these bug fixes in JRuby, this commit also removes Puppet's
workarounds.
mhashizume added a commit to mhashizume/puppet that referenced this pull request Jul 26, 2024
This commit updates the version of JRuby used in spec tests from 9.4.3.0
to 9.4.8.0, which matches what is used in the latest version of Puppet
Server 8.x. (See: puppetlabs/jruby-utils@0e23173.)

JRuby 9.4.8.0 includes bug fixes to several issues that we have worked
around in Puppet in the past:

- Dir.glob not properly supporting wildcard syntax (worked around in
  Puppet in 663062a, resolved in JRuby in jruby/jruby@a39cd49).
- format and sprintf not supporting %a and %A (worked around in Puppet
  in 334ea05, resolved in JRuby in jruby/jruby#7996).

Because of these bug fixes in JRuby, this commit also removes Puppet's
workarounds.
@enebo enebo deleted the printf_temp_fixes branch March 4, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant