Pierre Laborde

Results 77 issues of 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,...

Bug

![image](https://github.com/pharo-project/pharo/assets/49183340/bbf246cf-2edd-4c37-948a-d492d5dc0642) 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:...

Company: Thales

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,...

Company: Thales

(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...

Pharo11
thales

The CI does not pass on Pharo 12 due to this error: ![image](https://github.com/hpi-swa/smalltalkCI/assets/49183340/0d39062d-bd4c-4932-97e8-edef37475f60) ```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. ![image](https://github.com/hpi-swa/smalltalkCI/assets/49183340/d3db69c6-48bd-4b42-885c-0cc58b169973) Info : this is working fine for Pharo64-11. ![image](https://github.com/hpi-swa/smalltalkCI/assets/49183340/26e76217-727d-4334-a408-94996f736fef) For Ubuntu : ![image](https://github.com/hpi-swa/smalltalkCI/assets/49183340/7b1bebfd-d62d-4fbc-aec5-b2543589b9c6)...

Pharo
github-actions

Using this script : ``` SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'MyProject', #directory : '', #platforms : [ #pharo ] } ] } ``` Does not work...