AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
121 stars 9 forks source link

[bug] Warning duplicate. #16

Closed ghost closed 4 years ago

ghost commented 4 years ago

@IsaacShelton I faced this bug:

code:

import basics

func main() 
{
    #warning "t"
}

compilation:

main.adept:5:5: main.adept:5:5: t
5|    #warning "t"
      ^^^^^^^^
IsaacShelton commented 4 years ago

@t0md3an Nice catch! This is fixed now