Skip to content

Example of an insanely slow Slickless compile if there is an error in one of your column mappings

Notifications You must be signed in to change notification settings

mdedetrich/coffee-drinking-slow-slickless-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Coffee Drinking Slow Slickless Compile

This is test case showing a problem with Shapeless and Slick (although it could just be shapless) where if you have accidentally have an incorrect mapping, the scala compiler takes a really long amount of time to report an error (taking at least 5 minutes).

This may be an issue more with the Scala compiler in regards to doing its type inference to try and satisfy the Generic mapping

Note that this may be an issue with Shapeless combined with Slick (when using slickless). You can test this by simply using ??? as a return value in the override def * and check the construction of the HList by itself without using <>.

About

Example of an insanely slow Slickless compile if there is an error in one of your column mappings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages