dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
120 stars 21 forks source link

FracSec is no longer present in DMD 2.091 #68

Closed GoaLitiuM closed 4 years ago

GoaLitiuM commented 4 years ago

The package no longer builds with DMD 2.901 beta version with following errors:

C:\Users\GoaLitiuM\AppData\Local\dub\packages\sdlang-d-0.10.5\sdlang-d\src\sdlang\token.d(28,21): Error: undefined identifier FracSec, did you mean function fracSec?
C:\Users\GoaLitiuM\AppData\Local\dub\packages\sdlang-d-0.10.5\sdlang-d\src\sdlang\token.d(29,18): Error: undefined identifier FracSec, did you mean function fracSec?
C:\Users\GoaLitiuM\AppData\Local\dub\packages\sdlang-d-0.10.5\sdlang-d\src\sdlang\token.d(48,21): Error: undefined identifier FracSec, did you mean function fracSec?
C:\Users\GoaLitiuM\AppData\Local\dub\packages\sdlang-d-0.10.5\sdlang-d\src\sdlang\token.d(49,18): Error: undefined identifier FracSec, did you mean function fracSec?
LightBender commented 4 years ago

taggedalgebraic will also need to be updated when it is fixed because it doesn't build on 2.091 as well.

schveiguy commented 4 years ago

@LightBender I think taggedalgebraic was fine. Probably some sort of cascaded error (I saw it too). See #70