Query
Tuesday 19 March 2019
2019-03-19 10:25:12 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/las.c (+0/-0)(0 lines)
branch: master
Merge branch 'grubba/typechecker-auto'
* grubba/typechecker-auto:
Compiler [auto]: Fixed typechecker bug.
- pike/src/las.c (+3/-1)(4 lines)
branch: f89bf51c1d1ebd9e362017e1d1fa34e8973093d6
Compiler [auto]: Fixed typechecker bug.
This is a bug in the same class as [GitHub pikelang/Pike#25 ].
Monday 16 May 2016
2016-05-16 17:21:26 (5 years ago) by Per Hedbor <ph@opera.com>
- pike/src/las.c (+16/-7)(23 lines)
branch: 8.1
Allow [auto] in softcasts.
Currently only useful for assignments.
Also, does not yet check if the softcast is really possible or not.
Basically only a way to silence warnings in strict_types mode.
Sunday 01 May 2016
2016-05-01 12:05:33 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/language.yacc (+2/-1)(3 lines)
- pike/src/las.c (+5/-3)(8 lines)
- pike/src/pike_types.c (+19/-19)(38 lines)
- pike/src/pike_types.h (+1/-3)(4 lines)
- pike/src/program.c (+2/-1)(3 lines)
branch: 8.1
Total 56
Compiler [auto]: Fixed multiple issues.
The PIKE_T_AUTO type node now always has a child type.
gc_check_type() now knows about PIKE_T_AUTO.
{debug_,}push_auto_typed_type() is no more.
Fixed issue with low_describe_type() appending to the wrong
buffer when describing the auto type.
Fixes some related type reference counting errors.
Bugs mentioned
? | Failed to fetch issue from GitLab. |