glelouet

Results 14 issues of glelouet

The goal is to - reduce the code required to make parallel search - objectify the Strategy management, thus giving more visibility on the creation of strategies. My proposal :...

feature

Just a few changes on the poms. - the root pom is org.choco-solver.Choco . It manages the version of the sub projects to ${project.version}. - the solver subproject is renamed...

1. should be placed into the writers package ? dunno. Maybe move the other classes from compile into writer.inmemory package ? 2. dynCl() should be a protected non-static method. Mainly...

pinned

are they already present ? If not, are they to be implemented ? if yes, are you working on it or can I work on it ?

enhancement
pinned

I propose to add a new method in JCodeModel : copy(). This method returns a new CopiedModel that contains recursive copy of all the elements of the parent model. This...

pinned

I think it may be better to have some kind of navigation inside the blocks. Typically I can create a sub block in a JBlock, why not also be able...

pinned

#94 some changes are formater-related. basically add a copy() method in the JCM to copy itself. Also a test class for this new method. plus a few fields that are...

pinned

## Environment **Liquibase Version**:4.15.0 **Liquibase Integration & Version**: org.liquibase:liquibase-maven-plugin:$liquibase_version:updateSQL **Liquibase Extension(s) & Version**: ``` com.oracle.database.jdbc ojdbc10 19.3.0.0 org.liquibase.ext liquibase-oracle 4.15.0 ``` **Database Vendor & Version**: oracle from image gvenzl/oracle-xe:21.3.0-slim-faststart **Operating...

DBOracle
IntegrationMaven
docker
OSLinux
ver4.15.0

The following test class ``` java import java.io.ByteArrayOutputStream; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.nio.charset.Charset; import org.testng.annotations.Test; import org.yaml.snakeyaml.LoaderOptions; import com.helger.jcodemodel.JCodeModel; import com.helger.jcodemodel.JCodeModelException; import com.helger.jcodemodel.JDefinedClass; import com.helger.jcodemodel.JMod; import com.helger.jcodemodel.writer.JCMWriter; import com.helger.jcodemodel.writer.OutputStreamCodeWriter;...

wontfix

The guide requests to add the awaitility dependency, though there is not test present, that dependency has test scope. Proposal : oneOf 1. add test that require that library 2....