hi folks, its been a while but I just got a new Pathom 3 release out! This release packages many updates that missed a proper release (sorry about that, was having issues with my Clojars credentials, but its all figured now!), the release 2024.11.23-alpha includes:
• Fix placeholders using different parameters
• Idents run in parallel when using parallel processor (issue #208)
• Fix wrong input order on nested resolvers (issue #205)
• Fix pf.eql/map-select case on map container at query
• Fix spec for pco/?
• Merge params when merging nodes on planner (issue #216)
• Ensure all instances of the same resolver in the same graph have the same params (issue #211)
• In case of priority draw, pick the node with the most number of inputs already available (issue #202)
• Parameterized attributes on placeholders are not processed at during parent planning
• Add ::pcp/wrap-compute-run-graph plugin entry point
do you have an example of usecase for wrap-compute-run-graph?
this extension point is allow hooking on the planning result before it goes to the runner, so you can modify or inspect it, the params are [graph env]