Coder Social home page Coder Social logo

mpetuska / klip Goto Github PK

View Code? Open in Web Editor NEW
24.0 0.0 1.0 1.25 MB

Kotlin Multiplatform snapshot ((c|k)lip) manager for tests.

Home Page: https://mpetuska.github.io/klip

Kotlin 98.36% Shell 0.63% JavaScript 1.01%
kotlin kotlin-multiplatform gradle-plugin testing on-hold

klip's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ”ญ Iโ€™m currently working on

๐ŸŒฑ Iโ€™m currently learning

  • Android
  • Kotlin Native

๐Ÿ‘ฏ Iโ€™m looking to collaborate on

  • Kotlin Multiplatform

๐Ÿค” Iโ€™m looking for help with

๐Ÿ’ฌ Ask me about

  • Kotlin/JS
  • Kotlin/Multiplatform
  • Gradle

๐Ÿ“ซ How to reach me

โšก Fun fact

  • For whatever reason I've graduated in Bsc Economics...

klip's People

Contributors

dependabot[bot] avatar mpetuska avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

cybernetics

klip's Issues

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 gradle to v8
  • Update dependency io.ktor:ktor-client-cio-jvm to v2
  • Update dependency io.ktor:ktor-client-gson to v2
  • ๐Ÿ” 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.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/check.yml
  • msys2/setup-msys2 v2
  • actions/checkout v3.0.2
  • actions/cache v3.0.4
  • actions/setup-java v3
  • actions/cache v3.0.4
  • github/codeql-action v2
  • actions/upload-artifact v3
.github/workflows/release.yml
  • actions/checkout v3.0.2
  • actions/setup-java v3
  • actions/cache v3.0.4
  • actions/upload-artifact v3
  • msys2/setup-msys2 v2
  • actions/cache v3.0.4
  • actions/checkout v3.0.2
  • actions/setup-java v3
  • actions/cache v3.0.4
  • actions/checkout v3.0.2
  • actions/cache v3.0.4
  • actions/setup-java v3
  • actions/download-artifact v3
  • crazy-max/ghaction-github-pages v3.0.0
.github/workflows/sandbox.yml
  • msys2/setup-msys2 v2
  • actions/checkout v3.0.2
  • actions/cache v3.0.4
  • actions/setup-java v3
  • actions/cache v3.0.4
  • actions/upload-artifact v3
gradle
gradle.properties
settings.gradle.kts
  • de.fayard.refreshVersions 0.40.2
  • com.gradle.enterprise 3.10.2
build.gradle.kts
build-conventions/gradle.properties
build-conventions/settings.gradle.kts
  • de.fayard.refreshVersions 0.40.2
  • com.gradle.enterprise 3.10.2
build-conventions/build.gradle.kts
build-conventions/src/main/kotlin/convention.app-compose.gradle.kts
build-conventions/src/main/kotlin/convention.app-mpp.gradle.kts
build-conventions/src/main/kotlin/convention.build-konfig.gradle.kts
build-conventions/src/main/kotlin/convention.common.gradle.kts
build-conventions/src/main/kotlin/convention.compose.gradle.kts
build-conventions/src/main/kotlin/convention.control.gradle.kts
build-conventions/src/main/kotlin/convention.detekt.gradle.kts
build-conventions/src/main/kotlin/convention.git-hooks.gradle.kts
build-conventions/src/main/kotlin/convention.library-android.gradle.kts
build-conventions/src/main/kotlin/convention.library-mpp.gradle.kts
build-conventions/src/main/kotlin/convention.local-properties.gradle.kts
build-conventions/src/main/kotlin/convention.mpp.gradle.kts
build-conventions/src/main/kotlin/convention.publishing-jvm.gradle.kts
build-conventions/src/main/kotlin/convention.publishing-mpp.gradle.kts
build-conventions/src/main/kotlin/convention.publishing-nexus.gradle.kts
build-conventions/src/main/kotlin/convention.publishing.gradle.kts
gradle/libs.toml
klip-sandbox/settings.gradle.kts
  • de.fayard.refreshVersions 0.40.2
  • com.gradle.enterprise 3.10.2
klip-sandbox/build.gradle.kts
  • dev.petuska.klip 0.4.1-SNAPSHOT
klip-sandbox/js/build.gradle.kts
klip-sandbox/jvm/build.gradle.kts
library/klip-api/build.gradle.kts
library/klip-assertions/build.gradle.kts
library/klip-core/build.gradle.kts
library/klip-runner/build.gradle.kts
plugin/klip-gradle-plugin/build.gradle.kts
plugin/klip-kotlin-plugin/build.gradle.kts
plugin/klip-kotlin-plugin-native/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 7.4.2
kotlin-script
scripts/removeGhPackageVersion.main.kts
  • io.ktor:ktor-client-cio-jvm 1.6.3
  • io.ktor:ktor-client-gson 1.6.3
  • io.ktor:ktor-client-auth-jvm 1.6.3

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

HTTP Server to manage klips for browser runtime

Since js tests running on the browser runtime do not have access to fs module, an alternative way to write to files is required.

This can be solved by implementing a simple HTTP server managed by gradle and tied to jsBrowserTest tasks lifecycle, that would manage klip files via fetch API.

This should be toggled by a new flag injected by the compiler (defaults to true only for js sourceSets). Alternatively, this could be detected implicitly in klip-core and only enable itself if browser runtime is detected.

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.