-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
I got all the tests to pass with one tiny change. Maybe it’s mostly a documentation issue? PR to follow…
I'm stashing the script here that I got to work until I can update the docs:
serializer := FLSerializer new
filePath: (FileLocator home / 'objs. fuel') fullName;
needsDebugging;
yourself.
anObject := #(1 #(42)).
analysis := serializer
object: anObject;
useDuring: [ FLAnalysis run ].
analysis pathsToEvery: [ :obj | obj isInteger and: [ obj > 2 ]
].theseion and tinchodias