Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove debug code #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Remove debug code #4

wants to merge 2 commits into from

Conversation

mikemonteith
Copy link

Remove some debug code that I accidentally committed :(

Previously, stream blocks had to have a 'key'.
fieldname__index__block__key="Foo".

This is ok for struct blocks, but some types of block dont' have keys,
such as basic char blocks. It is nicer to define the stream data as
fieldname__index__block="Foo" in some cases.

Also get tests passing for StreamBlock types. The streamblock now works
similarly to the StreamFieldFactory, so some we might be able to do some
refactoring.
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.

1 participant