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

Deprecated warnings in mapping tests #13617

Open
daschuer opened this issue Aug 31, 2024 · 2 comments
Open

Deprecated warnings in mapping tests #13617

daschuer opened this issue Aug 31, 2024 · 2 comments

Comments

@daschuer
Copy link
Member

Bug Description

121: warning [0x1cb6368] ComponentContainer.applyLayer is deprecated; use ComponentContainer.setLayer instead
121: warning [0x1cb6368] script.deepMerge is deprecated; use Object.assign instead

I think it is:

this.activeLayer.applyLayer(this.shiftLayer());

and
script.deepMerge(this, newLayer);

Version

main

OS

No response

@daschuer daschuer added the bug label Aug 31, 2024
@Swiftb0y
Copy link
Member

not sure thats a bug... its deprecated and not removed because mass-changing all the mappings without verifying with the real hardware is too risky.

@daschuer
Copy link
Member Author

Yes it is no bug in the sense of "defect". I will remove the lable.

@daschuer daschuer removed the bug label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants