Impossible to create new protocol?
Hi In latest pharo version (we broke a bit iceberg and it will be fixed) I cannot add a new protocol. Nothing happen once I type a new name. Is it something that only happen to me? S
I'm confirming this issue po 12. 8. 2019 v 21:55 odesÃlatel ducasse <stepharo@netcourrier.com> napsal:
Hi
In latest pharo version (we broke a bit iceberg and it will be fixed) I cannot add a new protocol. Nothing happen once I type a new name.
Is it something that only happen to me?
S
on three days old image (build.610) it worked út 13. 8. 2019 v 8:50 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com> napsal:
I'm confirming this issue
po 12. 8. 2019 v 21:55 odesÃlatel ducasse <stepharo@netcourrier.com> napsal:
Hi
In latest pharo version (we broke a bit iceberg and it will be fixed) I cannot add a new protocol. Nothing happen once I type a new name.
Is it something that only happen to me?
S
introduced in build.613. This is probably the source of this issue: https://github.com/pharo-project/pharo/commit/a0706a080383be50fde8aa90d17090... út 13. 8. 2019 v 8:53 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com> napsal:
on three days old image (build.610) it worked
út 13. 8. 2019 v 8:50 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com> napsal:
I'm confirming this issue
po 12. 8. 2019 v 21:55 odesÃlatel ducasse <stepharo@netcourrier.com> napsal:
Hi
In latest pharo version (we broke a bit iceberg and it will be fixed) I cannot add a new protocol. Nothing happen once I type a new name.
Is it something that only happen to me?
S
yes, the tagsForAllMethods method now hides protocols without methods: allProtocols select: [ :each | each methods anySatisfy: ... út 13. 8. 2019 v 9:05 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com> napsal:
introduced in build.613. This is probably the source of this issue: https://github.com/pharo-project/pharo/commit/a0706a080383be50fde8aa90d17090...
út 13. 8. 2019 v 8:53 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com> napsal:
on three days old image (build.610) it worked
út 13. 8. 2019 v 8:50 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com> napsal:
I'm confirming this issue
po 12. 8. 2019 v 21:55 odesÃlatel ducasse <stepharo@netcourrier.com> napsal:
Hi
In latest pharo version (we broke a bit iceberg and it will be fixed) I cannot add a new protocol. Nothing happen once I type a new name.
Is it something that only happen to me?
S
Tx pavel. I ask cyril to fix it :)
On 13 Aug 2019, at 09:09, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
yes, the tagsForAllMethods method now hides protocols without methods: allProtocols select: [ :each | each methods anySatisfy: ...
út 13. 8. 2019 v 9:05 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>> napsal: introduced in build.613. This is probably the source of this issue: https://github.com/pharo-project/pharo/commit/a0706a080383be50fde8aa90d17090... <https://github.com/pharo-project/pharo/commit/a0706a080383be50fde8aa90d17090...> út 13. 8. 2019 v 8:53 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>> napsal: on three days old image (build.610) it worked
út 13. 8. 2019 v 8:50 odesÃlatel Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>> napsal: I'm confirming this issue
po 12. 8. 2019 v 21:55 odesÃlatel ducasse <stepharo@netcourrier.com <mailto:stepharo@netcourrier.com>> napsal: Hi
In latest pharo version (we broke a bit iceberg and it will be fixed) I cannot add a new protocol. Nothing happen once I type a new name.
Is it something that only happen to me?
S
On Tue, Aug 13, 2019 at 9:18 AM ducasse <stepharo@netcourrier.com> wrote:
Tx pavel. I ask cyril to fix it :)
https://github.com/pharo-project/pharo/pull/4299
-- Cyril Ferlicot https://ferlicot.fr
participants (3)
-
Cyril Ferlicot -
ducasse -
Pavel Krivanek