Referencing itself forces next library to load Zinc from github#112
Referencing itself forces next library to load Zinc from github#112kurtkilpela merged 6 commits intoGsDevKit:gs_masterfrom tukanos:patch-1
Conversation
- Even when loading Zinc using `filetree://` referencing its *own github path* causes the next library after Zinc to load from github *not* from filetree. The next library could be e.g. Parasol or Seaside. - The reference to itself seems to be superfluous. If the library would be loaded using Metacello, then the repository is defined using #repository: which, in case github is used, will reference to github anyways.
Replacing Monticello with Metacello. Updating the repository reference from http://seaside.gemtalksystems.com/ss/PharoCompat to github://GsDevKit/PharoCompatibility:master/repository.
|
@tukanos, could you make a neutral commit on tukanos:patch-1 ... that new commit will trigger the CI action to be run ... thanks! The automated run of CI actions was disabled by github a while back and we didn't notice ... we've re-enabled CI runs and we need a new commit to trigger the action ... |
|
@tukanos ... I've cleaned up the CI tests and now only the ZnClientTest>>testQueryGoogle test is failing ... and I think that Google may have deprecated or ??? the url/service being used by the test ... so if you could do a commit on both of your PRs we'll be able to ensure that the CI tests are passing ... thanks. |
Formatting on readme
Updating GsPharo reference to github
@dalehenrich I did neutral patch on |
Even when loading Zinc using
filetree://referencing its own github path causes the next library after Zinc to load from github not from filetree. The next library could be e.g. Parasol or Seaside.The reference to itself seems to be superfluous. If the library would be loaded using Metacello, then the repository is defined using
#repository:which, in case github is used, will reference to it anyways.