Skip to content

Conversation

@gbirchmeier
Copy link
Member

also add unit tests for a variety of field types

should resolve #25

also add unit tests for a variety of field types

should resolve #25
@CLAassistant
Copy link

CLAassistant commented Feb 10, 2026

CLA assistant check
All committers have signed the CLA.

@gbirchmeier
Copy link
Member Author

gbirchmeier commented Feb 10, 2026

JRuby env notes (mostly for myself):

To get a dev env, I used this compose and bash-shelled into it.

3015 ~/fork/fix_spec$ more docker-compose.yml 
name: fix-spec

services:

  app:
    image: jruby:9
    shm_size: 128mb
    ports:
      - 4567:4567
    volumes:
      - ./:/fix_spec
    tty: true

Probably jruby:10 would work, but I didn't want to upgrade more than necessary.

Then I had to do some updates to get bundler to stop being screwy.

gem update --system
gem install bundler
bundle update --bundler
bundle install

I think that is what did it.

@gbirchmeier
Copy link
Member Author

I see @cbusbey 's name is still on our CLA, I'll try to get that long-overdue change in motion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enum value lookup fails with non-char/string fix types

2 participants