Dwight Guth

Results 6 issues of Dwight Guth

When the user intends to use an explicit, relocating garbage collector in conjunction with the champ type, it becomes necessary to be able to adjust the pointers inside a champ_iterator...

This change removes the `const` qualifier from the static objects containing empty rrbtree and champ nodes, and also modifies the methods slightly so that they return a reference. This change...

I work for a startup that is developing an interpreter for a functional programming language, and we recently decided to start using this library as the implementation of our map,...

enhancement

It would appear the C semantics does not correctly handle inline definitions, but instead treats them as if they are external definitions, which they are not. It would be good...

This class relies on the deprecated functionality of System.setSecurityManager which was removed in Java 18. There is no way to fully restore the previous behavior, because Java does not provide...

cla signed

Relevant build log error: ``` Nov 12, 2015 2:35:52 PM org.jenkinsci.plugins.ghprb.upstream.GhprbUpstreamStatusListener updateEnvironmentVars SEVERE: Unable to connect to GitHub repo java.lang.NullPointerException at org.kohsuke.github.GitHub.getRepository(GitHub.java:322) at org.jenkinsci.plugins.ghprb.upstream.GhprbUpstreamStatusListener.updateEnvironmentVars(GhprbUpstreamStatusListener.java:76) at org.jenkinsci.plugins.ghprb.upstream.GhprbUpstreamStatusListener.onCompleted(GhprbUpstreamStatusListener.java:117) at org.jenkinsci.plugins.ghprb.upstream.GhprbUpstreamStatusListener.onCompleted(GhprbUpstreamStatusListener.java:34) at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:201)...