Hi Doru,
On Fri, Jan 8, 2016 at 12:02 PM, Tudor Girba <[hidden email]> wrote: Hi, Looks like a bug to me. I'll fix it asap.
_,,,^..^,,,_ best, Eliot |
2016-01-08 23:09 GMT+01:00 Eliot Miranda <[hidden email]>:
There is another bug report at http://bugs.squeak.org/view.php?id=7845 | obj1 obj2 | obj1 := 'string'. obj2 := 1.234. obj1 become: obj2. {obj1. obj2} "=> #('X9LÈv¾' 'string'). it should be #(1.234 'string') " Squeak Cog Supr Virtual Machine 4.0.3427.0 Is it related?
|
On Fri, Jan 8, 2016 at 2:11 PM, Nicolai Hess <[hidden email]> wrote:
Thank you, certainly looks like it.
_,,,^..^,,,_ best, Eliot |
Hi Doru, Hi Nicolai,
On Fri, Jan 8, 2016 at 2:33 PM, Eliot Miranda <[hidden email]> wrote:
The good news is that these are not bugs in the simulator. So I need to generate new sources and working VMs (and Esteban will need to rebuild the Pharo 5 VM) and then the bugs should be fixed. There's a slim possibility that this could be due to a Slang bug but I doubt it.
_,,,^..^,,,_ best, Eliot |
Hi Doru, Hi Nicolai,
On Fri, Jan 8, 2016 at 4:20 PM, Eliot Miranda <[hidden email]> wrote:
Shows why I know. It is indeed a Slang bug, and one that shows itself only under optimisation above -O1, i.e. neither the debug nor assert VMs show the bug :-(. Alas these are the kind of bugs that take a while to track down. I'm on it though.
_,,,^..^,,,_ best, Eliot |
> On 08-01-2016, at 5:39 PM, Eliot Miranda <[hidden email]> wrote: > > > Shows why I know. It is indeed a Slang bug, and one that shows itself only under optimisation above -O1, i.e. neither the debug nor assert VMs show the bug :-(. Alas these are the kind of bugs that take a while to track down. I'm on it though. If it’s any consolation in a Pi 3542 vm it appears not to be a problem. Might help track it down... tim -- tim Rowledge; [hidden email]; http://www.rowledge.org/tim Useful random insult:- Suffers from permanent rapture of the deep. (Nitrogen narcosis.) |
In reply to this post by Eliot Miranda-2
yes, I’m now one month behind but that’s because of a bug in pharo who is not fixed, so next week I will resume the jobs. If there are not “issues” like this, normally VM is available immediately after a VMMaker commit :) Esteban
|
Free forum by Nabble | Edit this page |