stevesea / Adventuresmith

Generate tabletop RPG nonsense at the push of a button! (on Android)
https://stevesea.github.io/Adventuresmith/
GNU General Public License v3.0
74 stars 16 forks source link

adventuresmith-cli raise erro on perillious wild on discovery #181

Closed dynamikdev closed 7 years ago

dynamikdev commented 7 years ago

Hi , there is an error on use of adventure-cli for the discovery Preilious wild file (also with the last one cli) way to reproduce : extract cli from zip file clone repo and do this

./adventuresmith-cli/bin/adventuresmith-cli run /Adventuresmith/adventuresmith-core/src/main/resources/org/stevesea/adventuresmith/core/perilous_wilds/discovery.yml ERROR problem running generator discovery.yml: conflicting context key: details

stevesea commented 7 years ago

Thanks! I'll take a look!

On Jul 13, 2017 6:03 AM, "dynamikdev" notifications@github.com wrote:

Hi , there is an error on use of adventure-cli for the discovery Preilious wild file (also with the last one cli) way to reproduce : extract cli from zip file clone repo and do this

./adventuresmith-cli/bin/adventuresmith-cli run /Adventuresmith/ adventuresmith-core/src/main/resources/org/stevesea/ adventuresmith/core/perilous_wilds/discovery.yml ERROR problem running generator discovery.yml: conflicting context key: details

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stevesea/Adventuresmith/issues/181, or mute the thread https://github.com/notifications/unsubscribe-auth/AKFJHw8Lk9S_u362xO6MLF_KRlIwbKI3ks5sNgemgaJpZM4OW5QS .

stevesea commented 7 years ago

seems like it's only for generators run from file-system. still investigating

stevesea commented 7 years ago

fixed w/ changes in hash db52a2edc32b97ad64ea509bcfd9aa0cf10d320a . cleaned up a bunch of the data loading and squashed some duplicated logic in file-loading/resource-loading.

stevesea commented 7 years ago

will be releasing a new drop in a couple days that'll include the changes