When reviewing a pull request, I see this in the changes view: The tab title says |
2017-09-01 14:48 GMT+02:00 Nicolai Hess <[hidden email]>:
BTW, this is extremly unstable, reviewing a pull request, crashes a lot (the vm) |
on windows? |
2017-09-01 15:03 GMT+02:00 Esteban Lorenzano <[hidden email]>:
Yes, attached a another crash.dmp (maybe it helps) crash.dmp (111K) Download Attachment |
can you tell me the PR you were analysing ? Esteban
|
ah, and btw… can you update with latest dev-0.5? I made some changes that may help there that I still do not merge into master. Esteban
|
In reply to this post by EstebanLM
2017-09-01 16:02 GMT+02:00 Esteban Lorenzano <[hidden email]>:
|
In reply to this post by EstebanLM
2017-09-01 16:13 GMT+02:00 Esteban Lorenzano <[hidden email]>:
update what? pharo ?
|
On Fri, Sep 1, 2017 at 4:26 PM, Nicolai Hess <[hidden email]> wrote:
> > > > update what? pharo ? > > You can update Iceberg by executing: #('Iceberg-UI' 'Iceberg-Plugin' 'Iceberg-Metacello-Integration' 'Iceberg-Libgit' 'Iceberg' 'BaselineOfIceberg' 'LibGit-Core' 'BaselineOfLibGit') do: [ :each | each asPackage removeFromSystem ]. Metacello new baseline: 'Iceberg'; repository: 'github://pharo-vcs/iceberg:dev-0.5'; load. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France |
In reply to this post by Nicolai Hess-3-2
2017-09-01 14:48 GMT+02:00 Nicolai Hess <[hidden email]>:
And how do I know if a pull request / change is already included ? I looked at a pull request and it seems this change is already in my image (a fresh image from 30.08 (Pharo7.0alpha.build.78.sha.35c21c3fac9b557eb38ec569fbbb109f2015c71a) The pull request (https://api.github.com/repos/pharo-project/pharo/pulls/231) is "open", but I can see the new code already in my image. The diff view tells me, that the method UITheme>>warningTextColor changes from warningTextColor ^ Color yellow muchDarker to warningTextColor ^ Color yellow But the method in the image already looks like this: warningTextColor ^ Color yellow |
In reply to this post by CyrilFerlicot
2017-09-01 16:29 GMT+02:00 Cyril Ferlicot <[hidden email]>: On Fri, Sep 1, 2017 at 4:26 PM, Nicolai Hess <[hidden email]> wrote: Ah, thanks. I will try it out and report back if the crashes still occur.
|
In reply to this post by Nicolai Hess-3-2
On Fri, Sep 1, 2017 at 4:46 PM, Nicolai Hess <[hidden email]> wrote:
warningTextColor ^ Color yellow and the *new* implementation is warningTextColor ^ Color yellow muchDarker So, the diff may be inversed. (I did not checked) Cyril Ferlicot
https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France |
yep. Damn it :) Esteban
|
In reply to this post by Nicolai Hess-3-2
2017-09-01 16:48 GMT+02:00 Nicolai Hess <[hidden email]>:
Oh no! Now iceberg shows an empty list. Where is the pharo repository gone ? It took me a week to be at this point :( I reenabled the setting "Include system repositories by default", but still, the window is empty: How can I get back the system repository ?
|
On Fri, Sep 1, 2017 at 5:04 PM, Nicolai Hess <[hidden email]> wrote:
I'm not 100% sure but I think you just need to click on "add local repository", point the pharo clone and add src as subdirectory. Cyril Ferlicot
https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France |
2017-09-01 17:06 GMT+02:00 Cyril Ferlicot <[hidden email]>:
yes, seems to work.
|
In reply to this post by CyrilFerlicot
mmm no. Better: IceCommitInfo allInstances anyOne repository register. (assuming anyOne will answer a pharo package) Esteban
|
2017-09-01 17:11 GMT+02:00 Esteban Lorenzano <[hidden email]>:
hm, no. "IceCommitInfo allInstances" is empty.
|
In reply to this post by Nicolai Hess-3-2
2017-09-01 17:09 GMT+02:00 Nicolai Hess <[hidden email]>:
But, is the GitHub -> Review pull requests .... menu entry gone? I can not find it anymore.
|
nope. somehow something went really bad with your update. anyway, it will not solve the crash problem, I just reproduced it (is just random… which makes it worst) Esteban
|
Free forum by Nabble | Edit this page |