summaryrefslogtreecommitdiff
path: root/vala/valareport.vala
Commit message (Collapse)AuthorAgeFilesLines
* vala,libvaladoc: Properly check for colored terminal output on Windowswszqkzqk2023-01-041-2/+5
| | | | | | Additionally look for `_isatty()` and adjust for more possible results Fixes https://gitlab.gnome.org/GNOME/vala/issues/1383
* Fix output decoding error of non-ASCII character on Win32wszqkzqk2022-11-271-5/+5
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1379
* vala: Show source location when reporting deprecationsRico Tzschichholz2021-12-271-1/+1
|
* Revert "Make more use of native GLib.Regex syntax"Rico Tzschichholz2021-12-271-1/+8
| | | | This reverts commit b2ef0ed8d2c37a813f9ad8b35c7a7e4a1d639e1c.
* Make more use of native GLib.Regex syntaxRico Tzschichholz2021-12-221-8/+1
|
* vala: Add multi-line support to Vala.ReportLorenz Wildberg2021-11-081-28/+31
| | | | | | | | | | To fix multi-line errors, the "^~~~"-underline appears now under all lines and columns between the begin and end of the source reference. Also a line number with a "|" at the left side is added for better finding the source of the error. This helps also one-line errors. Fixes https://gitlab.gnome.org/GNOME/vala/issues/764
* vala: Convert Report.*() to real printf-like functionsRico Tzschichholz2020-10-261-10/+15
| | | | This simplifies code on the caller side.
* vala: Use non-deprecated GLib.ModuleFlags valuesRico Tzschichholz2019-06-141-1/+1
|
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
| | | | It was about time to do this.
* docs: Clarify SGR as Select Graphic RenditionAlistair Thomas2017-09-061-13/+13
|
* Drop superfluous inheriting from GLib.ObjectRico Tzschichholz2017-06-271-1/+1
|
* compiler: Add --color=WHEN optionRico Tzschichholz2017-04-171-2/+8
| | | | It follows the format of other tools like diff and git-diff.
* Don't create constant Regex on demand and use static field where possibleRico Tzschichholz2016-11-011-2/+3
|
* Add colored outputFlorian Brosch2014-09-231-34/+247
| | | | | | | | | Use --no-color to disable colors Use VALA_COLORS to change colors E.g. VALA_COLORS = "error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01" Fixes bug 734627.
* Use SourceLocation in SourceReferenceJürg Billeter2012-06-021-4/+4
|
* Make Vala.Report.{errors,warnings} fields protectedAbderrahim Kitouni2011-08-191-2/+2
|
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+3
| | | | | | | Report a warning when using experimental symbols. The GIDL parser has been updated, too, and bindings have been regenerated. Fixes bug 644779.
* Do not use verbose error reporting for deprecation warningsJürg Billeter2011-01-281-0/+22
|
* Improve error message on duplicate definitionJürg Billeter2010-03-221-1/+25
| | | | | | Display location of previous definition. Fixes bug 591977.
* valac: Add --disable-warnings command-line optionJürg Billeter2009-09-261-0/+6
|
* Support context-specific error reporting and add a context stack, based onJürg Billeter2009-02-201-8/+16
| | | | | | | | | | | | | | | | | | | | 2009-02-20 Jürg Billeter <j@bitron.ch> * vala/valacodecontext.vala: * vala/valareport.vala: Support context-specific error reporting and add a context stack, based on patch by Abderrahim Kitouni, fixes bug 542920 * vala/valagenieparser.vala: * vala/valaparser.vala: * gobject/valaccodebasemodule.vala: * compiler/valacompiler.vala: * vapigen/valavapigen.vala: Adapt to interface changes svn path=/trunk/; revision=2461
* Deprecate static classes, patch by Jared Moore, fixes bug 524509Juerg Billeter2008-05-251-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-25 Juerg Billeter <j@bitron.ch> * vala/valaparser.vala: Deprecate static classes, patch by Jared Moore, fixes bug 524509 * vala/valareport.vala: * tests/classes.vala: * tests/structs.vala: * gobject-introspection/gidl.vapi: * vapi/dbus-glib-1.vapi: * vapi/glib-2.0.vapi: * vapi/libxml-2.0.vapi: * vapi/taglib_c.vapi: * vapi/packages/gstreamer-video-0.10/: Replace static classes by namespaces * vapi/gstreamer-video-0.10.vapi: regenerated svn path=/trunk/; revision=1422
* fix build when using non-null typesJuerg Billeter2008-04-131-3/+3
| | | | | | | | 2008-04-13 Juerg Billeter <j@bitron.ch> * */*.vala: fix build when using non-null types svn path=/trunk/; revision=1212
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-3/+3
| | | | | | | | | | | 2008-04-13 Juerg Billeter <j@bitron.ch> * vala/valaparser.vala: report warning when using obsolete syntax for non-null types * */*.vala, */*.vapi: port to new syntax svn path=/trunk/; revision=1208
* add -v commandline option to improve error reporting, patch by DanielJuerg Billeter2008-03-231-0/+53
| | | | | | | | | | 2008-03-23 Juerg Billeter <j@bitron.ch> * vala/valareport.vala, vala/valasourcefile.vala, compiler/valacompiler.vala: add -v commandline option to improve error reporting, patch by Daniel Silverstone, fixes bug 522511 svn path=/trunk/; revision=1156
* mark Report class as static, fixes bug 492107Jürg Billeter2007-11-011-2/+2
| | | | | | | | 2007-11-01 Jürg Billeter <j@bitron.ch> * vala/valareport.vala: mark Report class as static, fixes bug 492107 svn path=/trunk/; revision=673
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
| | | | | | | | | 2007-09-07 Juerg Billeter <j@bitron.ch> * update license headers to the GNU Lesser General Public License, version 2.1 or later svn path=/trunk/; revision=588
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+75
2007-05-02 Jürg Billeter <j@bitron.ch> * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300