bmx-ng / bcc

A next-generation bcc parser for BlitzMax
zlib License
33 stars 13 forks source link

Importing of generics not working #635

Closed thareh closed 7 months ago

thareh commented 9 months ago

Good day,

Importing of a generic type seems to crash BCC.

Framework BRL.Blitz

Import "Import.bmx"

Import.bmx

Framework BRL.Blitz
Import BRL.Collections

Global map:TTreeMap<String, String> = New TTreeMap<String, String>()

Thanks!

woollybah commented 7 months ago

This may be working now with the latest changes. Took a while to understand the underlying problem.

thareh commented 7 months ago

It does seem to fix the issue, awesome! Good job!! :)

If you're on a roll... there's this other issue with generics (#594) which prevents the proper use of generics in modules/imports, would be SOOOO swell if you could take a look at it.

Thank you and merry christmas!