I have some existing classes that I want to wrap up on a namespace and I'm having trouble seeing how that's going to work. Let's say I have: var foos; function...
136
fawkyoou
good.midget@...
Jul 3, 2007 10:20 pm
Hey Michael, Great work on Ajile. Love it! Found what could be considered a bug... When modifying or adding methods to Object it causes Ajile to throw...
137
iskitzdev
Jul 4, 2007 12:35 am
Hey, Thanks for the feedback. I recognize the error you're talking about but it's a bit strange that it's still happening. The code you see traversing...
138
iskitzdev
Jul 4, 2007 4:33 am
Hi, Sorry I couldn't write back sooner. Here's an explanation by code. If the code with comments doesn't help, let me know. // Guarantee that com.yahoo...
139
iskitzdev
Jul 5, 2007 5:34 am
Well I tested Ajile 0.7.9 with code that modifies Object.prototype and it works. It seems to handle external Object.prototype changes without problems. If...
140
fawkyoou
good.midget@...
Jul 6, 2007 3:25 pm
For those of you that haven't discovered this yet, when doing nested imports (i.e. calling Import on a namespace'd class whose containing file also has further...
141
iskitzdev
Jul 7, 2007 5:20 am
Hey, Thanks for sharing this. I hadn't noticed this behavior, are you sure about it? Can you provide a working sample that shows the problem and the solution? ...
142
fawkyoou
Jul 13, 2007 5:57 pm
I've posted a zip containing examples of the Object.prototype issue (ref: http://tech.groups.yahoo.com/group/ajile/message/136) and the Nested Imports issue...
143
fawkyoou
Jul 13, 2007 8:51 pm
Hey Michael, I've been doing some digging, and it appears that this Object.prototype problem may, in fact, be the cause of the Import issues and some other...
144
mikeizworkin
Jul 13, 2007 9:00 pm
Hey good midget or is it fawkyou? :-) Thanks for putting together the detailed samples. I'll take a look at them tonight. I've been working on creating more...
145
mikeizworkin
Jul 13, 2007 9:06 pm
Excellent! This is precisely the change I mentioned vaguely in my response to your last post. Great work. I'll be making a new release soon, it will include...
146
fawkyoou
Jul 13, 2007 9:07 pm
See my post http://tech.groups.yahoo.com/group/ajile/message/143 It may not be in your ideal, but it is a solid fix for both issues... What tools are you using...
147
fawkyoou
Jul 13, 2007 9:14 pm
Sweet! I'd love to help you out with setting up your unit tests. At the moment I'm pretty slammed with building out our architecture for another project....
148
iskitzdev
Jul 14, 2007 12:21 am
Danny, Thanks for the offer. Yeah I'd appreciate those tests, makes my life easier too. I use Ajile in some of my own projects and being able to rely on it ...
149
iskitzdev
Jul 14, 2007 4:09 am
Update! This sneaky bug occurs in one more place, it's like a virus I tell you! This has got to be one of the best examples of how much trouble, pain, and time...
150
iskitzdev
Jul 25, 2007 11:11 am
All, [:))] <http://ajile.iskitz.com/> <http://ajile.iskitz.com/> Ajile 0.9 <http://ajile.iskitz.com/> , the latest release, is now available for download!...
151
iskitzdev
Jul 26, 2007 4:16 am
!!! UPDATE !!! The behavior described in this thread is actually a symptom of another problem and is *NOT RELATED* to any ordering requirement for Import and...
153
iskitzdev
Sep 6, 2007 4:29 am
See http://ajile.iskitz.com/ for details on the new Ajile 0.9.8 release!...
154
mikeizworkin
Sep 19, 2007 5:57 pm
Ajile 0.9.9 has been released. Visit http://ajile.iskitz.com/ for details. Download it from http://prdownloads.sourceforge.net/ajile/Ajile.0.9.9.zip?download...
155
markat2
markat2@...
Sep 21, 2007 4:22 pm
Hello We are using Ajile and have hit upon a problem using it with ASP.NET in it's default configuration. If one is using the standard IIS "default document"...
156
iskitzdev
Sep 22, 2007 11:08 am
Hi Mark, The short answer is that Ajile can already handle this, you'll just have to give it a little help ;-) The long answer is that Ajile treats default...
157
markat2
markat2@...
Sep 24, 2007 8:44 am
Thanks for the comprehensive reply Michael, we'll certainly consider adding the extra JS file as an option. As I see it the main downside to that approach is...
158
markat2
markat2@...
Sep 24, 2007 1:45 pm
Hello again. I have a second issue that perhaps you can help with. Some of our pages use query string arguments. For instance an email address. Ajile does not...
159
mikeizworkin
Sep 24, 2007 5:17 pm
Hi Mark, Just to clarify, there is no extra round-trip to the server when using the extra JS file option. If all you did was create a copy of your default.js...
160
mikeizworkin
Sep 24, 2007 5:26 pm
Hi Mark, That's definitely a bug! Thanks for finding and reporting it. I'll try to have the issue resolved and a fix released by the weekend. I have an...
161
markat2
markat2@...
Sep 25, 2007 9:28 am
Great, thanks Mike, we'll test it as soon as it's ready!...
162
markat2
markat2@...
Sep 25, 2007 12:11 pm
Yes, I'm afraid I discounted the duplicate-the-file option as most likely to lead to a nightmare of recriminations amongst the team as to who updated which...
163
mikeizworkin
Sep 25, 2007 1:48 pm
Mark, Please download and try the Ajile 0.9.9.1 early release from: http://prdownloads.sourceforge.net/ajile/Ajile.0.9.9.1.zip?download I've added a fix for...
164
markat2
markat2@...
Sep 26, 2007 9:10 am
Hi I've noticed that Ajile.Unload seems to be failing on our pages when we use Ajile.Unload() on IE The problem does not occur on FF, nor does it happen with...
165
mikeizworkin
Sep 26, 2007 4:19 pm
Right you are Mark. I'll look into this and include a fix in this weekend's release. Thanks for reporting this....