Pierre Laborde
Pierre Laborde
I'm using only the NewBloc Project. When a BlLayoutError in handled there is a problem with a "isKindOf". `aBlHandledError element withAllParentsDo: [ :aParentElement | (aParentElement isKindOf: #BlInfiniteElement asClass) ifTrue: [...
**Describe the bug** An error is occuring "ShouldNotImplement: #add: should not have been implemented in Array" in PhLLaunchConfigurationPresenter>>addInteractiveImageArgument method. **To Reproduce** I'm trying but I can't reproduce it yet :S,...
 My use-case in the video below: I load a repository using a script, and finally I want to remove it. 1. Load a repository using a playground, for example:...
Hi, I have a bug in all of my CI project tests execution (GitHub and GitLab) on Ubuntu, MacOS and Windows for Pharo 12: `Instance of Time class did not...
On Pharo 11, I use the `MCVersionLoaderStarted` and `MCVersionLoaderStopped` announcers to trigger code generation in my project (https://github.com/OpenSmock/Molecule). I'm searching for equivalents of these announcers for source-code package modifications (addition,...
(Transfered from https://github.com/pharo-project/pharo/issues/12038) I would like to migrate a FileTree format repository to Tonel format. There is a message on how to do that in the Edit Project window, very...
The CI does not pass on Pharo 12 due to this error:  ```smalltalk FFIUnsupportedUntypedLiteral FFICallout>>unsupportedUntypedLiteral: FFIStrictResolutionMode>>resolveUndeclaredTypeForArgument:withResolver: FFICallout>>resolveUntypedArgument: FFIUndefinedTypeDeclaration>>resolveUsing:forArgument: FFIConstantArgument>>resolveUsing: [ :e | e resolveUsing: aResolver ] in FFIFunctionSpec>>resolveUsing: in...
Hi, is anybody know how to configure some rules on a GitLab server ? I'm using gitlab configuration of SmalltalkCI. On GitHub there is a script way to configure Actions...
Hi, I'm trying to execute Pharo32-11 jobs and for all OS I have a job failure.  Info : this is working fine for Pharo64-11.  For Ubuntu : ...
Using this script : ``` SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'MyProject', #directory : '', #platforms : [ #pharo ] } ] } ``` Does not work...