{"id":17437112,"url":"https://github.com/jecisc/symbolresolver","last_synced_at":"2025-04-06T16:24:09.069Z","repository":{"id":257856298,"uuid":"860518595","full_name":"jecisc/SymbolResolver","owner":"jecisc","description":"A parsing helper to manage symbol resolution by handling scope resolution and finding the right entity from symbols in parsers","archived":false,"fork":false,"pushed_at":"2025-03-17T16:54:24.000Z","size":339,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T17:46:48.168Z","etag":null,"topics":["parsing","pharo","smalltalk","symbol-resolution"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jecisc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-20T15:30:13.000Z","updated_at":"2025-03-17T16:54:27.000Z","dependencies_parsed_at":"2024-12-04T16:23:52.094Z","dependency_job_id":"7b45c58e-52a9-4acb-8052-01c080e30053","html_url":"https://github.com/jecisc/SymbolResolver","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"7edb6426aee81038bcacf47642b09db5830c7662"},"previous_names":["jecisc/symbolresolver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FSymbolResolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FSymbolResolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FSymbolResolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FSymbolResolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jecisc","download_url":"https://codeload.github.com/jecisc/SymbolResolver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247510738,"owners_count":20950526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["parsing","pharo","smalltalk","symbol-resolution"],"created_at":"2024-10-17T11:05:47.958Z","updated_at":"2025-04-06T16:24:09.038Z","avatar_url":"https://github.com/jecisc.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SymbolResolver\nA parsing helper to manage symbol resolution by handling scope resolution and finding the right entity from symbols in parsers\n\n- [SymbolResolver](#symbolresolver)\n  - [Installation](#installation)\n  - [Documentation](#documentation)\n  - [Version management](#version-management)\n  - [Smalltalk versions compatibility](#smalltalk-versions-compatibility)\n  - [Contact](#contact)\n\n## Installation\n\nTo install SymbolResolver on your Pharo image, execute the following script: \n\n```Smalltalk\nMetacello new\n\tgithubUser: 'jecisc' project: 'SymbolResolver' commitish: 'main' path: 'src';\n\tbaseline: 'SymbolResolver';\n\tload\n```\n\nTo add SymbolResolver to your baseline:\n\n```Smalltalk\nspec\n\tbaseline: 'SymbolResolver'\n\twith: [ spec repository: 'github://jecisc/SymbolResolver:main/src' ]\n```\n\nNote you can replace the #main by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.2.? .\n\n## Documentation\n\n* [User documentation](resources/docs/UserDocumentation.md)\n* [Developer documentation](resources/docs/DeveloperDocumentation.md)\n\n## Version management \n\nThis project use semantic versioning to define the releases. This means that each stable release of the project will be assigned a version number of the form `vX.Y.Z`. \n\n- **X** defines the major version number\n- **Y** defines the minor version number \n- **Z** defines the patch version number\n\nWhen a release contains only bug fixes, the patch number increases. When the release contains new features that are backward compatible, the minor version increases. When the release contains breaking changes, the major version increases. \n\nThus, it should be safe to depend on a fixed major version and moving minor version of this project.\n\n## Smalltalk versions compatibility\n\n| Version \t| Compatible Pharo versions    |\n|-------------\t|------------------------------|\n| 1.x.x       \t| Pharo 70, 80, 90, 10, 11, 12, 13 |\n\n## Contact\n\nIf you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.fr","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2Fsymbolresolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjecisc%2Fsymbolresolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2Fsymbolresolver/lists"}