hotpotato


License

License

GroupId

GroupId

com.github.jatcwang
ArtifactId

ArtifactId

hotpotato_2.13
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

hotpotato
hotpotato
Project URL

Project URL

https://github.com/jatcwang/hotpotato
Project Organization

Project Organization

com.github.jatcwang
Source Code Management

Source Code Management

https://github.com/jatcwang/hotpotato

Download hotpotato_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jatcwang/hotpotato_2.13/ -->
<dependency>
    <groupId>com.github.jatcwang</groupId>
    <artifactId>hotpotato_2.13</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jatcwang/hotpotato_2.13/
implementation 'com.github.jatcwang:hotpotato_2.13:0.0.1'
// https://jarcasting.com/artifacts/com.github.jatcwang/hotpotato_2.13/
implementation ("com.github.jatcwang:hotpotato_2.13:0.0.1")
'com.github.jatcwang:hotpotato_2.13:jar:0.0.1'
<dependency org="com.github.jatcwang" name="hotpotato_2.13" rev="0.0.1">
  <artifact name="hotpotato_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jatcwang', module='hotpotato_2.13', version='0.0.1')
)
libraryDependencies += "com.github.jatcwang" % "hotpotato_2.13" % "0.0.1"
[com.github.jatcwang/hotpotato_2.13 "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1

Project Modules

There are no modules declared in this project.

Hotpotato

Release (https://jatcwang.github.io/hotpotato/)

A type-safe and flexible error handling library for Scala, based on Shapeless Coproducts.

Head over to the Microsite for documentation and examples!

Quick Installation

libraryDependencies += "com.github.jatcwang" %% "hotpotato-core" % LATEST_VERSION

Warning about using this in production codebases

This project was developed to explore what a correct, type-safe and ergonomic error handling would look like in Scala. Due to its heavy use of shapeless machinery, using this in a production codebase may significantly increase your compile time. Be warned!

Contributing

All issues and PRs are very welcome (including major changes to the library design/API since we're at the early stages).

This project uses sbt-boilerplate plugin to generate functions of different arity. If you cannot find a source file, it may be generated and lives under core/src/main/boilerplate (or other boilerplate directories)

Versions

Version
0.0.1