I could commit my first commit with iceberg 2.0 Well done It feels nicer :). Stef
I want your bug reports! Le ven. 13 avr. 2018 à 21:09, Stephane Ducasse <stepharo.self@gmail.com> a écrit :
I could commit my first commit with iceberg 2.0 Well done
It feels nicer :).
Stef
--
Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
Yes I was able to commit also. Very slick interface :-) But now, every time I want to commit, my image crash and I have: Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322. On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
I could commit my first commit with iceberg 2.0 Well done
It feels nicer :).
Stef
-- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/
Is that Pharo 7? On Fri, Apr 13, 2018 at 9:43 PM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
Yes I was able to commit also. Very slick interface :-)
But now, every time I want to commit, my image crash and I have:
Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk- vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.
On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <stepharo.self@gmail.com
wrote:
I could commit my first commit with iceberg 2.0 Well done
It feels nicer :).
Stef
-- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
Yes Pharo 7.0, latest VM 64 bits On Fri, Apr 13, 2018 at 8:46 PM, Guillermo Polito <guillermopolito@gmail.com
wrote:
Is that Pharo 7?
On Fri, Apr 13, 2018 at 9:43 PM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
Yes I was able to commit also. Very slick interface :-)
But now, every time I want to commit, my image crash and I have:
Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmallt alk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/ build/third-party/libgit2-0.25.1/src/global.c, line 322.
On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
I could commit my first commit with iceberg 2.0 Well done
It feels nicer :).
Stef
-- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13
-- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/
On 13 Apr 2018, at 21:43, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
Yes I was able to commit also. Very slick interface :-)
But now, every time I want to commit, my image crash and I have:
Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.
there is a current bug on initialisation (no idea why, still investigating). this is fixed by executing: LGitLibrary initialize. cheers! Esteban
On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <stepharo.self@gmail.com <mailto:stepharo.self@gmail.com>> wrote: I could commit my first commit with iceberg 2.0 Well done
It feels nicer :).
Stef
-- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute." http://www.doesnotunderstand.org/ <http://www.doesnotunderstand.org/>
On Fri, Apr 13, 2018 at 8:54 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 13 Apr 2018, at 21:43, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
Yes I was able to commit also. Very slick interface :-)
But now, every time I want to commit, my image crash and I have:
Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk- vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.
there is a current bug on initialisation (no idea why, still investigating).
this is fixed by executing:
LGitLibrary initialize.
âThank you Esteban, you save my time :-) â âApparently this crash happens after I relaunch my image with Iceberg running.â -- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/
participants (4)
-
Esteban Lorenzano -
Guillermo Polito -
Serge Stinckwich -
Stephane Ducasse