1.7 is out,can we discuss the 1.8's todo list?
bugs,features and others which we want to do for 1.8 need a todo list.
1.8 todo list
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: 1.8 todo list
IMHO It is too early to discuss all this. We have no feedback yet about 1.7.
Only thing I am sure that 1.8 should has some system for extensions control.
Only thing I am sure that 1.8 should has some system for extensions control.
Re: 1.8 todo list
I agree, but maybe we could start to consider categories of activity:Ivan Denisov wrote:IMHO It is too early to discuss all this.
- Routine bug fixing, minor documentation improvements, very much as before.
- Minor additions of new features that do not risk any compatibility issues.
- More significant changes that may mean that 1.8 items (Documents, Views, ---) are not back-compatible with a 1.7 installation.
- Big ticket items, such as native Mac / Linux, 64-bit, compliance with the IEEE 754 arithmetic standard, ...
- Other ?
Controlling suggestions for the todo list I think is one of the biggest difficulties. I am sure we can all think of ideas that are individually good ideas, but collectively serve to damage the unique appeal of BlackBox; its minimalism, simplicity, and uncluttered approach. There is no point in developing another Visual Studio; it already exists.
Well thats started the discussion!Only thing I am sure that 1.8 should has some system for extensions control.
- Josef Templ
- Posts: 2047
- Joined: Tue Sep 17, 2013 6:50 am
Re: 1.8 todo list
Please note:
The next version must be 1.7.1 if it is compatible with 1.7.
Only if there are major incompatibilities such as new symbol or object files or
significant library changes, it will be 1.8. We only switched from 1.6 to 1.7 because there were such
incompatibilities, for example in the fingerprint calculation of the compiler
which made many symbol files incompatible.
- Josef
The next version must be 1.7.1 if it is compatible with 1.7.
Only if there are major incompatibilities such as new symbol or object files or
significant library changes, it will be 1.8. We only switched from 1.6 to 1.7 because there were such
incompatibilities, for example in the fingerprint calculation of the compiler
which made many symbol files incompatible.
- Josef
- DGDanforth
- Posts: 1061
- Joined: Tue Sep 17, 2013 1:16 am
- Location: Palo Alto, California, USA
- Contact:
Re: 1.8 todo list
I agree with Robert's analysis and was going to post something similar.Robert wrote:I agree, but maybe we could start to consider categories of activity:Ivan Denisov wrote:IMHO It is too early to discuss all this.
- Routine bug fixing, minor documentation improvements, very much as before.
- Minor additions of new features that do not risk any compatibility issues.
- More significant changes that may mean that 1.8 items (Documents, Views, ---) are not back-compatible with a 1.7 installation.
- Big ticket items, such as native Mac / Linux, 64-bit, compliance with the IEEE 754 arithmetic standard, ...
- Other ?
Controlling suggestions for the todo list I think is one of the biggest difficulties. I am sure we can all think of ideas that are individually good ideas, but collectively serve to damage the unique appeal of BlackBox; its minimalism, simplicity, and uncluttered approach. There is no point in developing another Visual Studio; it already exists.
Well thats started the discussion!Only thing I am sure that 1.8 should has some system for extensions control.
We need a way to organize desired change where items belonging to the same topic are posted together.
Perhaps something like "Features desired", "Modifications desired"?
-Doug
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: 1.8 todo list
IMHO it all should be done in existing forums hereDGDanforth wrote:We need a way to organize desired change where items belonging to the same topic are posted together.
Perhaps something like "Features desired", "Modifications desired"?
http://forum.blackboxframework.org/viewforum.php?f=39
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: 1.8 todo list
This should be done from the server side and from BlackBox side.Robert wrote:Well thats started the discussion!Only thing I am sure that 1.8 should has some system for extensions control.
From server side I started project http://apps.blackboxframework.org
From BlackBox side there is module CommHttp which can download. And there is module RedInstall which can install downloaded file.
http://gitlab.molpit.org/molpit/blackbo ... ref=master
Then there should be simple text database with all installed files for easy remove.
Update will be simple remove all this files then download new extension, decode and compile.
That's it.