openfisca / openfisca-core

OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
170 stars 75 forks source link

Fix message bug #1081

Closed nikhilwoodruff closed 3 years ago

nikhilwoodruff commented 3 years ago

This should fix #1072 . I'll add version change information, but the action seemed to fail quite quickly for some reason.

Technical changes

nikhilwoodruff commented 3 years ago

Thanks @benjello for the approval - just want to make sure this won't break anything, is there a reason the CircleCI changes are refusing to run?

benjello commented 3 years ago

@HAEKADI @MattiSG @maukoquiroga any hint about the failing CircleCi job ?

HAEKADI commented 3 years ago

After a rebase the new GitHub Actions config should run smoothly. The CircleCI check is just a leftover from the previous config and will be removed but it is not required for the merge. cc @sandcha

sandcha commented 3 years ago

Thank you @HAEKADI! Build stopped on CircleCI. cc @MattiSG
A rebase should solve the current building issue. Let me know if I can help on anything else @nikhilwoodruff :)

MattiSG commented 3 years ago

I triggered the build 🙂

As the CI says, the blocking point now is the version number that should be bumped.

@nikhilwoodruff can you update the CHANGELOG and setup.py? I think this is just a patch version update, so version 35.7.3 should be good 👍 Let us know if you need any help with this! 🙂

MattiSG commented 3 years ago

(as a side note, I suggest you git rm src/openfisca-core locally, as you accidentally added it as a submodule in https://github.com/openfisca/openfisca-core/pull/1081/commits/97fc9005a4dc271acfe15a94c457372ec61cca07)

nikhilwoodruff commented 3 years ago

Oh thanks @MattiSG - not sure how that happened. I've just added an entry to the changelog and bumped the version.

MattiSG commented 3 years ago

(I added a commit mostly to trigger the build, which apparently does not get triggered from third-party pull requests 🤔)

HAEKADI commented 3 years ago

@MattiSG I opened a PR #1083 to solve the issue.