Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add required import for Scala 2 #910

Merged
merged 2 commits into from Jul 11, 2023
Merged

Conversation

buntec
Copy link
Contributor

@buntec buntec commented Jun 25, 2023

No description provided.

@@ -3,6 +3,8 @@
Twiddle lists are tuples that are built incrementally, element by element, via the `*:` operation. Skunk uses the [Typelevel Twiddles](https://github.com/typelevel/twiddles) library for parameter encoders and row decoders, and via this mechanism twiddle list types appear as type arguments for `Query` and `Command`.

```scala
import org.typelevel.twiddles._ // required for Scala 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this import down to the example that defines t1, t2, etc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course!

@codecov-commenter
Copy link

Codecov Report

Merging #910 (faaaefe) into main (22882c5) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #910   +/-   ##
=======================================
  Coverage   83.89%   83.90%           
=======================================
  Files         125      125           
  Lines        1757     1758    +1     
  Branches      211      212    +1     
=======================================
+ Hits         1474     1475    +1     
  Misses        283      283           

see 2 files with indirect coverage changes

@mpilquist mpilquist merged commit 19be46c into typelevel:main Jul 11, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants