dlang-community/SDLang-D

FracSec is no longer present in DMD 2.091

GoaLitiuM opened this issue · 2 comments

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?

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

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