Fuel icon indicating copy to clipboard operation
Fuel copied to clipboard

Get info from stream without materializing

Open GoogleCodeExporter opened this issue 10 years ago • 6 comments

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

GoogleCodeExporter avatar Mar 24 '15 16:03 GoogleCodeExporter

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.

stale[bot] avatar May 18 '21 22:05 stale[bot]

This would also be nice for tooling (e.g. GTInspector) that can easily display meta information. Not a priority though.

theseion avatar Oct 30 '21 17:10 theseion

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.

stale[bot] avatar Dec 29 '21 18:12 stale[bot]

Not stale.

theseion avatar Jan 02 '22 14:01 theseion

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.

stale[bot] avatar Mar 03 '22 16:03 stale[bot]

Not stale

theseion avatar Mar 04 '22 06:03 theseion