-
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
Master: Increment version number to v2.0-beta.2 #261
Conversation
Update version of the devel branch
Issue174 incremental output, fixes #174
This is more in line with delta debugging. It makes it so that we only pass in the list of objects we want to test. It is really implementation details for the problem being addressed that says we actually care about the complement. Also, the complement is easy enough to compute in the test function without adding unnecessary computational complexity
Issue175 bisect test one arg
apparently the trusty distribution failed to do an apt-get update
Specifically with section "Test Return Values"
update MPI documentation
Generate compiler flags from toml file
Generate compiler flags from toml file
If the symbols list is empty, then return early, never even checking for dwarfinfo. That way, if there are no functions to match up, we do not even care about the dwarfinfo object.
Not yet used. But done as a first step.
It will now check to see if TROUBLE_CXX_TYPE is CLANG_TYPE, and if so it will add the --gcc-toolchain flag into TROUBLE_CFLAGS variable. However, we do not yet have a value in TROUBLE_CXX_TYPE, it is hard-coded to be None for now.
flitelf: fix _gen_file_line_table for empty dwarfinfo
issue257-missing-dwarfinfo
I still want to create a |
I have now added the Thanks, Ian! |
I guess one issue I have is inadequate documentation for many of the features that have been added in. What do you think? |
Also, incomplete testing of all features in the code base. But I hardly think that this problem should hinder the creation of new releases. |
Create release v2.0-beta.2 from v2.0-beta.1
Highlights of Major Changes
flit bisect
--compile-only
and--precompile-fpic
pyelftools
flit-config.toml
instead of being hard-codedflit import
: add--dbfile
flag to create an import database without aflit-config.toml
filehosts
section fromflit-config.toml
All Issues Addressed:
bisect_search
only take one argumentflit-config.toml
--compile-only
and--precompile-fpic
toflit bisect
--dbfile
toflit import
to import without aflit-config.toml
fileground-truth.csv
were attemptedpyelftools
.binutils
in the documentation-no-pie
not supported in older versions of clang #239 (PR Issue239 clang nopie #242): Fix support for older versions of the Clang compiler (version 4)hosts
fromflit-config.toml
#244 (PR Issue244 remove hosts #246); Remove thehosts
section fromflit-config.toml
. It was not used.flit-config.toml
for the FLiT search space. No longer hard-coded.