Re: [Pharo-dev] Iceberg Bug? Branches with $/

2020-01-13 Thread Ben Coman
Even from the command line I find slashes in branch names problematic, because slashes are as a "remote/branch" separator incites confusion about what is being referenced. Other have different problems... https://stackoverflow.com/questions/273695/what-are-some-examples-of-commonly-used-practices

[Pharo-dev] GitHub Organizations 1...*Infinity

2020-01-13 Thread Sean P. DeNigris
It seems we have a new Pharo GH organization every day! There is for example (pharo-project, pharo-vcs, pharo-rdbms...). The problem is that each of these creates another entry point that must be known to users, and therefore another list for us to manually maintain, and we know the struggle of ke

[Pharo-dev] Iceberg: Why create branch when Reviewing a PR?

2020-01-13 Thread Sean P. DeNigris
When reviewing a pull request, when merging, why does Iceberg prepend the repo name to the branch? It seems to require one to manually checkout the issue branch (and remember not to checkout any packages) in order to modify the code, no? - Cheers, Sean -- Sent from: http://forum.world.st/Pha

[Pharo-dev] Iceberg Bug? Branches with $/

2020-01-13 Thread Sean P. DeNigris
As per common Git workflow, I named an issue branch "port/mac-pharo-7". When trying to load via: Metacello new baseline: 'VLC'; repository: 'github://seandenigris/Pharo-LibVLC:port/mac-pharo-7'; onConflict: [ :ex | ex allow ]; load. I got: NotFound: Revspec 'port' not found.. Bu

[Pharo-dev] [Pharo 8.0] Build #1105: 5474-Still-no-log-when-loading-a-project-via-Metacello

2020-01-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1105 was: FAILURE. The Pull Request #5477 was integrated: "5474-Still-no-log-when-loading-a-project-via-Metacello" Pull request url: https://github.com/pharo-project/pharo/pull/5477 Issue Url: https://github.com/pharo-project/phar

Re: [Pharo-dev] [Pharo-users] [ANN] Embedding Image Example (Win)

2020-01-13 Thread ducasse
this is really nice. This is with such nice example that people will be able to build App with Pharo. Thanks Pablo I like C code with nice comments :). > On 13 Jan 2020, at 14:32, teso...@gmail.com wrote: > > Hi,

Re: [Pharo-dev] [ANN] Embedding Image Example (Win)

2020-01-13 Thread Ben Coman
Thanks Pablo. This will be cool to try sometime, and likely useful if I want to distribute an app. Now what woudl be great is an example something like embedding the VM within a simple REPL written in C. or something like a simple Pong game where the main loop is in C and does the rendering, but

[Pharo-dev] [Pharo 8.0] Build #1104: 5097-Creating-a-method-from-debugger-goes-into-infinite-loop-when-typing-something-in-the-class-list

2020-01-13 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1104 was: FAILURE. The Pull Request #5463 was integrated: "5097-Creating-a-method-from-debugger-goes-into-infinite-loop-when-typing-something-in-the-class-list" Pull request url: https://github.com/pharo-project/pharo/pull/5463 Is

Re: [Pharo-dev] [ANN] Embedding Image Example (Win)

2020-01-13 Thread Tudor Girba
Great work! Doru > On Jan 13, 2020, at 2:32 PM, teso...@gmail.com wrote: > > Hi, > I have produced an example of using the headless VM to have an > embedded image in Windows. The example is hosted in Github > (https://github.com/tesonep/pharo-vm-embedded-example) > > The example is a CMake p

[Pharo-dev] [ANN] Embedding Image Example (Win)

2020-01-13 Thread teso...@gmail.com
Hi, I have produced an example of using the headless VM to have an embedded image in Windows. The example is hosted in Github (https://github.com/tesonep/pharo-vm-embedded-example) The example is a CMake project to generate a new small executable that uses the VM as a library. Also, it shows ho

Re: [Pharo-dev] [Mm10s] 2010-01-13

2020-01-13 Thread teso...@gmail.com
### Last week: - [Release] Fixing issues with the system settings and how they are stored. - Consortium Meeting - [VM] Example of Embedding images using the headless VM in Win32 (https://github.com/tesonep/pharo-vm-embedded-example) - [VM] Preparing VM Release - [VM] Documenting GC, participating

[Pharo-dev] [Mm10s] 2010-01-13

2020-01-13 Thread Esteban Lorenzano
### Last week: - [release] Start Pharo9.0 branch - [release] Fix some issues for Pharo8.0 - [release] Spent a lot of time trying to verify a problem on zerocont (and smalltalkCI) that turned out to be corrected already (but nobody knew it) ;) - [voyage] Fix a cyclic problem on voyage-unqlite. - [