尝试在 Pharo 2.0 中测试一些代码,它取决于被删除的 BlockContext?
Trying to test some code in Pharo 2.0 and it depends on BlockContext which was dropped?
尝试在 Pharo 2.0 中测试一些代码,它依赖于已删除的 BlockContext,我该怎么办?
您可以下载 Pharo 4 和 运行 Magritte 3 和 Seaside 3.1,因为它们是稳定版本。 Magritte 3 的主要变化,介绍和 explained early 2012, is the moving of the descriptions to the instance side, and renaming description to magritteDescription. You can find sample code of Seaside & Magritte in a QCMagritte image you can download from CI, in addition to the plain magritte builds
否则,只需查看 4 年前的 pharo、seaside 和 pier 邮件列表以及 monticello 存储库,看看有什么变化。由于过去 4 年 Squeak 和 Pharo 的改进,有很多小的变化。
如果您需要使用 Magritte 2 来迁移遗留代码,您可能想看看(使用 Pharo 5)我在 Smalltalkhub 上的实验性 MonticelloProjects 代码。这会在项目存储库中的 Monticello 包中构建所有源代码的数据结构,让您更容易地看到什么时候发生了变化。
尝试在 Pharo 2.0 中测试一些代码,它依赖于已删除的 BlockContext,我该怎么办?
您可以下载 Pharo 4 和 运行 Magritte 3 和 Seaside 3.1,因为它们是稳定版本。 Magritte 3 的主要变化,介绍和 explained early 2012, is the moving of the descriptions to the instance side, and renaming description to magritteDescription. You can find sample code of Seaside & Magritte in a QCMagritte image you can download from CI, in addition to the plain magritte builds
否则,只需查看 4 年前的 pharo、seaside 和 pier 邮件列表以及 monticello 存储库,看看有什么变化。由于过去 4 年 Squeak 和 Pharo 的改进,有很多小的变化。
如果您需要使用 Magritte 2 来迁移遗留代码,您可能想看看(使用 Pharo 5)我在 Smalltalkhub 上的实验性 MonticelloProjects 代码。这会在项目存储库中的 Monticello 包中构建所有源代码的数据结构,让您更容易地看到什么时候发生了变化。