factoriolib / flib

A set of high-quality, commonly-used utilities for creating Factorio mods.
https://mods.factorio.com/mod/flib
MIT License
64 stars 15 forks source link

Data utilities from OpteraLib #3

Closed 0ptera closed 4 years ago

0ptera commented 4 years ago

Data stage functions from OpteraLib.

Please review and squash merge when done.

raiguard commented 4 years ago

I thought we decided not to pollute the global namespace? We shouldn't encourage people to create globals willy-nilly. I think you should have to require the file locally whenever you want to use it, just like in the control stage.

0ptera commented 4 years ago

That's why I put it up for review.

I couldn't remember how that trick worked to enforce unique local registration in data.