GsDevKit_home icon indicating copy to clipboard operation
GsDevKit_home copied to clipboard

master GsDevKit project

Results 94 GsDevKit_home issues
Sort by recently updated
recently updated
newest added

The .smalltalk.ston appears to be valid STON format as the following is handled correctly in GemStone: ``` Smalltalk STON fromString: 'SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : ''Gt4Gemstone'',...

Just a quick heads up that I am about to deprecate smalltalkCI's `junit_xml_prettfier.py` in favor of a new Smalltalk implementation (see [`dev`](https://github.com/hpi-swa/smalltalkCI/tree/dev)) soon. The script is used by GsDevKit_home [here](https://github.com/GsDevKit/GsDevKit_home/blob/c6fe23cd4ba3ca78d2f2f1904394c4781d753287/bin/smalltalkCI#L114)...

I think the [Working with GemStone](https://github.com/GsDevKit/GsDevKit_home/blob/master/docs/workingWithGemStoneServer.md) should be linked from the top-level readme ... perhaps in this section: https://github.com/GsDevKit/GsDevKit_home#using-gsdevkit-and-tode?

This may be possible and I just don't know where to set it (e.g. system.conf?) I'd like to be able to set the netldi port for a stone so that,...

It's worth doing sooner or later ...

[This email](http://forum.world.st/Migrating-to-github-2-tp4906038p4906068.html) with [a correction in this one](http://forum.world.st/Migrating-to-github-2-tp4906038p4906068.html) pretty much covers the steps, but we need to insert this information into our docs ...

Currently [`_todeClient/template/startClient` uses the python pretty-printer](https://github.com/GsDevKit/GsDevKit_todeClient/blob/master/template/startClient#L149), but when hpi-swa/smalltalkCI#173 is fixed, the python pretty-printer will be gone and **boom**.

Here's the error information: ``` create gsDevKitCommandLine.image image using /home/dhenrich/GsDevKit_home/sys/default/pharo/gsDevKitCommandLineLoad.st Could not open the pharo image file `/home/dhenrich/GsDevKit_home/shared/pharo/gsDevKitCommandLine.image'. There are three ways to open a pharo image file. You can:...

within the script installOsPrereqs the statements cat /proc/sys/kernel/shmmax and cat /proc/sys/kernel/shmall may produce numbers too large too be handled by bash: "18446744073692774399" (my system: Ubuntu 16.04 LTS server)