This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MGCP grammar using PetitParser".
The branch, master has been updated
via 2bd0d15c2ac801e491553deb32ee284a0e1ea97e (commit)
via 2ffa612cb08b7472c27b9724848f4fe26106d94b (commit)
via c89b725bce9668719b7335a3ae474ce92f6aa032 (commit)
via a4abf25a6aa60238e2f7afbdb91cc3a8ebaf3259 (commit)
via 8174b683cb914ea34cb8eb98221dd3e7d24704e1 (commit)
via e32d2ac2be5cced19bc64ed267d9d4450afbd471 (commit)
via ed9b19825622c90fc3ba48b90f09b1339074a655 (commit)
from 31c7c8e55b4d18806666d6764a855bf9d2de55c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=2bd0d15c2ac801e49…
commit 2bd0d15c2ac801e491553deb32ee284a0e1ea97e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:12:25 2015 +0200
Add makefile to help porting to pharo
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=2ffa612cb08b7472c…
commit 2ffa612cb08b7472c27b9724848f4fe26106d94b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:09:35 2015 +0200
callagent: Do not assume certain scheduling...
We start a timer and re-send during this interval. We might
or might not send it more than six times. On Pharo we do not
reach that value and it is fine. We care about that it is
resent during the interval.
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=c89b725bce9668719…
commit c89b725bce9668719b7335a3ae474ce92f6aa032
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:07:35 2015 +0200
callagent: Use asString as displayString is not available
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=a4abf25a6aa60238e…
commit a4abf25a6aa60238e2f7afbdb91cc3a8ebaf3259
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Jul 25 21:53:47 2015 +0200
pharo: Do not have the same variable twice
Pharo doesn't allow to define the class like this.
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=8174b683cb914ea34…
commit 8174b683cb914ea34cb8eb98221dd3e7d24704e1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Jul 25 21:49:26 2015 +0200
pharo: Do not use >>% format but the pharp command
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=e32d2ac2be5cced19…
commit e32d2ac2be5cced19bc64ed267d9d4450afbd471
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:39:11 2015 +0200
Use prereq and such instead of manual dependency loading
With PackageLoader loadPackageFromFile we do not need to load
the package in the source file.
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=ed9b19825622c90fc…
commit ed9b19825622c90fc3ba48b90f09b1339074a655
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:28:12 2015 +0200
modernize the test cases. Use >>#assert:equals:
-----------------------------------------------------------------------
Summary of changes:
Makefile | 64 ++++++++++++++++++++++++++++++++++++++
callagent/MGCPCallAgent.st | 4 ---
callagent/MGCPCommands.st | 9 ++++--
callagent/MGCPEndpoint.st | 4 +--
callagent/MGCPLogArea.st | 2 --
callagent/MGCPResponse.st | 4 +--
callagent/MGCPTransaction.st | 24 ++++++--------
callagent/Tests.st | 47 ++++++++++++++--------------
grammar/MGCPGrammar.st | 4 +--
grammar/MGCPGrammarTest.st | 25 ++++++---------
package.xml | 4 +++
pharo-porting/changes_for_pharo.st | 29 +++++++++++++++++
12 files changed, 152 insertions(+), 68 deletions(-)
create mode 100644 Makefile
create mode 100644 pharo-porting/changes_for_pharo.st
hooks/post-receive
--
MGCP grammar using PetitParser