Opened 11 years ago

Closed 3 years ago

#2275 closed enhancement (wontfix)

Move SCode.IMPORT

Reported by: Martin Sjölund Owned by: somebody
Priority: high Milestone: 2.0.0
Component: Frontend Version: trunk
Keywords: Cc: Per Östlund, Adrian Pop

Description

SCode.IMPORT is currently an SCode.Element with visibility information which is not needed. We could store the imports in a separate list (pretty-print always with imports at the top of the class) for efficiency.

Change History (9)

comment:1 by Martin Sjölund, 9 years ago

Milestone: 1.9.31.9.4

Moved to new milestone 1.9.4

comment:2 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.5

Milestone pushed to 1.9.5

comment:3 by Martin Sjölund, 9 years ago

Milestone: 1.9.51.10.0

Milestone renamed

comment:4 by Martin Sjölund, 8 years ago

Milestone: 1.10.01.11.0

Ticket retargeted after milestone closed

comment:5 by Martin Sjölund, 8 years ago

Milestone: 1.11.01.12.0

Milestone moved to 1.12.0 due to 1.11.0 already being released.

comment:6 by Francesco Casella, 7 years ago

Milestone: 1.12.02.0.0

@perost is this still relevant?

in reply to:  6 comment:7 by Per Östlund, 7 years ago

Replying to casella:

@perost is this still relevant?

You'll have to ask sjoelund.se about that. It's not very relevant to the new instantiation, although I guess it could be slightly more efficient.

comment:8 by Martin Sjölund, 7 years ago

I am a little bit torn now. The bootstrapping does treat protected import differently from public import...

comment:9 by Per Östlund, 3 years ago

Resolution: wontfix
Status: newclosed

Considering that we'd have to rewrite a lot of code to handle this and there aren't any clear need for it I don't see much point in keeping this ticket open.

Note: See TracTickets for help on using tickets.