Coder Social home page Coder Social logo

deog's People

Contributors

c71n93 avatar olesiasub avatar renovate[bot] avatar rultor avatar yegor256 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

olesiasub

deog's Issues

TestBase.kt:33-34: Integration tests needs to be added....

The puzzle 29-2f329725 from #29 has to be resolved:

* @todo #29:90m/DEV Integration tests needs to be added. It is necessary to come up with the output format of the
* entire program

The puzzle was created by @c71n93 on 12-Oct-23.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Refactor test structure

In other projects in objectionary test folder has the same structure as the main folder. This style of test design is standard. I think we need to redesign current structure of test folder here to fit this standard.

Nodes.kt:52-53: gather cond, fstOption and sndOption into...

The puzzle 64-1a042343 from #64 has to be resolved:

* @todo #64:30min gather cond, fstOption and sndOption into the existing
* IgNodeCondition structure and refactor its usages

The puzzle was created by @OlesiaSub on 07-Nov-22.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

GraphBuilder.kt:144-146: Current algorithm of finding...

The puzzle 34-d5eab858 from #34 has to be resolved:

* @todo #34:90m/DEV Current algorithm of finding graph heads is very inefficient and requires refactoring.
* To reimplement `setHeads()`, `findHeadsExcessively()` and `thinOutHeads()` functions.
* To reimplement all functions from `ClosedCycleProcessor.kt`.

The puzzle was created by @c71n93 on 17-Oct-23.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.jetbrains.dokka:dokka-maven-plugin to v1.9.20
  • Update dependency org.slf4j:slf4j-api to v2.0.16
  • Update dependency com.jcabi:parent to v0.68.0
  • Update dependency com.qulice:qulice-maven-plugin to v0.23.0
  • Update dependency commons-io:commons-io to v2.16.1
  • Update dependency org.apache.commons:commons-lang3 to v3.16.0
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.8.0
  • Update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0
  • Update actions/cache action to v4
  • Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
  • Update dependency org.jetbrains:annotations to v24
  • Update kotlin monorepo to v2 (major) (org.jetbrains.kotlin:kotlin-test-junit5, org.jetbrains.kotlin:kotlin-test, org.jetbrains.kotlin:kotlin-stdlib, org.jetbrains.kotlin:kotlin-maven-plugin)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • actions/setup-java v1
  • actions/cache v3
.github/workflows/diktat.yml
  • actions/checkout v4
  • actions/setup-java v1
.github/workflows/pdd.yml
  • actions/checkout v4
.github/workflows/xcop.yml
  • actions/checkout v4
  • g4s8/xcop-action v1.3
  • ubuntu 22.04
maven
pom.xml
  • com.jcabi:parent 0.66.0
  • org.apache.maven.plugins:maven-javadoc-plugin 3.6.2
  • org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13
  • org.jetbrains.kotlin:kotlin-maven-plugin 1.7.22
  • org.apache.maven.plugins:maven-surefire-plugin 2.22.2
  • org.apache.maven.plugins:maven-failsafe-plugin 2.22.2
  • org.codehaus.mojo:exec-maven-plugin 3.1.1
  • org.cqfn.diktat:diktat-maven-plugin 1.2.5
  • org.jetbrains.dokka:dokka-maven-plugin 1.9.10
  • com.jcabi:jcabi-xml 0.26.0
  • com.yegor256:xsline 0.13.0
  • xml-apis:xml-apis 1.4.01
  • org.jetbrains.kotlin:kotlin-stdlib 1.7.22
  • org.jetbrains.kotlin:kotlin-test 1.7.22
  • org.jetbrains.kotlin:kotlin-test-junit5 1.7.22
  • org.junit.jupiter:junit-jupiter-engine 5.9.1
  • org.junit.jupiter:junit-jupiter-api 5.9.1
  • org.jetbrains:annotations 23.0.0
  • org.apache.commons:commons-lang3 3.14.0
  • org.slf4j:slf4j-api 2.0.5
  • ch.qos.logback:logback-classic 1.4.13
  • org.eolang:eo-parser 0.28.10
  • org.eolang:eo-maven-plugin 0.28.11
  • commons-io:commons-io 2.15.1
  • org.junit.jupiter:junit-jupiter-params 5.9.3
  • com.qulice:qulice-maven-plugin 0.22.0

  • Check this box to trigger a request for Renovate to run again on this repository

Resolving `ddr` and `aoi` dependencies

At the moment ddr and aoi uses decoration graph, but don't depend on this repository. Instead, ddr has its own graph implementation and aoi depends on ddr. Now dependencies looks like this:
Screenshot 2023-10-09 at 12 10 55
I think we need to fix dependencies and make them look like this:
Screenshot 2023-10-09 at 13 40 14

XslTransformer.kt:47-48: This class is stateless set of...

The puzzle 29-67e5e248 from #29 has to be resolved:

* @todo #29:90m/DEV This class is stateless set of static functions, and instance of this class should not exist.
* It needs to be refactored and either turned into set of util functions, or get some kind of state.

The puzzle was created by @c71n93 on 12-Oct-23.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Nodes.kt:52-53: Some refactoring required for this class:...

The puzzle 64-27e1ad42 from #64 has to be resolved:

* @todo #64:30min Some refactoring required for this class: gather cond, fstOption and sndOption arguments into
* the existing IgNodeCondition structure and refactor its usages.

The puzzle was created by @rultor on 11-Oct-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

InnerPropagator.kt:46-48: this solution is naive,...

The puzzle 34-102b18e9 from #34 has to be resolved:

* @todo #34:30min this solution is naive, optimize it (see snippet below)
* while (decorators.containsValue(false)) { ... }
* (this todo has moved here from ddr repository)

The puzzle was created by @c71n93 on 17-Oct-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

TestBase.kt:80-81: use @ParameterizedTest here instead of...

The puzzle 34-ee9aef7e from #34 has to be resolved:

* @todo #34:90min/DEV use @ParameterizedTest here instead of looking into stackTrace. Current approach has some
* limitations. For example, if stack depth will increase, this function will output wrong name.

The puzzle was created by Roman Korostinskiy on 17-Oct-23.

Estimate: 90 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

GraphBuilder.kt:40-41: Refactor this class. Current...

The puzzle 29-00ddb084 from #29 has to be resolved:

* @todo #29:30m/DEV Refactor this class. Current version of GraphBuilder from ddr repository looks nicer.
* It need to be simple copy-pasted with some fixes.

The puzzle was created by @c71n93 on 12-Oct-23.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

InnerPropagator.kt:48-49: this solution is naive,...

The puzzle 44-e067a6d7 from #44 has to be resolved:

// @todo #44:30min this solution is naive, optimize it (see commented out lines)
// while (decorators.containsValue(false)) {

The puzzle was created by @OlesiaSub on 07-Nov-22.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.