如何从 Pharo 卸载特征

发布于 2024-11-27 01:54:46 字数 373 浏览 1 评论 0原文

我很确定我不会在作为开发人员的日常工作中使用 Traits。有一个脚本可以从 Squeak 图像中删除特征:

http://installer.pbworks.com /w/page/19997785/UnloadTraits

但我在

PharoCore 1.3 下测试没有成功(安装安装程序时出现问题: ScriptLoader新安装安装程序) Pharo 1.2 和 PharoCore 1.2(未找到提供的选择器和 LocalSends)

有任何工作脚本可以从 Pharo 卸载特征吗?

I'm quite sure I will not use Traits in my everyday work as developer. There is a script to remove Traits from a Squeak image:

http://installer.pbworks.com/w/page/19997785/UnloadTraits

but I've tested without success under

PharoCore 1.3 (problems installing Installer: ScriptLoader new installingInstaller)
Pharo 1.2 and PharoCore 1.2 (ProvidedSelectors and LocalSends not found)

There is any working script to unload traits from Pharo?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

够钟 2024-12-04 01:54:46

不容易实现,因为系统本身使用 Traits。删除脚本是很久以前为 Squeak 编写的,在 Pharo 中从未工作过。它肯定需要在 Pharo 中重新实现。最近邮件列表中有一些关于使特征可选的讨论,请检查那里的状态。

Not easily possible, because the system uses Traits itself. The removal-script was written for Squeak a long time ago and never worked in Pharo. It would certainly need to be re-implemented in Pharo. There was some discussion in the mailing-list about making traits optional recently, check the status there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文