This repository was archived by the owner on Feb 20, 2019. It is now read-only.
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Setting up for Eclipse/Scala IDE development #320
Open
Description
I'm trying to get set up working on generics (per conversation in #319), but am having issues with Eclipse/Scala IDE.
It's complaining in the tests that it can't generate any picklers: tuples, Any, Arrays, Lists, Seqs, etc. I've looked in compiler and build path settings for possible relevant information but am drawing up a blank.
I've read that Eclipse can't define and use macros in the same project (which would make sense in this context--it's not finding the picklers that should be generated by macro), but that information is from a few years ago. Anyone know if that's changed?