LeeTibbert

Results 665 comments of LeeTibbert

Thank you for updates & continuing help. 1) re: `jsr166/src/test/tck/ ` Sorry to keep asking the same question. The cost of my getting it wrong is pretty high. Is that...

@armanbilge thank you for the test location information. That gets me moving. Folks, I have some `MyScalaNativePlugin.scala` code fermenting in my private directory which allows "sbt -Dmumble" to supersede a...

Now that we have sbt `c.withMultithreadingSupport(true)` propagating all the way to the binary file: 1) does anything else need to be done so that the executing binary actually uses `multithreadingSupport`...

I have come to the point where it is wise/effective to ask for help/guidance/direction. I started off porting JSR-166 `ConcurrentSkipListSetTest.scala` so that I could use it to establish a baseline...

@armanbilge Thank you. > in general, when writing multi-threaded code you need to use concurrency primitives and other thread-safe techniques. I have a reasonable understanding of multi-threaded code in general....

I have only looked at one JSR166 Test in any detail, `ConcurrentSkipListSetTest`. I am still looking for places where it actually exercises something concurrently. Perhaps it is there, but I...

To coordinate: I just created a PR for `BlockingDeque` & `TransferQueue`. This makes them available for review & use. When the PR is accepted, those two can be checked off...

To coordinate: I just created a PR for `BlockingDeque` & `TransferQueue`. This makes them available for review & use. When the PR is accepted, those two can be checked off...

@armanbilge, @WojciechMazur A brief update: I will be on hiatus for a few weeks, so it will be awhile before I can make progress here. I got to the point...

@Bensonater Thank you for looking at this. I concur with your analysis. I did not trace deeply enough. If you are looking at this, I think there are a few,...