Skip to content

Conversation

@HolQue
Copy link
Collaborator

@HolQue HolQue commented Nov 4, 2024

Test case: "[import]" : "./dynamic_imports/mixed_import.jsonp"

A JSONP file (mixed_import) imports with a dynamic path another file (AA)
that imports with a fix path another file (BB)
that imports with a dynamic path another file (CC)
that imports with a fix path another file (DD)

The computation stops at level 'BB' and the import of level 'CC' is not resolved:

'[import]': '... /dynamic_imports/AA/BB/CC/imported.CC.M.jsonp',
'level': 'BB'

Seems that the problem is caused by a switch from a dynamic path to a fix path.

Expected is level 'DD.3'

@test-fullautomation test-fullautomation added enhancement New feature or request 0.13.1 labels Nov 4, 2024
@test-fullautomation test-fullautomation added this to the 0.13.1 milestone Nov 4, 2024
@test-fullautomation test-fullautomation merged commit da95ec8 into namsonx/task/stabi_branch Nov 4, 2024
1 check passed
Copy link
Owner

@test-fullautomation test-fullautomation left a comment

Choose a reason for hiding this comment

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

Hi Holger,
looks good to me!
Thank you,
Thomas

@HolQue
Copy link
Collaborator Author

HolQue commented Nov 4, 2024

Hmm, this statement from above is wrong: "Seems that the problem is caused by a switch from a dynamic path to a fix path."

It's other way round: The switch from fix to dynamic does not work.

@HolQue
Copy link
Collaborator Author

HolQue commented Nov 6, 2024

JPP_1106
JPP_1107
JPP_1108

@HolQue
Copy link
Collaborator Author

HolQue commented Nov 14, 2024

JPP_1106
JPP_1107
JPP_1108
run successful now

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

Labels

0.13.1 enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

3 participants