-
## Description
### What steps will reproduce the problem?
tried to save a workspace in a .spydata file.
Failed.
Various data types inside, str pandas bool and so on
### Traceback
```python-traceb…
-
This seems like a bug to me, hopefully it's not a misunderstanding on my part.
The expression on line 35 executes as expected, but the seemingly identical expression on line 38 causes a runtime cra…
-
I've been working on a new project in Scala 3 and trying the Scala 3 support in Macwire and ran into a blocker.
I have the following:
```
import com.softwaremill.macwire.*
trait Productio…
-
The following have been reported on the compiler, but I believe now it to be a problem with Mdoc, that scastie and the repl use
https://github.com/lampepfl/dotty/issues/17000
https://github.com/lamp…
-
-
```scala
import stainless.lang.*
def test1(): String = {
val a = "hello"
a.bigSubstring(1, 3)
}
def test2(): String = {
val a = "hello"
a.bigSubstring(1)
}
```
```
[ …
-
Here are some suggestions of things we could add to our benchmarks:
- [ ] Benchmark against scalac
- [ ] Benchmark against a non-bootstrapped dotty
- [x] Benchmark against an optimized dotty
- [x]…
-
## Compiler version
3.4.2
3.5.0-RC2
## Minimized code
(note, that scalajs should be enabled and -Ycheck:all is essential)
```Scala
package x
import scala.util.*
import scala.scalajs…
rssh updated
4 months ago
-
aside https://github.com/lampepfl/dotty/issues/17330 , I'm seeing differences in the tasty segments of Scala 3 artifacts.
`HttpEntity.tasty` seems to refer to different source paths:
```
sourc…
-
### Issue
https://github.com/open-mmlab/mmtracking/blob/3c45b9019c83801c65c40959e65f2ed5c7b97e53/tools/analysis/mot/mot_param_search.py#L144-L149
The `dict.copy()` method is not applied to its c…