Skip to content

Conversation

@T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Jul 2, 2025

Fixes #3362

@ndrezn
Copy link
Member

ndrezn commented Jul 2, 2025

@T4rk1n , is it possible to generate a tarball with a prerelease with these changes? Would facilitate testing early.

@gvwilson gvwilson added P1 needed for current cycle fix fixes something broken labels Jul 3, 2025
@AnnMarieW
Copy link
Collaborator

This PR looks great to me!

I actually ran into an error like the one reported in issue 3362 when I was working on DMC recently. It failed during the build with this message and I was stuck.

ERROR: "__@iterator@3570" matches reserved word pattern: /^_.*$/

To test this PR, I checked out that failing commit in DMC and tried it with this solution. There was no error message like the one above during the build, so I could take the next step and run the tests. I was able to see this helpful error message. This PR would have saved me lots of time!

        args = {k: _locals[k] for k in _explicit_args}
    
        for k in ['fontsize', 'length', 'localeCompare', 'match', 'normalize', 'search', 'split']:
            if k not in args:
>               raise TypeError(
                    'Required argument `' + k + '` was not specified.')
E               TypeError: Required argument `fontsize` was not specified.



@ndrezn do you need any other scenarios tested?

@ndrezn
Copy link
Member

ndrezn commented Nov 13, 2025

I don't recall actually why I wanted early testing on this 🫠

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

Labels

fix fixes something broken P1 needed for current cycle

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose file path in errors for dash-generate-components

5 participants