Skip to content

Fix copy and paste of JSON clipboard contents #114

Fix copy and paste of JSON clipboard contents

Fix copy and paste of JSON clipboard contents #114

Triggered via pull request March 7, 2025 22:36
Status Failure
Total duration 25s
Artifacts

check-commit-messages.yml

on: pull_request
Check-commit-messages
13s
Check-commit-messages
Fit to window
Zoom out
Zoom in

Annotations

1 error
Check-commit-messages
The message 1 is invalid: * The subject exceeds the limit of 50 characters (got: 75, JSON: "Fix copy and paste of JSON clipboard contents for Qualifiers and Extensions").Please shorten the subject to make it more succinct. * The line 6 of the message (line 4 of the body) exceeds the limit of 72 characters. The line contains 81 characters: "Qualifiers and Extensions may contain complex IClass-objects, such as References.". Please reformat the body so that all the lines fit 72 characters. * The line 8 of the message (line 6 of the body) exceeds the limit of 72 characters. The line contains 117 characters: "Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and Extensions failed for semanticIds and such.". Please reformat the body so that all the lines fit 72 characters. The original message was: Fix copy and paste of JSON clipboard contents for Qualifiers and Extensions ** To be integrated into main branch. ** Working with Qualifiers and Extensions is increasingly demanding. Qualifiers and Extensions may contain complex IClass-objects, such as References. JSON serialization and deserialization is therefore not straighforward. Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and Extensions failed for semanticIds and such. Now, it seems to be working.