Skip to content

Commit

Permalink
move to scastie
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 23, 2017
1 parent a3f9ecd commit 57a535a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -10,7 +10,7 @@ This template isn't a strict requirement to open issues, but please try to provi

### Steps to reproduce the behavior

If the issue can be reproduced using a [mirror context](http://getquill.io/#contexts-mirror-context), please provide a scalafiddle that reproduces it. See https://scalafiddle.io/sf/pMg4JvY/1 as an example. Remember to select the correct Quill version in the left menu.
If the issue can be reproduced using a [mirror context](http://getquill.io/#contexts-mirror-context), please provide a scastie snippet that reproduces it. See https://scastie.scala-lang.org/wFLlOditSvuKghZlJPqXuw as an example. Remember to select the correct Quill version in the left menu.

### Workaround

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ import io.getquill._
val ctx = new SqlMirrorContext(MirrorSqlDialect, Literal)
```

> ### **Note:** [Scalafiddle](http://scalafiddle.io) is a great tool to try out Quill without having to prepare a local environment. It works with [mirror contexts](#mirror-context), see [this](https://scalafiddle.io/sf/lsmX57J/0) fiddle as an example.
> ### **Note:** [Scastie](https://scastie.scala-lang.org/) is a great tool to try out Quill without having to prepare a local environment. It works with [mirror contexts](#mirror-context), see [this](https://scastie.scala-lang.org/wFLlOditSvuKghZlJPqXuw) snippet as an example.
The context instance provides all types and methods to deal quotations:

Expand Down

0 comments on commit 57a535a

Please sign in to comment.