28 Jan 2023 |
lolgab#6138 | Yeah, I'm not sure about getting the process output, since JSEnv prints to stdout (had this issue in Mill tests, we couldn't test the Scala.js output..), but as a general strategy, and knowing all the problems and bugs people find and solve in build tools every day, I think the most metals can delegate to build tools the most people will see consistent behaviors, which is a really appreciated thing (see for example the usual complain that Intellij sometimes shows some Scala macro code as red even if it compiles fine in the build tool). | 19:33:46 |
29 Jan 2023 |
| 10.varunshah changed their display name from 10.varunshah to 10.varunshah#0212. | 07:31:12 |
| 10.varunshah changed their display name from 10.varunshah#0212 to 10.varunshah. | 07:31:15 |
| gray_philip joined the room. | 11:51:54 |
| chuong joined the room. | 14:23:42 |
| Butanium joined the room. | 15:50:15 |
30 Jan 2023 |
| EnglishGent joined the room. | 08:06:00 |
| Joeyh021 changed their display name from Joeyh021 to Joeyh021#4140. | 12:16:01 |
| Joeyh021 changed their display name from Joeyh021#4140 to Joeyh021. | 12:16:06 |
lolgab#6138 | Found this AWS lambda language comparison for size and cold start https://maxday.github.io/lambda-perf/ Would be nice to have Scala Native for comparison there 🙂 | 13:13:05 |
velvetbaldmime#6377 | armanbilge did you already get around to publishing Wojciech's multithreading branch locally and testing CE on it? 😄 | 13:53:31 |
| SerenaSkov joined the room. | 14:48:15 |
SerenaSkov | Hello everyone - is there a way of installing scala on a mac without using brew or coursier? | 14:49:07 |
zetashift#2536 | Maybe https://sdkman.io/ ? | 14:52:00 |
zetashift#2536 | Is there a specific reason you can't use coursier? | 14:52:16 |
velvetbaldmime#6377 | SerenaSkov this channel is about Scala-to-LLVM compiler - we'll help you over in #sbt | 14:53:36 |
| SpaceCowboy joined the room. | 15:50:57 |
DamianReeves#4415 | I scrolled through history and saw chat of folks updating the environment setup for scala-native ... do folks think that relates to setup for contributing as well? I wanted to contrib when I had some free time a couple weeks back but was stopped cause things didn't work when I setup my environment for scala native use (i.e. I have clang and llvm related tools installed on my Mac). Are there updated contrib instructions as I really want to get a contrib in before 0.50 | 15:53:01 |
ekrich#7695 | Wojciech Mazur finished this up but I did some of the bulk of it - easy stuff. | 16:35:10 |
ekrich#7695 | It broke all my projects though - needed to drop 2.11. | 16:35:39 |
ekrich#7695 | We have not seen the issue you showed before - we could use to add more info into contributors info of course. As armanbilge mentioned, I think your best bet is to delete and re-clone the scala-native repo and see if that helps first. It is happening on project load so something pretty strange is going on. | 16:49:16 |
ekrich#7695 | Non announcement announcement. New release https://github.com/ekrich/sblas | 16:52:28 |
armanbilge#6192 | related 🙂 https://discord.com/channels/632277896739946517/918373380003082250/1067163825587105953 | 17:24:56 |
armanbilge#6192 | cross-posting this one — hnaderi has been doing really fantastic work on http4s-curl. websockets, fixes, and optmizations in this release! https://github.com/http4s/http4s-curl/releases/tag/v0.2.0 | 17:32:44 |
zetashift#2536 | I'm pretty interested in making a PR for this(using smithy4s atleast). I think it wouldn't be too hard either: - Find out how tf Docker and Scala native go hand in hand - use smithy4s to codegen the aws lambda bindings - write a hello world using that - ??? - profit | 17:57:43 |
lolgab#6138 | Find out how tf Docker and Scala native go hand in hand
On this I can help you | 17:58:44 |
DamianReeves#4415 | So I had freshly cloned scala-native when I hit this issue | 19:23:16 |
DamianReeves#4415 | Let me try freshly cloning as of today | 19:23:27 |
ekrich#7695 | I think we saw the JVM last time but if it doesn't resolve, maybe an issue is in order. java -version , clang --version , sbt version as well (not sure how to get that) Also, you can have a .sbt file of some sort that can do things like load plugins etc. that could conflict here if you have defaults for other projects. | 19:33:12 |
| tryangul joined the room. | 21:31:24 |