Open SlashScreen opened 1 year ago
Noticed that a lot of these issues have been fixed (relatively) recently, but the gem hasn't been updated since 2015. I'll build this gem locally and use it myself for now, but I think a new official one should be built.
If anyone else wants to build their own gemfile, it's pretty easy:
1) Clone the repo
2) cd into it/open a terminal into it
3) run gem build
4) The gem file is now in the directory. Run sudo gem install ./[gem filename]
You're good to go.
I've been following the tutorial to build Kazoo, but have come across 2 problems: 1) When finalizing, if the .tbl file exists, it gives me this stack trace:
My
parser.rb
callsand my directory structure looks like: When I delete the file, it generates as planned.
2) When it gets past the tbl issue, it gives me the following trace:
I guess they must have removed this method? I'm defining Expression and Binary like this:
I don't think I can fix this one on my end.
I'm new to Ruby (although not new to programming) so if I made a rookie mistake let me know. I'm using the Gem version of RLTK and the latest release of Ruby, if that wasn't clear. If you need a closer look, this project is a public repo.