fsdonks / m4

Other
0 stars 1 forks source link

Handle Duplicate Demands #10

Open fs-craig opened 6 years ago

fs-craig commented 6 years ago

While verifying the sparkcharts and underlying data, I noticed that m4 is not accounting for duplicate demands like m3 did with an "_n" after the demand name.

fs-tom commented 6 years ago

Proposed solution: Disallow duplicate demands (unless a countervailing reason emerges). Upon discovery of dupes (which we already have in the pipeline), notify user of duplicates and intentionally fail project load. Optionally, maybe allow a legacy-mode flag to support old files with intentiona duplicate behavior?