General

Profile

lamont (Lamont Granquist)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

07/10/2021

01:20 AM Ruby master Bug #15856: Performance of redundant `Kernel.require` is slow when many gems are activated
We've still been using the David Rodriguez patch with no reported issues around it for the past ~2 years or so.
It...
lamont (Lamont Granquist)

04/10/2021

06:58 AM Ruby master Bug #17787: Four AIX build issues with xlc compiler and ruby-3.0.1
Those work fine, applied here:
https://github.com/chef/omnibus-software/pull/1328/files#diff-a57a53cdb786ca02b297d...
lamont (Lamont Granquist)

04/09/2021

04:05 AM Ruby master Bug #17787: Four AIX build issues with xlc compiler and ruby-3.0.1
xlc does not identify as GCC:
```
# egrep GCC ./3.0.0/powerpc-aix7.1.5.0/rbconfig.rb
CONFIG["GCC"] = ""
```
...
lamont (Lamont Granquist)
03:38 AM Ruby master Bug #17787: Four AIX build issues with xlc compiler and ruby-3.0.1
fdeclspec section is:
```
configure:9228: result: yes
configure:9348: checking whether -fdeclspec is accepted as...
lamont (Lamont Granquist)

04/08/2021

10:35 PM Ruby master Bug #17787: Four AIX build issues with xlc compiler and ruby-3.0.1
Yeah that road requires having all the build tooling installed on our builders, which it turns out we don't (chaotic ... lamont (Lamont Granquist)
09:14 PM Ruby master Bug #17787 (Closed): Four AIX build issues with xlc compiler and ruby-3.0.1
Yesterday found 4 small issues trying to use xlc to build ruby 3.0 on AIX that prevented building. My solutions are ... lamont (Lamont Granquist)

04/02/2021

07:42 PM Ruby master Feature #17472: HashWithIndifferentAccess like Hash extension
And people should likely recall the reasons for the existence of symbols and strings. Originally strings were very e... lamont (Lamont Granquist)
07:34 PM Ruby master Feature #17472: HashWithIndifferentAccess like Hash extension
Any implementation should probably consider recursive structures under arrays and all the mutator methods on Array:
...
lamont (Lamont Granquist)

04/01/2021

09:49 PM Ruby master Feature #17472: HashWithIndifferentAccess like Hash extension
+1 on adding this.
There are any number of bugs which are caused by reading mixed symbols and strings into Hashes,...
lamont (Lamont Granquist)

03/16/2021

12:07 AM Ruby master Feature #13820: Add a nil coalescing operator
Here's example code which works around the lack of a ??= operator in the wild:
https://github.com/chef/chef/blob/4...
lamont (Lamont Granquist)

Also available in: Atom