Forgot to mention this explicitly. After this pull request is
accepted, the tools might blow up. We'll need a coordinated effort to
make sure that everything works.
On Jun 2, 7:21 pm, Eugene Burmako <eugene.burm...@epfl.ch> wrote:
> https://github.com/scala/scala/pull/656
Allrighty migration to scala-reflect.jar is complete:
https://github.com/scalamacros/kepler/tree/pullrequest/scalareflectjar
I'm going to sleep now, and if I wake up and find the tests being
green, I'm adding this commit to the pull request.
The reflection pull request is squashed into a single commit. From my experience with macros, it'll be unrealistic to figure something useful out from it. Hence, I suggest we use my topic/reflection for that purpose, since it's much more fine-grained.And if we use a different branch anyways, then, I think, both reflection and scala-reflect.jar commits can go together right into trunk. What do you think?
On 3 June 2012 13:17, martin odersky <martin....@epfl.ch> wrote:
On Sun, Jun 3, 2012 at 2:26 AM, Eugene Burmako <eugene....@epfl.ch> wrote:
Allrighty migration to scala-reflect.jar is complete:Excellent!
https://github.com/scalamacros/kepler/tree/pullrequest/scalareflectjar
I'm going to sleep now, and if I wake up and find the tests being
green, I'm adding this commit to the pull request.
Please don't. I think there should be two different pull requests (or at least two different commits). The reason is thatthat we we get a better handle to chase down any performance degradations that have accumulated in the reflection branch. Once we change the build structure, it's much harder to compare before/after.Cheers- Martin
@Vlad. I'd use your guidance in integrating scala-reflect into
scaladoc. So far my stab at it wasn't particularly successful:
https://github.com/scalamacros/kepler/commit/6a76473f2e20d10284e38132469c25dbb28ce587.
I had to replace a bunch of "import reflect.blah" imports with "import
scala.reflect.blah" stuff to make scaladoc work. This possibly
indicates that I'm doing something wrong. Dunno.
or maybe we should have an M5 -- in 2 weeks, say
or maybe we should have an M5 -- in 2 weeks, say+1 and not merge change that causes such a performance hit. That should be general policy that nothing with 30% performance slow down is merged into master.I think work on patmat justifies having M4 out right now.
or maybe we should have an M5 -- in 2 weeks, say
Yeah... is there anyway we can chunk up the refactoring more?
Yeah... is there anyway we can chunk up the refactoring more?
How many is "some"?