summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Use g_dbus_method_invocation_take_error() as simplificationRico Tzschichholz2021-11-1237-160/+80
* vala: Don't allow casting real structs to classes or simple-typesYotam Nachum2021-11-123-0/+22
* vala: Don't allow casting to voidColin Kiama2021-11-082-4/+2
* codegen: Emit constants without initializer list in defines sectionRico Tzschichholz2021-11-0723-15/+635
* codegen: Use CCodeConstant for member access of constant symbolRico Tzschichholz2021-11-064-5/+57
* vala: Add accessibility check of type for constants and structs base typeRico Tzschichholz2021-11-063-0/+23
* tests: Fix mixed up naming of base-type tests for classesRico Tzschichholz2021-11-062-5/+5
* tests: Add more "statement" tests for genie to increase coverageRico Tzschichholz2021-11-0623-0/+628
* tests: Fix Makefile.amRico Tzschichholz2021-11-051-4/+4
* tests: Add more "declaration" tests for genie to increase coverageRico Tzschichholz2021-11-0513-0/+1230
* genie: Properly handle plain "get" or "set" property accessorsRico Tzschichholz2021-11-043-0/+324
* parser: Better handling of misplaced switch sectionsRico Tzschichholz2021-11-022-0/+6
* codegen: Stop generating wrappers for dynamic signal connectionsRico Tzschichholz2021-11-011-62/+10
* vala: Using SignalHandler.disconnect() is required for dynamic signalsRico Tzschichholz2021-11-012-0/+16
* tests: Extend "dynamic" signal test to increase coverageRico Tzschichholz2021-11-012-50/+267
* tests: Add missing tests/objects/class-partial.c-expectedRico Tzschichholz2021-10-301-0/+602
* vala: Add support for nested methods (local functions)Rico Tzschichholz2021-10-303-0/+238
* Add support for partial classesSimon Werbeck2021-10-306-0/+115
* vala: Improve error message for invalid handler of dynamic signalLorenz Wildberg2021-10-302-0/+9
* tests: Add "throws error code" tests to increase coverageRico Tzschichholz2021-10-235-0/+161
* vala: Report error for non ErrorType in throwsRico Tzschichholz2021-10-233-0/+15
* tests: Add "no error type in catch" tests to increase coverageRico Tzschichholz2021-10-232-0/+8
* tests: Add invalid "unary decrement" test to increase coverageRico Tzschichholz2021-10-232-0/+10
* tests: Add more invalid "(un)lock" tests to increase coverageRico Tzschichholz2021-10-235-0/+48
* vala: Correctly output signature of callable throwing errorRico Tzschichholz2021-10-213-0/+45
* vala: Really check compatiblity of error types for delegate symbolRico Tzschichholz2021-10-212-0/+19
* tests: Split "Variant (de)serialization" test to trigger one error at a timeRico Tzschichholz2021-10-184-13/+14
* tests: Extend "access virtual signal of interface" test to increase coverageRico Tzschichholz2021-10-182-0/+111
* tests: Add more invalid "member access" tests to increase coverageRico Tzschichholz2021-10-184-0/+28
* tests: Add missing tests/enums/bug614424.c-expectedRico Tzschichholz2021-10-181-0/+85
* tests: Add "instance access to implicit to_string() method of enum" testRico Tzschichholz2021-10-182-0/+12
* tests: Add invalid "target/destroy access" tests to increase coverageRico Tzschichholz2021-10-183-0/+20
* tests: Avoid causing unrelated errors in invalid test casesRico Tzschichholz2021-10-171-0/+2
* tests: Add more "type-arguments" tests to increase coverageRico Tzschichholz2021-10-175-0/+44
* tests: Rename invalid yield-return test to avoid conflictRico Tzschichholz2021-10-173-1/+615
* codegen: Actually free data when using "remove(_all)" on GLib.Queue/(S)ListRico Tzschichholz2021-10-153-0/+691
* tests: Add more "type-arguments" tests to increase coverageRico Tzschichholz2021-10-155-0/+44
* tests/girwriter: Add missing type-argumentRico Tzschichholz2021-10-152-2/+2
* vala: Parameter following ellipsis parameter is not allowedwxx2021-10-142-0/+8
* Bump version suffix to 0.56Rico Tzschichholz2021-09-291-0/+2
* tests: Add "integer/float literal" tests to increase coverageRico Tzschichholz2021-09-295-0/+138
* tests: Add missing generics/null-type.c-expectedRico Tzschichholz2021-09-291-0/+53
* vala: Accept NullType as generic type argumentRico Tzschichholz2021-09-272-0/+11
* vala: Multi-dimensional params-array not allowedRico Tzschichholz2021-09-222-0/+8
* codegen: Add type declaration for implicit temporary local variableRico Tzschichholz2021-09-1813-0/+87
* vala: Don't restrict element type of GLib.ArrayRico Tzschichholz2021-09-152-0/+89
* tests: Add missing cast-void-not-allowed.c-expectedRico Tzschichholz2021-09-151-0/+50
* vala: Warn about unsupported cast to void and drop itRico Tzschichholz2021-09-143-6/+12
* codegen: Add missing cast to access base-class members in class/static ctorRico Tzschichholz2021-08-312-0/+36
* codegen: Fix property access inside opaque compact classPrinceton Ferro2021-08-302-2/+20