-
I keep getting the following error when trying to run these two lines from the example code:
```
console.log(dotty.deepKeys(object, {leavesOnly: true}));
console.log(dotty.deepKeys(object, {leavesOnl…
-
## Compiler version
compiler version: version 3.4.2
settings: -Ysafe-init true
## Minimized code
```Scala
class Macro:
def tuple[T](name: String): (String, List[T]) = (name, List[T]())…
-
are there any alternatives in 2020?
thank you!
-
`make`ing a freshly pulled opencog fails with the following error:
> ~/singnet/opencog/opencog/visualization/dotty/DottyModule.cc: In member function ‘void DottyGrapher::graph()’:
> ~/singnet/open…
-
First reported in https://github.com/lampepfl/dotty/issues/4936; both `sealed` and `final` are redundant on `object`, but `final object` seems pretty common (though it's redundant).
```scala
scala…
-
Eventually this would be merged as lampepfl/dotty.
-
Send the one that is purple and dotty.
-
Problem
---
While reading the reference documentation, under `/docs/docs/reference/...` I noticed that some of the code snippets have a scala syntax applied, some of them do not, reducing readibili…
-
coherence ~ global uniqueness
* no coherence (but non-ambiguity)
* unchecked coherence
- compiler does not check
- compiler rely coherence to optimize
* checked coherence
## Referenc…
-
Scala 3 has a ton of changes on the internals and more importantly, the macros.
mockito-scala makes heavy use of macros, reflection and it also relies on knowing how certain features are compiled/imp…