User bio
404 bio not found
Member since Sep 12, 2023
Posts:
Replies:
VS Code (extension) checks that too:
Compilation started on 02/25/2025 10:16:38 with qualifiers 'bckru' Compiling class Foo.Class1 Compilation finished successfully in 0.056s. ERROR #5093: Name conflict on class 'foo.Class2' because package 'Foo' has the same name but differs in case.
I guess the 2025 answer is to look at Python solution(s) which are likely many. A quick internet search suggests e.g. https://pypi.org/project/jsondiff/ that seems to be a reasonable complete, recent and popular.
Unfortunately I'm not yet arrived to IRIS Python-land, hence I had to come up yet another partial solution that fits to my current use case:
https://github.com/janihur/objectscript-ex/blob/main/src/OSEX.Json.Compa...
Certifications & Credly badges:
Jani has no Certifications & Credly badges yet.
Global Masters badges:




Followers:
Jani has no followers yet.
Following:
Jani has not followed anybody yet.
Thanks for the background.
The following is for the documentation team:
From: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...
This is plain wrong. The package and class names are case in-sensitive as you can read in this message thread and in the compilation example below: