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

What is the difference between defining SymbolDictionary in spec vs. component? #948

Open
tukanos opened this issue Feb 10, 2025 · 0 comments

Comments

@tukanos
Copy link
Contributor

tukanos commented Feb 10, 2025

Hello @dalehenrich ,

I'm wondering what is the functional differences between defining SymbolDictionary in spec vs. component? Why it is possible to define them in both places? What is the thought process behind it? I tried to find it in the rowan documenation, but did not find it.

Here is an example from the project I'm working on:

spec - BitmapCharacterSet-Core.ston

...
  #platformProperties : {
    'gemstone' : {
      'allusers' : {
        #defaultSymbolDictName : 'XMLSupport'
      }
    }
  }
...

vs


component - Core.ston

...
#conditionalPackageMapSpecs : {
    'gemstone' : {
      'allusers' : {
        #packageNameToPlatformPropertiesMap : {
          'Collections-BitmapCharacterSet' : {
            'symbolDictName' : 'XMLSupport'
          }
        }
      }
    }
  }
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant