You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in many places commands; are; just; chained without any $status checking. So we should rather make sure that; and everything; and works; or do_error_handling
The text was updated successfully, but these errors were encountered:
I hope everybody understands the problem and that new code will do proper handling. Up to now oskar was small and used bu a smaller group of people. As we make it our main system not only for testing but for releasing as well we should get this right. Otherwise we will run soon in the same problems that we had with the old system.
cmake -DTARGET_ARCHITECTURE=nehalem -DCMAKE_BUILD_TYPE=RelWithDebInfo `-DCMAKE_CXX_COMPILER=/usr/lib/ccache/bin/g++ -DCMAKE_C_COMPILER=/usr/lib/ccache/bin/gcc -DUSE_MAINTAINER_MODE=Off -DUSE_ENTERPRISE=On -DUSE_JEMALLOC=On -DCMAKE_INSTALL_PREFIX=/ -DSTATIC_EXECUTABLES=On -DCMAKE_EXE_LINKER_FLAGS=-Wl,--build-id -no-pie ..
cmake output in work/cmakeArangoDB.log
Running make for static build, output in work/buildArangoDB.log
/scripts/downloadStarter.fish (line 13): Array index out of bounds
if test "$argv[2]" = ""
^
There is no error messages that would tell me what to do. I thought even support or marketing is supposed to use oskar at some point in the future. If we further schmutz like this it will never happen.
in many places
commands; are; just; chained
without any$status checking
. So we should rather make surethat; and everything; and works; or do_error_handling
The text was updated successfully, but these errors were encountered: