[Issue 10076] New: expression.c:4310: virtual Expression* TypeExp::semantic(Scope*): Assertion `0' failed.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 13 13:54:48 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10076

           Summary: expression.c:4310: virtual Expression*
                    TypeExp::semantic(Scope*): Assertion `0' failed.
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: simendsjo at gmail.com


--- Comment #0 from simendsjo <simendsjo at gmail.com> 2013-05-13 13:54:46 PDT ---
Using dmd 2.062 on GNU/Linux Arch x64. Haven't tried other setups.

Running dustmite now, but it looks like it might take a while.

source/simendlib/validate.d(69): Error: template instance
getMembersAndAttributesWhere!(string, isValidationAttr)
getMembersAndAttributesWhere!(string, isValidationAttr) does not match template
declaration getMembersAndAttributesWhere(alias T, alias Pred)
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(73): Error: template instance
simendlib.validate.getValidaterAttrs!(string) error instantiating
source/simendlib/validate.d(31):        instantiated from here:
validate!(string)
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(73): Error: forward reference to
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements'
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(73): Error: forward reference to
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements'
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(69): Error: identifier 'Elements' of
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements' is not
defined
source/simendlib/validate.d(74): Error: forward reference to
'getMembersAndAttributesWhere!(string, isValidationAttr).Elements'
dmd: expression.c:4310: virtual Expression* TypeExp::semantic(Scope*):
Assertion `0' failed.
Error: Build command failed with exit code -6

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list