Oscar Davis

Results 10 comments of Oscar Davis

Hi, I'm currently working on this, assuming the latest scheme is in this [file](https://github.com/lampepfl/dotty/blob/master/tests/run/lazy-impl.scala), in the heading comment. Implementing it, I have realized I would need to sort a few...

Hi, I've also noticed that `PatternMatcher` comes before `LazyVals`, so I guess I will have to express it directly with _if_ s.

I'm having some trouble with the following: `Unsafe`'s `compareAndSwapObject` seems to be much more adapted for object fields: its first argument must be the instance containing the field to perform...

Hi, @anatoliykmetyuk. I'm back on it. The only issue I'm having is that I want to write this Java expression in Scala: `Class c = CurrentClass.class;`. I tried using `classOf[CurrentClass]`...

All Tasty tests seem to pass. However, some `CompilationTests` fail. Namely, `i1692`. I must say that I do not understand why it expects the results it requires. Does anyone have...

OK, thanks a lot. I think I am almost done.

Hi, so, when I last wrote I just had a few small issues with the tests, as almost all pass except for the following: - `DottyBytecodeTests.scala` verifies whether the size...

A clean build did fix `7723_1.scala`, thank you. Sorry for the lack of precision: in `DottyBytecodeTests`, the test `lazyFields` verifies that the number of instructions in the end bytecode generated...

Hi, Thank you for your suggestion! If you are talking about: https://github.com/JungleTree/JungleTree, I only see a Java API... But yes, I have already considered using some RPC library, such as:...

@yangm97 Ok, I will have a look at it. @remicaumette I don't think that RPC on a local system may cause big performance issues, if the user does not have...