Florian Pagnoux
Florian Pagnoux
Un peu confus par cette issue: le titre est vague, la description pointe vers une PR mergéee. Est-ce que ce que décrit @monbocal est le coeur de l'issue?
Même avec l'attribut `start-date` et des périodes d'existences différentes, il n'a jamais été possible de créer deux variables avec le même nom. Je ne suis pas sûr que ce soit...
Sur la suppression du `start_date` : voir [l'issue](https://github.com/openfisca/openfisca-core/issues/371). De mémoire, c'était redondant avec les start dates des formules.
La mort oui, avec un attribut de variable comme `end = '2012-12-31'`. > Par contre, on aimerait savoir qu'une variable d''input (donc sans formula) n'existait pas avant une certaine date...
J'avais commencé quelques expérimentations, je vais les dépoussiérer et les partager :)
I think I identified the problematic JPG, and re-uploaded them. That fixed the git sync for a while but then it broke again, not sure why. To avoid data losses...
Same issue here
Investigating more, it seems that the CRON job is never started. [This line](https://github.com/Requarks/wiki-v1/blob/master/server/agent.js#L197) is executed, but [that one](https://github.com/Requarks/wiki-v1/blob/master/server/agent.js#L199) is never reached. So it looks like the `initialScan()` promise doesn't resolve....
I think we should be able to intercept calls to `get_variable` and equivalent methods to take into account an alias. This would also help making country packages breaking change less...
Same issue here, the following simple test doesn't pass: ```JS import IntlPolyfill from 'intl' Intl.DateTimeFormat = IntlPolyfill.DateTimeFormat; Intl.NumberFormat = IntlPolyfill.NumberFormat; it('formatNumber should not add digits', () => { const value...