!yCHRPPuBRoQDEmwjXy:matrix.org

Scala Links

389 Members
2 Servers

Load older messages


SenderMessageTime
13 Sep 2023
@_discord_583167330566275072:t2bot.iosethtisue
Is this the right place for feedback to the survey?

feedback here probably won't be seen, but I'm not sure what to suggest instead. maybe wait for a scala-users post about it (if one doesn't appear soon I'll make sure one does) and reply there?
22:32:04
@_discord_583167330566275072:t2bot.iosethtisue *
Is this the right place for feedback to the survey?

feedback here probably won't be seen by the survey makers, but I'm not sure what to suggest instead. maybe wait for a scala-users post about it (if one doesn't appear soon I'll make sure one does) and reply there?
22:32:41
@_discord_583167330566275072:t2bot.iosethtisue *
Is this the right place for feedback to the survey?

feedback here probably won't be seen by the survey makers (though you never know). but I'm not sure what to suggest instead. maybe wait for a scala-users post about it (if one doesn't appear soon I'll make sure one does) and reply there?
22:32:51
14 Sep 2023
@_discord_117714065320706054:t2bot.ioptrdom changed their display name from ptrdom to ptrdom#0.17:20:17
@_discord_117714065320706054:t2bot.ioptrdom changed their display name from ptrdom#0 to ptrdom.17:20:24
15 Sep 2023
@_discord_583167330566275072:t2bot.iosethtisue Scala Center roadmap — slides from Scala Days
https://twitter.com/scala_lang/status/1702254760605155582
10:27:15
@_discord_611347395271458851:t2bot.ioToli changed their display name from Toli to toli.k#0.12:12:35
@_discord_611347395271458851:t2bot.ioToli changed their display name from toli.k#0 to toli.k.12:12:44
18 Sep 2023
@_discord_211818994066259968:t2bot.io𝙈𝙖𝙜𝙞𝙘 𝙎𝙚𝙧𝙬𝙮𝙣 changed their display name from 𝙈𝙖𝙜𝙞𝙘 𝙎𝙚𝙧𝙬𝙮𝙣 to magicserwyn#0.21:53:47
@_discord_211818994066259968:t2bot.io𝙈𝙖𝙜𝙞𝙘 𝙎𝙚𝙧𝙬𝙮𝙣 changed their display name from magicserwyn#0 to magicserwyn.21:54:19
19 Sep 2023
@_discord_813763142415810561:t2bot.iotypo changed their display name from typo to pperikov#0.12:07:32
@_discord_813763142415810561:t2bot.iotypo changed their display name from pperikov#0 to pperikov.12:07:37
@_discord_583167330566275072:t2bot.iosethtisue PSA to library authors, if you use Scala 2's -doc-source-url flag to add source links to your Scaladoc, the flag's behavior changed in 2.13.12 and you may need to adjust your build to avoid generating broken source links. Details at https://github.com/scala/bug/issues/12867 . This information has also now been added to the Scala 2.13.12 release notes. 14:58:51
@_discord_632729825647525922:t2bot.ioekrich armanbilge PSA 16:12:12
@_discord_228528632052711436:t2bot.ioj_mie6 Just add a slash where one is missing, that's all 🙂 20:39:45
@_discord_228528632052711436:t2bot.ioj_mie6 Best to just check with your case. What I did to fix it in sbt-tl was just add a slash 20:48:20
@_discord_228528632052711436:t2bot.ioj_mie6 It seemed to be that the rest of the link was unaffected 20:48:29
@_discord_228528632052711436:t2bot.ioj_mie6 Som suggested otherwise, but that might be if you're also using another flag 20:48:46
20 Sep 2023
@_discord_583167330566275072:t2bot.iosethtisue Play Framework release candidate supporting Scala 3
https://github.com/playframework/playframework/releases/tag/2.9.0-RC2
06:24:51
@_discord_583167330566275072:t2bot.iosethtisue please (and I'm talking to everyone discussing above, not just Arman) record any useful information on the ticket 06:25:26
@_discord_583167330566275072:t2bot.iosethtisue behold! the Scala 3 spec has landed, thanks to the efforts of sjrd https://scala-lang.org/files/archive/spec/3.4/ 15:22:43
@_discord_583167330566275072:t2bot.iosethtisue It’s deprecated. I think that spec section could reasonably be removed. 20:44:38
@_discord_632729825647525922:t2bot.ioekrich It is a completely user space API now? 21:14:42
21 Sep 2023
@_discord_583167330566275072:t2bot.iosethtisue followup clarifying what remains incomplete: https://github.com/lampepfl/dotty/pull/18526/commits/0c59aa180c3feb3e31ef7f308fc8b76e99147d87 09:34:37
@_discord_583167330566275072:t2bot.iosethtisue Scala 2:

scala 2.13.11> <xml/>
               ^
               error: To compile XML syntax, the scala.xml package must be on the classpath.
               Please see https://github.com/scala/scala-xml for details.


Scala 3:

scala> <xml/>
-- [E008] Not Found Error: -----------------------------------------------------
1 |<xml/>
  | ^
  | value xml is not a member of scala
1 error found


but then if you put scala-xml on the classpath it works without a deprecation warning or a requirement for a language import, even under -source:future. I think this an oversight — I'll open a ticket (or a PR) later
09:49:08
@_discord_583167330566275072:t2bot.iosethtisue * Scala 2:

scala 2.13.11> <xml/>
               ^
               error: To compile XML syntax, the scala.xml package must be on the classpath.
               Please see https://github.com/scala/scala-xml for details.


Scala 3:

scala> <xml/>
-- [E008] Not Found Error: -----------------------------------------------------
1 |<xml/>
  | ^
  | value xml is not a member of scala
1 error found


so the error message isn't as nice which I don't care so much about...

...but then if you put scala-xml on the classpath it works without a deprecation warning or a requirement for a language import, even under -source:future. I think this an oversight — I'll open a ticket (or a PR) later
09:49:31
@_discord_583167330566275072:t2bot.iosethtisue (oh oops, we're on #links, didn't mean to reply here, let's take any followups to #scala-contributors) 09:50:29
22 Sep 2023
@_discord_319488722892619778:t2bot.iodesavitsky changed their display name from desavitsky to desavitsky#0.11:54:36
@_discord_319488722892619778:t2bot.iodesavitsky changed their display name from desavitsky#0 to desavitsky.11:54:42
24 Sep 2023
@_discord_305362010374406144:t2bot.iomarouan28 changed their display name from marouan28 to marouan28#0.19:58:09

Show newer messages


Back to Room ListRoom Version: 9