Anonymous | Login | 03-01-2021 18:58 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
0007474 | [Squeak] VM | minor | always | 03-08-10 21:54 | 05-03-10 23:41 | ||||||||
Reporter | nicolas cellier | View Status | public | ||||||||||
Assigned To | lewis | ||||||||||||
Priority | normal | Resolution | fixed | ||||||||||
Status | resolved | Product Version | trunk | ||||||||||
Summary | 0007474: B3DPluginEngine stores into a block argument | ||||||||||||
Description |
If Preference for not allowing such assignment is enabled, then VMMaker update won't load. Most often, these blocks are used as secondparameter of #inject:into: and do not require the assigment. |
||||||||||||
Additional Information |
Problem is located in class method: translateInDirectory: directory doInlining: inlineFlag "Special case for the 3D code. Check all the classes' timestamps, not just one" | cg fname fstat tStamp| fname _ self moduleName, '.c'. tStamp _ 0. tStamp _ { B3DEnginePlugin. B3DTransformerPlugin. B3DVertexBufferPlugin. B3DShaderPlugin. B3DClipperPlugin. B3DPickerPlugin. B3DRasterizerPlugin} inject: 0 into: [:tS :cl| Cannot store into ->tS _ tS max: cl timeStamp]. Should be: (...snip...) inject: 0 into: [:tS :cl| tS max: cl timeStamp]. |
||||||||||||
Attached Files | |||||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
40 total queries executed. 32 unique queries executed. |