[SCM] Grayskull Repository branch, master, updated. git-migration-21-g598da6d
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 "Grayskull Repository". The branch, master has been updated via 598da6d94a53b93960ca88b162e4c4372d752c5f (commit) from 36febf136d046cc9ef1fed7e25993dafc88bd114 (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 ----------------------------------------------------------------- commit 598da6d94a53b93960ca88b162e4c4372d752c5f Author: slang <slang@gamgee-debian.(none)> Date: Tue Jul 21 12:01:46 2009 -0500 fix gs_assert issues and bug with pbreak8 test failing. gs_assert wasn't working properly -- it wasn't printing the line number of the file or the actual expression. Replaced with just a fprintf to stderr and exits. Not sure that's what we want to do for invalid resources, but is the best thing for now. pbreak8 was failing because it was trying to cancel children when there were no children to cancel, resulting in an error in gs_cancel_children. Just removing the return -EINVAL fixes this. ----------------------------------------------------------------------- Summary of changes: code/src/gsl/common/gs.c | 5 ++++- code/src/gsl/parser/Walker.lhs | 8 ++++---- code/src/gsl/parser/gs-parser.lhs | 22 ++++++++++++++-------- 3 files changed, 22 insertions(+), 13 deletions(-) hooks/post-receive -- Grayskull Repository
participants (1)
-
noreply@mcs.anl.gov