Skip to content

Commit

Permalink
Package update, fixes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanxD committed Aug 15, 2021
1 parent 6e0fc32 commit 5083a28
Show file tree
Hide file tree
Showing 279 changed files with 6,038 additions and 5,880 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.dsl

import com.github.jonathanxd.kores.*
import com.github.jonathanxd.kores.base.*
import com.github.jonathanxd.kores.base.Annotation
import com.github.jonathanxd.kores.base.Retention
import com.github.jonathanxd.kores.base.comment.*
import com.github.jonathanxd.kores.common.DynamicMethodSpec
import com.github.jonathanxd.kores.common.MethodInvokeHandleSpec
import com.github.jonathanxd.kores.common.MethodInvokeSpec
import com.github.jonathanxd.kores.common.MethodTypeSpec
import com.github.jonathanxd.kores.generic.GenericSignature
import com.github.jonathanxd.kores.literal.Literals
import com.github.jonathanxd.kores.operator.Operator
import com.github.jonathanxd.kores.type.*
package com.koresframework.kores.dsl

import com.koresframework.kores.*
import com.koresframework.kores.base.*
import com.koresframework.kores.base.Annotation
import com.koresframework.kores.base.Retention
import com.koresframework.kores.base.comment.*
import com.koresframework.kores.common.DynamicMethodSpec
import com.koresframework.kores.common.MethodInvokeHandleSpec
import com.koresframework.kores.common.MethodInvokeSpec
import com.koresframework.kores.common.MethodTypeSpec
import com.koresframework.kores.generic.GenericSignature
import com.koresframework.kores.literal.Literals
import com.koresframework.kores.operator.Operator
import com.koresframework.kores.type.*
import java.lang.reflect.Type

typealias Recv<T> = T.() -> Unit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.dsl
package com.koresframework.kores.dsl

abstract class DslColl<E> {
abstract val collection: MutableCollection<E>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.dsl.test
package com.koresframework.kores.dsl.test

import com.github.jonathanxd.kores.base.Access
import com.github.jonathanxd.kores.base.FieldAccess
import com.github.jonathanxd.kores.base.InvokeType
import com.github.jonathanxd.kores.base.MethodInvocation
import com.github.jonathanxd.kores.dsl.*
import com.github.jonathanxd.kores.type.typeOf
import com.koresframework.kores.base.Access
import com.koresframework.kores.base.FieldAccess
import com.koresframework.kores.base.InvokeType
import com.koresframework.kores.base.MethodInvocation
import com.koresframework.kores.dsl.*
import com.koresframework.kores.type.typeOf
import org.junit.Assert
import org.junit.Test
import java.io.PrintStream
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}

group 'com.koresframework'
version '4.1.11.base'
version '4.2.0.base'

apply from: 'gradle/common.gradle'

Expand Down
8,204 changes: 4,102 additions & 4,102 deletions kdocs/-kores/package-list

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions kdocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@

| Name |
|---|
| [com.github.jonathanxd.kores](-kores/com.github.jonathanxd.kores/index.md) |
| [com.github.jonathanxd.kores.annotation](-kores/com.github.jonathanxd.kores.annotation/index.md) |
| [com.github.jonathanxd.kores.base](-kores/com.github.jonathanxd.kores.base/index.md) |
| [com.github.jonathanxd.kores.base.comment](-kores/com.github.jonathanxd.kores.base.comment/index.md) |
| [com.github.jonathanxd.kores.builder](-kores/com.github.jonathanxd.kores.builder/index.md) |
| [com.github.jonathanxd.kores.common](-kores/com.github.jonathanxd.kores.common/index.md) |
| [com.github.jonathanxd.kores.exception](-kores/com.github.jonathanxd.kores.exception/index.md) |
| [com.github.jonathanxd.kores.factory](-kores/com.github.jonathanxd.kores.factory/index.md) |
| [com.github.jonathanxd.kores.generic](-kores/com.github.jonathanxd.kores.generic/index.md) |
| [com.github.jonathanxd.kores.helper](-kores/com.github.jonathanxd.kores.helper/index.md) |
| [com.github.jonathanxd.kores.inspect](-kores/com.github.jonathanxd.kores.inspect/index.md) |
| [com.github.jonathanxd.kores.literal](-kores/com.github.jonathanxd.kores.literal/index.md) |
| [com.github.jonathanxd.kores.modify.visit](-kores/com.github.jonathanxd.kores.modify.visit/index.md) |
| [com.github.jonathanxd.kores.operator](-kores/com.github.jonathanxd.kores.operator/index.md) |
| [com.github.jonathanxd.kores.processor](-kores/com.github.jonathanxd.kores.processor/index.md) |
| [com.github.jonathanxd.kores.serialization](-kores/com.github.jonathanxd.kores.serialization/index.md) |
| [com.github.jonathanxd.kores.sugar](-kores/com.github.jonathanxd.kores.sugar/index.md) |
| [com.github.jonathanxd.kores.type](-kores/com.github.jonathanxd.kores.type/index.md) |
| [com.github.jonathanxd.kores.util](-kores/com.github.jonathanxd.kores.util/index.md) |
| [com.github.jonathanxd.kores.util.conversion](-kores/com.github.jonathanxd.kores.util.conversion/index.md) |
| [com.koresframework.kores](-kores/com.koresframework.kores/index.md) |
| [com.koresframework.kores.annotation](-kores/com.koresframework.kores.annotation/index.md) |
| [com.koresframework.kores.base](-kores/com.koresframework.kores.base/index.md) |
| [com.koresframework.kores.base.comment](-kores/com.koresframework.kores.base.comment/index.md) |
| [com.koresframework.kores.builder](-kores/com.koresframework.kores.builder/index.md) |
| [com.koresframework.kores.common](-kores/com.koresframework.kores.common/index.md) |
| [com.koresframework.kores.exception](-kores/com.koresframework.kores.exception/index.md) |
| [com.koresframework.kores.factory](-kores/com.koresframework.kores.factory/index.md) |
| [com.koresframework.kores.generic](-kores/com.koresframework.kores.generic/index.md) |
| [com.koresframework.kores.helper](-kores/com.koresframework.kores.helper/index.md) |
| [com.koresframework.kores.inspect](-kores/com.koresframework.kores.inspect/index.md) |
| [com.koresframework.kores.literal](-kores/com.koresframework.kores.literal/index.md) |
| [com.koresframework.kores.modify.visit](-kores/com.koresframework.kores.modify.visit/index.md) |
| [com.koresframework.kores.operator](-kores/com.koresframework.kores.operator/index.md) |
| [com.koresframework.kores.processor](-kores/com.koresframework.kores.processor/index.md) |
| [com.koresframework.kores.serialization](-kores/com.koresframework.kores.serialization/index.md) |
| [com.koresframework.kores.sugar](-kores/com.koresframework.kores.sugar/index.md) |
| [com.koresframework.kores.type](-kores/com.koresframework.kores.type/index.md) |
| [com.koresframework.kores.util](-kores/com.koresframework.kores.util/index.md) |
| [com.koresframework.kores.util.conversion](-kores/com.koresframework.kores.util.conversion/index.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import kotlinx.serialization.Serializable
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import com.github.jonathanxd.kores.base.Access
import com.koresframework.kores.base.Access

/**
* Common default constant base values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import com.github.jonathanxd.kores.base.InstructionWrapper
import com.koresframework.kores.base.InstructionWrapper

/**
* A source instruction.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import com.github.jonathanxd.kores.base.*
import com.github.jonathanxd.kores.inspect.InstructionsInspect
import com.github.jonathanxd.kores.type.`is`
import com.github.jonathanxd.kores.type.getCommonSuperType
import com.koresframework.kores.base.*
import com.koresframework.kores.inspect.InstructionsInspect
import com.koresframework.kores.type.`is`
import com.koresframework.kores.type.getCommonSuperType
import com.github.jonathanxd.iutils.container.primitivecontainers.BooleanContainer
import kotlinx.serialization.Serializable
import java.lang.reflect.Type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import kotlinx.serialization.Serializable
import java.util.Comparator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

/**
* Kores elements like Field, Methods and static block.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import com.github.jonathanxd.kores.base.Access
import com.github.jonathanxd.kores.base.Alias
import com.github.jonathanxd.kores.base.InstructionWrapper
import com.github.jonathanxd.kores.base.Typed
import com.github.jonathanxd.kores.builder.Builder
import com.github.jonathanxd.kores.type.NullType
import com.github.jonathanxd.kores.type.`is`
import com.github.jonathanxd.kores.type.isPrimitive
import com.github.jonathanxd.kores.type.koresType
import com.koresframework.kores.base.Access
import com.koresframework.kores.base.Alias
import com.koresframework.kores.base.InstructionWrapper
import com.koresframework.kores.base.Typed
import com.koresframework.kores.builder.Builder
import com.koresframework.kores.type.NullType
import com.koresframework.kores.type.`is`
import com.koresframework.kores.type.isPrimitive
import com.koresframework.kores.type.koresType
import java.lang.reflect.Type

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import kotlinx.serialization.Serializable
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import kotlinx.serialization.Serializable
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores
package com.koresframework.kores

import com.github.jonathanxd.kores.type.KoresType
import com.github.jonathanxd.kores.type.JavaType
import com.github.jonathanxd.kores.type.LoadedKoresType
import com.koresframework.kores.type.KoresType
import com.koresframework.kores.type.JavaType
import com.koresframework.kores.type.LoadedKoresType
import com.github.jonathanxd.iutils.collection.Collections3
import com.github.jonathanxd.kores.serialization.TypeSerializer
import com.koresframework.kores.serialization.TypeSerializer
import kotlinx.serialization.Serializable
import java.util.*
import java.util.function.Supplier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.annotation
package com.koresframework.kores.annotation

import com.github.jonathanxd.kores.Instructions
import com.koresframework.kores.Instructions

/**
* Types annotated with this annotation must never be added directly to [Instructions] collection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.base
package com.koresframework.kores.base

import com.github.jonathanxd.kores.Instruction
import com.koresframework.kores.Instruction
import kotlinx.serialization.Serializable

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.base
package com.koresframework.kores.base

import com.github.jonathanxd.kores.Instruction
import com.koresframework.kores.Instruction
import java.lang.reflect.Type

/**
Expand Down Expand Up @@ -58,7 +58,7 @@ interface Accessor : Instruction {
override fun builder(): Builder<Accessor, *>

interface Builder<out T : Accessor, S : Builder<T, S>> :
com.github.jonathanxd.kores.builder.Builder<T, S> {
com.koresframework.kores.builder.Builder<T, S> {

/**
* See [Accessor.target]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
*/
@file:JvmName("Alias")

package com.github.jonathanxd.kores.base
package com.koresframework.kores.base

import com.github.jonathanxd.kores.Instruction
import com.github.jonathanxd.kores.type.KoresType
import com.github.jonathanxd.kores.type.koresType
import com.koresframework.kores.Instruction
import com.koresframework.kores.type.KoresType
import com.koresframework.kores.type.koresType
import kotlinx.serialization.Serializable
import java.lang.reflect.Type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.base
package com.koresframework.kores.base

import com.github.jonathanxd.kores.KoresPart
import com.github.jonathanxd.kores.type.`is`
import com.koresframework.kores.KoresPart
import com.koresframework.kores.type.`is`
import java.lang.reflect.Type

/**
Expand Down Expand Up @@ -61,7 +61,7 @@ interface Annotable : KoresPart {
override fun builder(): Builder<Annotable, *>

interface Builder<out T : Annotable, S : Builder<T, S>> :
com.github.jonathanxd.kores.builder.Builder<T, S> {
com.koresframework.kores.builder.Builder<T, S> {

/**
* See [T.annotations]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.base
package com.koresframework.kores.base

import com.github.jonathanxd.kores.type.`is`
import com.github.jonathanxd.kores.type.bindedDefaultResolver
import com.koresframework.kores.type.`is`
import com.koresframework.kores.type.bindedDefaultResolver
import com.github.jonathanxd.iutils.`object`.Either
import com.github.jonathanxd.iutils.kt.left
import com.github.jonathanxd.iutils.kt.right
import com.github.jonathanxd.kores.serialization.AnnotationSerializer
import com.koresframework.kores.serialization.AnnotationSerializer
import kotlinx.serialization.Serializable
import java.lang.annotation.RetentionPolicy
import java.lang.reflect.AnnotatedType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package com.github.jonathanxd.kores.base

import com.github.jonathanxd.kores.Instructions
import com.github.jonathanxd.kores.base.comment.Comments
import com.github.jonathanxd.kores.builder.self
import com.github.jonathanxd.kores.generic.GenericSignature
import com.github.jonathanxd.kores.type.isConcreteIdEq
import com.github.jonathanxd.kores.util.eq
import com.github.jonathanxd.kores.util.hash
import com.github.jonathanxd.kores.util.resolveQualifiedName
import com.github.jonathanxd.kores.util.resolveTypeName
package com.koresframework.kores.base

import com.koresframework.kores.Instructions
import com.koresframework.kores.base.comment.Comments
import com.koresframework.kores.builder.self
import com.koresframework.kores.generic.GenericSignature
import com.koresframework.kores.type.isConcreteIdEq
import com.koresframework.kores.util.eq
import com.koresframework.kores.util.hash
import com.koresframework.kores.util.resolveQualifiedName
import com.koresframework.kores.util.resolveTypeName
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
import java.lang.annotation.ElementType
Expand Down
Loading

0 comments on commit 5083a28

Please sign in to comment.