~ubuntu-branches/ubuntu/maverick/vala/maverick

« back to all changes in this revision

Viewing changes to vapigen/valavapicheck.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-13 17:59:22 UTC
  • mfrom: (7.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100213175922-n8bq2xv2q1hihhqb
Tags: 0.7.10-1ubuntu1
* Sync with Debian unstable.
* Remaining changes :
 - debian/rules: Don't make unit test failures fatal to fix FTBFS. It was
   needed if vala need to enter main but it's not the case for now. 
   (See #374151)

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
                        if (_inner_error_->domain == G_MARKUP_ERROR) {
180
180
                                goto __catch0_g_markup_error;
181
181
                        }
182
 
                        goto __finally0;
 
182
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
 
183
                        g_clear_error (&_inner_error_);
 
184
                        return;
183
185
                }
184
186
                {
185
187
                        GList* module_collection;
335
337
                metafile = g_io_channel_new_file (vala_source_file_get_filename (self->priv->_metadata), "r", &_inner_error_);
336
338
                if (_inner_error_ != NULL) {
337
339
                        goto __catch1_g_error;
338
 
                        goto __finally1;
339
340
                }
340
341
                line = NULL;
341
342
                lineno = 1;
356
357
                                _g_io_channel_unref0 (metafile);
357
358
                                _g_free0 (line);
358
359
                                goto __catch1_g_error;
359
 
                                goto __finally1;
360
360
                        }
361
361
                        if (!(G_IO_STATUS_NORMAL == _tmp3_)) {
362
362
                                break;