Search found 539 matches

by Cjkjvfnby
Sun May 10, 2020 7:12 pm
Forum: Programming
Topic: Stale branches on freeorion/freeorion
Replies: 9
Views: 3069

Re: Stale branches on freeorion/freeorion

Ophiuchus wrote: Fri May 08, 2020 4:46 pm
adrian_broher wrote: Thu May 07, 2020 11:42 pm > And I see your name in these branches. Are you talking with yourself?

If you have nothing of value to contribute then shut the fuck up.
I think he did.
You don't contribute value too :)

Looks like the trouble with autocomplete is solved, and I can unsubscribe this thread.
by Cjkjvfnby
Thu May 07, 2020 11:33 pm
Forum: Programming
Topic: Stale branches on freeorion/freeorion
Replies: 9
Views: 3069

Re: Stale branches on freeorion/freeorion

Those branches clutter my local autocompletion for no good reason And I see your name in these branches. Are you talking with yourself? I worked in the repo with a lot of stale branches. It was not a trouble for me, it just looked ugly. But we had a user prefix (2-3 chars) in the name of each branc...
by Cjkjvfnby
Wed Apr 29, 2020 9:07 pm
Forum: Programming
Topic: AI module import dependency graph
Replies: 3
Views: 1870

Re: AI module import dependency graph

Seems like the class dependencies are all over the place (no different than the C++ code to be honest). Same people? It took me 10 years to start thinking about architecture :) > I post this graph just to track AI progress through the years. So this is the initial state for now? Yes, it is. Does th...
by Cjkjvfnby
Sun Apr 26, 2020 10:44 pm
Forum: Programming
Topic: AI module import dependency graph
Replies: 3
Views: 1870

AI module import dependency graph

I plan to do a little refactoring. To check which module depends on which I build a dependency graph. It shows which modules will be affected when you change one. I post this graph just to track AI progress through the years. I will pay additional attention to the dependency management when will wri...
by Cjkjvfnby
Thu Apr 16, 2020 8:54 pm
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

We did it!
Thank you.
by Cjkjvfnby
Sun Apr 12, 2020 8:01 pm
Forum: Programming
Topic: Continous Integration Questions, Answers and Howto Thread
Replies: 40
Views: 15744

Re: Continous Integration Questions, Answers and Howto Thread

Github released own CI. It is free for opensource.

Can replace both Travis and Appveyor.

https://github.com/features/actions
by Cjkjvfnby
Sun Apr 12, 2020 10:46 am
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

Yep, just give me some time to get around to organize the next release. Need to deal with some Corona-induced RL issues first (as you've maybe heard in the news, Austria, as other countries, has been more or less shut down, that requires some reorganization of work and private life). Corona marchin...
by Cjkjvfnby
Fri Mar 13, 2020 10:08 pm
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

Should we add such great news to wiki Latest News section ?

When we plan to do a release?
by Cjkjvfnby
Mon Feb 24, 2020 9:19 am
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

I have created a project on github. Main purpose to track all things to be done in one place. If you know that something to be done please create a card and add it tot he project. If you have already done something just create a card and move it to done. Like new SDK with python3 support (is it cros...
by Cjkjvfnby
Sun Feb 23, 2020 7:54 am
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

There are no more pylint warnings about python3 compatibility. It does not mean that code compatible, o01eg has encountered a lot of errors that was not reported by this tool. GitHub has some project management features. I will try to play with it. Forum is not best place to figure out what need to ...
by Cjkjvfnby
Sun Feb 09, 2020 6:01 pm
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

Migration to python3 will be delivered in the next release. Do we plan to release any other features? I try to list all the required actions to get it ready: Python 2, 3 compatibilities. I am working on it. I think we can do it in a week. C++ changes. Looks like it is almost done for AI, what about ...
by Cjkjvfnby
Tue Jan 28, 2020 8:25 pm
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

I miss master build for my playtesting. My build is not compatiable with FOCS from master anymore. Can you provide a new one for me? I see. Well, I can try to squeeze it in... depending on if we declare the official release on Sunday. If we do, you'll get new test builds of master on Tuesday anyway...
by Cjkjvfnby
Thu Jan 23, 2020 7:23 pm
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

I miss master build for my playtesting. My build is not compatiable with FOCS from master anymore. Can you provide a new one for me?
by Cjkjvfnby
Wed Jan 15, 2020 8:48 pm
Forum: Programming
Topic: Python3 migration
Replies: 70
Views: 29274

Re: Python3 migration

My progress so far. PR with tests compatiable with Python 3 is ready for review. https://github.com/freeorion/freeorion/pull/2711 TODO: Work with problem places reported by pylint (Here is an example. https://github.com/freeorion/freeorion/pull/2709). Blocked by pr with tests. Setup mypy and check p...