Get info from stream without materializing
from the thread "New release of FuelMooseExtension"
Is there a way to list all required classes before performing an actual load ?
Not right now, but we could add it if desired. We already talked about Martin about that. The idea was to kind of "simulate" the materialization (reading the stream) and get an object with information. So that you can ask for example, the needed classes.
Now Martin pointed me out the previous discussion we had about it. Basically,
it consist of something like this:
info := FLMaterializer newDefault infoFrom: stream.
info globalClasses --> {Point. Zaraza. Etc.}
info internalClasses ---> {}
info objectCount ---> 32000
info clusterCount ---> 5
info fuelVersion -> 15
info allGlobals -> {Transcript. ... ]
etc...
Original issue reported on code.google.com by marianopeck on 31 May 2012 at 8:32
This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.
This would also be nice for tooling (e.g. GTInspector) that can easily display meta information. Not a priority though.
This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.
Not stale.
This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.
Not stale