Skip to content
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

Error from astyle-check in src/weather.cpp #36516

Closed
wapcaplet opened this issue Dec 28, 2019 · 1 comment
Closed

Error from astyle-check in src/weather.cpp #36516

wapcaplet opened this issue Dec 28, 2019 · 1 comment

Comments

@wapcaplet
Copy link
Contributor

wapcaplet commented Dec 28, 2019

Describe the bug

When doing a clean compilation on Ubuntu Linux with this recent change to src/weather.cpp: d4c7fbf

I am getting this error from astyle-check:
$ make -j2 TILES=1 SOUND=0 RELEASE=1 USE_HOME_DIR=1 astyle -V: Artistic Style Version 3.1 #define VERSION "0.D-10748-g941f00f157"
astyle regressions found. Formatted src/weather.cpp Makefile:1029: recipe for target 'astyle-check' failed
make: *** [astyle-check] Error 1

Steps To Reproduce

Steps to reproduce the behavior:

  1. Run 'make clean && make -j2 TILES=1 SOUND=1 RELEASE=1 USE_HOME_DIR=1

Expected behavior

Successful compilation

Versions and configuration

Using experimental branch as of commit d4c7fbf

Additional context

Rolling back the commit in question allowed me to compile successfully.

@BevapDin
Copy link
Contributor

Fixed by #36505.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants