Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
scala-user
Conversations
About
scala-user
Contact owners and managers
1–30 of 8061
***[ARCHIVE ONLY] For new posts, visit
https://users.scala-
lang.org
instead.***
Other Scala community resources are
listed here
.
Mark all as read
Report group
0 selected
Joe San
8/13/19
Case Class Generator Library or Macros
Is there any library that I can use to generate a set of case classes? Some sort of sbt plugins? Or
unread,
Case Class Generator Library or Macros
Is there any library that I can use to generate a set of case classes? Some sort of sbt plugins? Or
8/13/19
Joe San
1/22/18
Desugaring TypeTag's in Scala
2down votefavorite I have the following code snippet: import scala.reflect.runtime.universe._ def
unread,
Desugaring TypeTag's in Scala
2down votefavorite I have the following code snippet: import scala.reflect.runtime.universe._ def
1/22/18
Colin Bester
7/31/17
ensuring correct function invocation when multiple parameters of same type
With Scala 2.11x I have a function with multiple parameters of same type and what ensure correct
unread,
ensuring correct function invocation when multiple parameters of same type
With Scala 2.11x I have a function with multiple parameters of same type and what ensure correct
7/31/17
Heather Miller
6/2/17
Shutting scala-user down. (Switching to read-only mode from today)
Hi all, As previously discussed back in March, we're in the process of winding down scala-user as
unread,
Shutting scala-user down. (Switching to read-only mode from today)
Hi all, As previously discussed back in March, we're in the process of winding down scala-user as
6/2/17
Andreas Joseph Krogh
, …
Oliver Ruebenacker
6
5/25/17
Strange "value not found"-compiler error
På onsdag 24. mai 2017 kl. 16:39:08, skrev Oliver Ruebenacker <cur...@gmail.com>: Hello, Would
unread,
Strange "value not found"-compiler error
På onsdag 24. mai 2017 kl. 16:39:08, skrev Oliver Ruebenacker <cur...@gmail.com>: Hello, Would
5/25/17
Seyed H. HAERI (Hossein)
,
Naftoli Gugenheim
2
5/16/17
ScalaJS Code Completion for DOM
Reload tells SBT to read the build files. If your ran the eclipse command in an already running SBT
unread,
ScalaJS Code Completion for DOM
Reload tells SBT to read the build files. If your ran the eclipse command in an already running SBT
5/16/17
Seyed H. HAERI (Hossein)
,
Naftoli Gugenheim
9
5/16/17
Can Be Matched As
Hi Naftoli (and all others), > The compiler complains, > > /tmp/test.scala:5: warning:
unread,
Can Be Matched As
Hi Naftoli (and all others), > The compiler complains, > > /tmp/test.scala:5: warning:
5/16/17
Seyed H. HAERI (Hossein)
,
Oliver Ruebenacker
5
5/8/17
SBT Incompatible Scala Version
Got it. Thanks. On 8 May 2017 at 16:44, Oliver Ruebenacker <cur...@gmail.com> wrote: > >
unread,
SBT Incompatible Scala Version
Got it. Thanks. On 8 May 2017 at 16:44, Oliver Ruebenacker <cur...@gmail.com> wrote: > >
5/8/17
Joe San
, …
Stephen Compall
5
4/28/17
Function Functors Definition
On 4/19/17 3:16 AM, Joe San wrote: 1. But why is that signature ({type l[a]=(R) => a})#l like that
unread,
Function Functors Definition
On 4/19/17 3:16 AM, Joe San wrote: 1. But why is that signature ({type l[a]=(R) => a})#l like that
4/28/17
Alan Burlison
, …
Rodrigo Cano
5
4/28/17
Future-proof macros?
On 28/04/17 18:09, Rodrigo Cano wrote: > The nature of the problem stems from the fact that
unread,
Future-proof macros?
On 28/04/17 18:09, Rodrigo Cano wrote: > The nature of the problem stems from the fact that
4/28/17
Joe San
4/28/17
Strange Error when Using Scala Reflect
I added a dependency to the scala reflect library version 2.11.8 to one of my existing project such
unread,
Strange Error when Using Scala Reflect
I added a dependency to the scala reflect library version 2.11.8 to one of my existing project such
4/28/17
Shannon Carey
,
Adriaan Moors
2
4/26/17
Scala compiler expects package?
Hi, Sounds like a bug to me. Does the generated file contain an annotation before the class
unread,
Scala compiler expects package?
Hi, Sounds like a bug to me. Does the generated file contain an annotation before the class
4/26/17
Seyed H. HAERI (Hossein)
,
Naftoli Gugenheim
8
4/25/17
Is Constructable As
Indeed. I see I also overlooked that. On 26 April 2017 at 02:33, Naftoli Gugenheim <naftoligug@
unread,
Is Constructable As
Indeed. I see I also overlooked that. On 26 April 2017 at 02:33, Naftoli Gugenheim <naftoligug@
4/25/17
marcos rebelo
,
Rafał Krzewski
2
4/24/17
macros
Have you considered using Shapeless for that? It will do all the dirty macro work for you while you
unread,
macros
Have you considered using Shapeless for that? It will do all the dirty macro work for you while you
4/24/17
Joe San
,
Oliver Ruebenacker
7
4/21/17
Implicit Not Visible in Scope
Adding a default argument would not let me write the call as expressive as it is now! On Fri, Apr 21,
unread,
Implicit Not Visible in Scope
Adding a default argument would not let me write the call as expressive as it is now! On Fri, Apr 21,
4/21/17
Joe San
,
Jasper-M
4
4/20/17
Option Monoid with deep combine
Yes if you define empty to be None, you only need the combine method so Semigroup is enough then.
unread,
Option Monoid with deep combine
Yes if you define empty to be None, you only need the combine method so Semigroup is enough then.
4/20/17
Seyed H. HAERI (Hossein)
,
Eduardo M. Cavalcanti
3
4/19/17
SBT on Windows: MSI installer doesn't seem to work.
Hi Eduardo, I do already have the write permission. Strangely enough, however, the issue is no longer
unread,
SBT on Windows: MSI installer doesn't seem to work.
Hi Eduardo, I do already have the write permission. Strangely enough, however, the issue is no longer
4/19/17
Joe San
, …
Jasper Moeys
4
4/18/17
Higher Kinded Types
The listmonoid method has the method type [A]Monoid[List[A]]. Meaning that from any type A it can
unread,
Higher Kinded Types
The listmonoid method has the method type [A]Monoid[List[A]]. Meaning that from any type A it can
4/18/17
marcos rebelo
, …
Viktor Klang
4
4/16/17
help simplifiing types
OutputStream is more general than OS, you can't prove all OutputStreams are OSs (identity). (OS =
unread,
help simplifiing types
OutputStream is more general than OS, you can't prove all OutputStreams are OSs (identity). (OS =
4/16/17
sjhan...@mailbox.org
, …
Adriaan Moors
6
4/13/17
inferred type arguments [?1,?0] do not conform to method map's type parameter bounds [KR,VR]
Hi, The following snippet compiles for me on Scala 2.12.1 (against kafka-streams 0.10.2.0). Thanks
unread,
inferred type arguments [?1,?0] do not conform to method map's type parameter bounds [KR,VR]
Hi, The following snippet compiles for me on Scala 2.12.1 (against kafka-streams 0.10.2.0). Thanks
4/13/17
Seyed H. HAERI (Hossein)
,
Naftoli Gugenheim
2
4/13/17
Omitting Constructor Parentheses
Because it's the name of the companion object that's generated with the case class. In fact
unread,
Omitting Constructor Parentheses
Because it's the name of the companion object that's generated with the case class. In fact
4/13/17
Heather Miller
4/10/17
Curry On 2017 CFP (closes in 4 days!)
(also posting to users.scala-lang.org) --------------------------------------------------------------
unread,
Curry On 2017 CFP (closes in 4 days!)
(also posting to users.scala-lang.org) --------------------------------------------------------------
4/10/17
Alexander Alexandrov
4/5/17
2nd Call for Papers DBPL 2017
The 16th International Symposium on Database Programming Languages ==================================
unread,
2nd Call for Papers DBPL 2017
The 16th International Symposium on Database Programming Languages ==================================
4/5/17
Michael Sperber
4/4/17
Workshop on Functional Art, Music, Modelling and Design (Oxford, UK, Sep 9): Call for Papers & Demos
5th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design Oxford, UK,
unread,
Workshop on Functional Art, Music, Modelling and Design (Oxford, UK, Sep 9): Call for Papers & Demos
5th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design Oxford, UK,
4/4/17
Peter Wolf
4/2/17
Re: [scala-user] Digest for scala-user@googlegroups.com - 4 updates in 1 topic
+1 I think the solution to the problem is not so much the implicit themselves but the tooling. For
unread,
Re: [scala-user] Digest for scala-user@googlegroups.com - 4 updates in 1 topic
+1 I think the solution to the problem is not so much the implicit themselves but the tooling. For
4/2/17
kraythe
, …
Naftoli Gugenheim
4
4/2/17
How Lightbend and ScalaLang.org can save Scala from the impact of implicits.
On Sat, Apr 1, 2017 at 2:23 PM kraythe <kra...@gmail.com> wrote: I don't think that it
unread,
How Lightbend and ScalaLang.org can save Scala from the impact of implicits.
On Sat, Apr 1, 2017 at 2:23 PM kraythe <kra...@gmail.com> wrote: I don't think that it
4/2/17
kraythe
, …
Vlad Patryshev
115
3/31/17
Why I and my company have moved away from Scala. An honest critique.
Same in this case: scala> val seq = List("a", "b", "c") seq: List[
unread,
Why I and my company have moved away from Scala. An honest critique.
Same in this case: scala> val seq = List("a", "b", "c") seq: List[
3/31/17
kraythe
, …
Martijn Hoekstra
8
3/29/17
Using Slick 3.2.0 provides classic example of why 'implicit' drives people out of Scala.
On Mon, Mar 27, 2017 at 2:14 AM, Rex Kerr <ich...@gmail.com> wrote: On Sun, Mar 26, 2017 at 11
unread,
Using Slick 3.2.0 provides classic example of why 'implicit' drives people out of Scala.
On Mon, Mar 27, 2017 at 2:14 AM, Rex Kerr <ich...@gmail.com> wrote: On Sun, Mar 26, 2017 at 11
3/29/17
Russ P.
, …
Daniel Manchester
4
3/29/17
XML element with optional attribute
Nice. Thanks! On Tue, Mar 28, 2017 at 8:49 PM, Daniel Manchester <dpmanc...@gmail.com> wrote
unread,
XML element with optional attribute
Nice. Thanks! On Tue, Mar 28, 2017 at 8:49 PM, Daniel Manchester <dpmanc...@gmail.com> wrote
3/29/17
Peter Wolf
, …
Naftoli Gugenheim
8
3/28/17
Implicit and IDE Support
Not sure it's that. Anyway here are some things IntelliJ gives you: The above underline means an
unread,
Implicit and IDE Support
Not sure it's that. Anyway here are some things IntelliJ gives you: The above underline means an
3/28/17