Hi all,
There is a small bug in the MooseMonticelloHTTPImporter>>#onURL: method. This method recursively calls itself.
"
"
^ (self onURL: anHTTPURL) import
The fix would be to change it to something like:
onURL: anHTTPURL
^self new onURL: anHTTPURL; import
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev