Scale icon indicating copy to clipboard operation
Scale copied to clipboard

Pharo in the shell

Results 20 Scale issues
Sort by recently updated
recently updated
newest added

Hi Guile! Welcome back from vacations. I had actually found another problem, which I hope you can shed some light on. I am running the installation script the way the...

This makes it difficult to make new releases: changing the stable version requires not only tagging but also changing installation scripts... By default we should install master and master should...

With ZeroConf, I've that: ********************************************* * Copying files! ********************************************* Deploying scale command ERROR:Errors in script loaded from /tmp/scale/build/install.st ERROR:primitive #createDirectory: in UnixStore failed 'Errors in script loaded from /tmp/scale/build/installScale.st' PrimitiveFailed:...

![image](https://cloud.githubusercontent.com/assets/2128441/24106786/45cad8d8-0d89-11e7-8c7e-e978a48fd388.png)

Error occurs when uninstalling Scale by means of `uninstall.st`: ``` $HOME/.scale/scale/uninstall.st ``` Full error log: ``` Uninstalling scale Removing scale folder... Error: Could not find accessor for variable named "aProcessId"...

Like # ! /usr/bin/env scale This will make script use the scale version that is found in the path. Like that people may have different installations and use the one...

I think it is a good practice to test the uninstall.

enhancement
CI

I am using scale but the scale-ui is giving me trouble. ![pasted image at 2017_02_14 16_41](https://cloud.githubusercontent.com/assets/2128441/23121212/cd112742-f75f-11e6-898f-e0ce7c66c116.png) This is working on the CLI like ./etchostadditions.st but in the scale-ui it complains...

As per the README file, the `scale-bootstrap` wrapper script is invoked from the project root, like so: ```bash sudo ./build/scale-bootstrap ./build/install.st ``` That wrapper then runs the the install script...

I already have some stuff done in that direction (VM + sources)