Charles Oliver Nutter

Results 1401 comments of Charles Oliver Nutter

Never closed the loop on this, but latest strscan gem should have the fix, and #8897 will merge it for JRuby 9.4.14.0.

@mrnoname1000 Please re-review this... it's been sitting for a few months and I want to make sure it's still valid.

@mrnoname1000 Thanks, merged!

Thanks for the report! It seems that a `null` is getting into `@attributes.keys` somehow (which I presume is a Hash) and eventually produces this error. The failure occurs when trying...

The only place I see `LazyAttributeSet` being initialized is in `active_model/attribute_set.rb`, where `attributes` is left as the default empty hash. ```ruby def build_from_database(values = {}, additional_types = {}) LazyAttributeSet.new(values, types,...

@roque86 Sorry we did not circle back to this. We're going to need to be able to look at your app to fix this, since it's very unusual and specific....

@roque86 Ok thanks for the update. Are you able to share those patches in case someone else stumbles onto this issue?

We originally made this decision because we did not support any of the native APIs typically using these values (dl, syscall, etc) and because our platform is "Java" in which...

@matthias-fratz-bsz Great discovery here, and I'm sorry I didn't reply sooner! Your original issue relates to leaking LocalContext. Is this BiVariableMap issue a separate concern? If so, I think we...