isLocal parameter of objj_import is not respected
Reported by Tomas Franzén | October 2nd, 2008 @ 12:34 PM | in 0.5.2
The isLocal parameter of objj_import is not respected, and is always treated as YES.
The reason for this seems to be a parameter mismatch between where objj_import calls fragment_create_file and what fragment_create_file expects.
objj_import does this:
fragment_create_file(aPath, isLocal, YES)
but look at fragment_create_file's params:
fragment_create_file(aPath, aBundle, isLocal, isImport,
aFile)
This shows that isLocal should in fact be the third parameter, and not the second as called by objj_import. There are also two unused params, but I'm not sure what implications this has.
Comments and changes to this ticket
-
admin (at 280north) October 2nd, 2008 @ 03:02 PM
- State changed from new to resolved
(from [7a69d6e711134824e15b6b8a20431d70ac98f7ed]) Fix for objj_import using old code.
[#82 state:resolved]
Reviewed by me. http://github.com/280north/cappu...
-
Francisco Tolmasky October 2nd, 2008 @ 10:16 PM
- Assigned user set to Francisco Tolmasky
- Milestone set to 0.5.2
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.