Skip to content

Add :length action for :list to schema#134

Merged
kidq330 merged 8 commits into
masterfrom
kidq330/schema_sized_list
Jun 9, 2026
Merged

Add :length action for :list to schema#134
kidq330 merged 8 commits into
masterfrom
kidq330/schema_sized_list

Conversation

@kidq330

@kidq330 kidq330 commented May 25, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@kidq330 kidq330 added this to Smackore May 25, 2026
@kidq330 kidq330 moved this to In Progress in Smackore May 25, 2026
@kidq330 kidq330 requested a review from varsill May 26, 2026 17:56
@kidq330 kidq330 marked this pull request as ready for review May 27, 2026 08:15
@kidq330 kidq330 requested a review from mat-hek as a code owner May 27, 2026 08:15
end
end

defp parse_field(data, {name, {:list, type, count: count_key}}, context) do

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT I'd prefer length instead of count :P

Comment on lines +264 to +265
_other_msg ->
flush_buffers(acc)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't change anything currently, but I'd rather not drop all other messages

Suggested change
_other_msg ->
flush_buffers(acc)

Comment thread mix.exs Outdated
use Mix.Project

@version "0.36.4"
@version "0.36.5"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've already release 0.36.5, so I think you need to rebase and bump it further to v0.36.6 ;)

Comment thread lib/membrane_mp4/container/parse_helper.ex Outdated
Comment thread lib/membrane_mp4/container/parse_helper.ex Outdated
@kidq330 kidq330 self-assigned this May 28, 2026
@kidq330 kidq330 moved this from In Progress to In Review in Smackore May 28, 2026
@kidq330 kidq330 force-pushed the kidq330/schema_sized_list branch from e4ee62a to f5b02db Compare June 9, 2026 12:42
@kidq330 kidq330 requested a review from varsill June 9, 2026 12:46

@varsill varsill left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@mat-hek mat-hek changed the title Add :count action for :list to schema Add :length action for :list to schema Jun 9, 2026
@kidq330 kidq330 merged commit c6e321d into master Jun 9, 2026
4 checks passed
@kidq330 kidq330 deleted the kidq330/schema_sized_list branch June 9, 2026 20:17
@github-project-automation github-project-automation Bot moved this from In Review to Done in Smackore Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants