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
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
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
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
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
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,
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
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
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
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
### 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
### 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.
- [
12 matches
Mail list logo