boo-lang / boo

The Boo Programming Language.
BSD 3-Clause "New" or "Revised" License
874 stars 148 forks source link

(Windows) Booish 0.9.5.5 crashes when using tab key to list attributes #48

Closed ruxo closed 11 years ago

ruxo commented 11 years ago

When running booish with following commands:

import System Console.C <press tab key>

The shell crashes with following exception

Unhandled Exception: System.InvalidOperationException: Environment is not available!
   at Boo.Lang.Environments.My`1.get_Instance()
   at Boo.Lang.Compiler.TypeSystem.IEntityExtensions.DisplayName(IEntity entity)
bamboo commented 11 years ago

Fixed.

bamboo commented 11 years ago

Thanks for the report!