filcuc / nimqml

Qt Qml bindings for the Nim programming language
Other
164 stars 20 forks source link

{.slot.} directive does not work well on nim 0.15 #6

Closed leiserfg closed 7 years ago

leiserfg commented 7 years ago

In all place it's used, the nim compiler shows an error like:

contact.nim(20, 3) Error: illformed AST: proc firstName(self: Contact): string {..} =
  result = self.firstName
filcuc commented 7 years ago

thank you for reporting this. I'll look at it

leiserfg commented 7 years ago

I try it, and it's work well! Thanks.

leiserfg commented 7 years ago

I try it, and it's work well! Thanks.