User Details
- User Since
- Jan 19 2019, 8:24 PM (227 w, 5 d)
Today
Address @bulbazord comments:
- Make Target::SetLabel return an llvm::Error to propagate error messages to both the CommandObject and the SBAPI callers.
Yesterday
Address @bulbazord last comments
LGTM!
Address @bulbazord & @jingham's comments:
- Rename name -> label
- Add test
- Add sanity check to avoid having integer only labels
- Add target index when label already exist for another target
Reload the previous version of this diff
Address @bulbazord & @jingham's comments:
- Rename name -> label
- Add test
- Add sanity check to avoid having integer only labels
- Add target index when label already exist for another target
LGTM! Sorry I didn't look at this earlier...
Wed, May 31
I still need to add some tests.
TBH, it feels like a lot of - risky - changes just so IOHandlerGetControlSequence can return a llvm::StringRef ? Is that really necessary ?
Tue, May 30
LGTM! Can we add a test for this ?
LGTM! Are you considering doing it for the rest of the codebase as well ? That would be very nice :)
Thu, May 25
LGTM!
LGTM!
Can you add this commit hash to the .git-blame-ignore-revs file so it doesn't show up in the git history
Wed, May 24
Address @bulbazord & @aprantl comments.
Tue, May 23
Mon, May 22
More refactoring
Address @JDevlieghere & @bulbazord comments.
Address @bulbazord comments.
Sun, May 21
Many changes:
- Change SBAPI templated specialization for 2 distinct methods GetUnsignedIntegerValue & GetSignedIntegerValue
- Add new tests
- Update previous tests
Fri, May 19
Address @kastiglione comments and reformat.
Address @bulbazord comments
Address feedbacks:
- Simplify and Improve regex
- Add test
Thu, May 18
LGTM with nit.
Mon, May 15
Let's fix the Lua build failures first
We've already discussed that offline but I really think there should be a ScriptInterpreter SWIGBridge plugin and that would have all the method the Python and Lua SWIGBridge have in common, so the SB classes won't have to be specialized for every scripting language.
Fri, May 12
Thu, May 11
I guess the InterruptionControl argument makes it clearer. LGTM
Wed, May 10
LGTM!
I don't understand why the succeeding return value for GetFramesUpTo is false. It looks counter-intuitive to me. What's the motivation behind that ?
Tue, May 9
LGTM with some comments.
LGTM!
Thu, May 4
Very cool stuff!