new_job() doesn't warn about unknown parameters
Reported by tuulos (at gmail) | January 11th, 2009 @ 05:30 PM
typos in keyword arguments, such as new_job(requred_modules = [...]). are silently accepted and can cause confusing errors in the job.
Comments and changes to this ticket
-

tuulos (at gmail) January 11th, 2009 @ 05:30 PM
- State changed from new to open
-

tuulos (at gmail) April 6th, 2009 @ 02:20 AM
- State changed from open to resolved
(from [db707e7d79721fdebf6ce1694ffcc820cde23ab5]) new_job() warns about unknown parameters [#8 state:resolved] http://github.com/tuulos/disco/c...
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 ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.
People watching this ticket
Tags
Referenced by
-
8
new_job() doesn't warn about unknown parameters
(from [db707e7d79721fdebf6ce1694ffcc820cde23ab5]) new_job...