-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to version 2021.1 #18
base: master
Are you sure you want to change the base?
Conversation
Changes in 2021.1 from SSA: It updates the economic data with the new automatic adjustments announced on October 13, 2020.
I’m talking to @AlexMerritt trying to figure out a way to make a version api that gets built into the javascript version. I can’t tell right now in the frontend if I have loaded the 2021 or 2020 code built into my wasm file. |
An API to |
Alex said "It's possible to [read the anypia32.rc file in a macro] but the correct way to manage the version numbers is to put it in the CMakeLists.txt file |
I guess building from that I propose we have a version file written in CMake script and referenced in CMakeList.txt that eventually can be written by a Github action script that downloads the latest version. For now it should have this format:
Remarks are taken from the top of https://www.ssa.gov/OACT/anypia/anypia.html at Maybe the project lines above could go on anypia-js/anypiajs/CMakeLists.txt Line 6 in b6762e4 |
I also troubleshooted and realized XCode 12 is making warnings into errors in the old version of Boost 1.64.0 |
Update to 2021.1 (#16), it does build but I haven't tested it