{"id":16086455,"url":"https://github.com/jecisc/protocols","last_synced_at":"2025-04-05T14:41:23.505Z","repository":{"id":83914382,"uuid":"192977925","full_name":"jecisc/Protocols","owner":"jecisc","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-21T20:09:17.000Z","size":4771,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-18T11:11:20.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jecisc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2019-06-20T19:40:04.000Z","updated_at":"2019-06-24T18:33:36.000Z","dependencies_parsed_at":"2023-05-18T05:00:28.953Z","dependency_job_id":null,"html_url":"https://github.com/jecisc/Protocols","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FProtocols","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FProtocols/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FProtocols/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FProtocols/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jecisc","download_url":"https://codeload.github.com/jecisc/Protocols/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353679,"owners_count":20925324,"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":[],"created_at":"2024-10-09T13:13:19.770Z","updated_at":"2025-04-05T14:41:23.481Z","avatar_url":"https://github.com/jecisc.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protocols\n\n## API\n\n```Smalltalk\nMethodsInfoReader resetCache.\nversions := MethodsInfoReader cachedVersions.\n\np7 := versions detect: [ :e | e version = 7 ].\np6 := versions detect: [ :e | e version = 6 ].\n\np7 protocols size. \"2896\"\np7 extensionProtocols size. \"311\"\np7 nonExtensionProtocols size. \"2585\"\np7 methods size. \"92629\"\np7 classes size. \"6927\"\np7 packages size. \"521\"\n\naccessing := p7 protocols detect: [ :e | e name = 'accessing' ].\naccessing methods size. \"19122\"\naccessing classes size. \"3680\"\naccessing packages size. \"384\"\n\nnewProtocols := p7 newProtocolsSince: p6.\nnewProtocols size. \"455\"\n(newProtocols reject: #isExtension) size. \"362\"\n\nremovedProtocols := p7 removedProtocolsSince: p6.\nremovedProtocols size. \"344\"\n(removedProtocols reject: #isExtension) size. \"287\"\n```\n\n# Ideas\n\n- Extend Calypso to show protocols with `-` separator as tree.\n- Heuristic: if special characters or numbers, in general the protocol name is wrong.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2Fprotocols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjecisc%2Fprotocols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2Fprotocols/lists"}