vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.8k stars 197 forks source link

MERGE macro leaking into .java files #221

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

The MERGE macro name for the merge function defined in Map.drv is not defined if the keys are not reference. So as such, the macro isn't actually a macro in this case and this is introducing a new method named MERGE (all uppercase).

I'm not sure what the name should be in this case TBH.

vigna commented 3 years ago

That should be fixed with 6bacc8990.