Giter Site home page Giter Site logo

gemtalk / sett Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 186 KB

A tool for exporting commits from a Store repository to Git using the Tonel format.

License: MIT License

Smalltalk 96.68% HTML 3.32%
gemstone pharo pharo-smalltalk smalltalk visualworks

sett's People

Contributors

ablakeman avatar kurtkilpela avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sett's Issues

Check reporting of Git errors

Esteban Maringolo reports via the Pharo Users list that he had trouble using SETT because of Git errors. These particular errors were due to user.name and user.email global settings not being set up on the newly-installed Linux machine.

We should check to make sure that errors from Git commands being executed by SETT are being reported in a way that users can easily diagnose the problem.

#emptyTonelSubdirectory reports failure even when succeeds

The OSUnixSubproccess call succeeds (it effectively deletes the directory and the printString of it is "OSSUnixSubprocess(Command: /bin/rm; Pid: 13406; Status: normal termination with status 0)").

But the exitStatus variable contains 139706696204288, which is a non-zero return, and hence is reported as a failure in the command.

Changing this:

	exitStatus := process waitForExit.
	exitStatus = 0 ifFalse: [...]

By this:

	process waitForExit.
	process exitStatusInterpreter isSuccess ifFalse: [...]

Fixes it.

This happened with some git commands as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.