rengolin added a comment.
You will not be required to use submodules at all, as we'll all use the
individual projects, like we have always been. I don't understand why people
keep going back to it.
Having a single repository was part of the original proposal for years, and
every time it was sh
Author: jmolenda
Date: Tue Jul 19 22:49:02 2016
New Revision: 276079
URL: http://llvm.org/viewvc/llvm-project?rev=276079&view=rev
Log:
Add a default-value bool flag pretty_print to the StructuredData Dump methods.
They will dump pretty-print (indentation, extra whitepsace) by default.
I'll make
jlebar added a comment.
FYI after talking to Chandler, I'm going to write up a separate proposal for
the one-repository thing and send it to the list tomorrow. The suggestion was
that this phabricator thread isn't the right place to have this discussion.
https://reviews.llvm.org/D22463
___
jlebar added a subscriber: jlebar.
jlebar added a comment.
I'm sure you all have thought about this more than I have, and I apologize if
this has been brought up before because I haven't been following the thread
closely. But I am not convinced by this document that using subrepositories
beats
Author: enrico
Date: Tue Jul 19 18:58:23 2016
New Revision: 276065
URL: http://llvm.org/viewvc/llvm-project?rev=276065&view=rev
Log:
s/Cocoa/Foundation/
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
lldb/t
Author: enrico
Date: Tue Jul 19 18:50:31 2016
New Revision: 276061
URL: http://llvm.org/viewvc/llvm-project?rev=276061&view=rev
Log:
Fix an issue where the libc++ std::list formatter wasn't recognizing the new
memory layout correctly
rdar://problem/26999542
Modified:
lldb/trunk/source/Plug
Author: enrico
Date: Tue Jul 19 16:50:39 2016
New Revision: 276033
URL: http://llvm.org/viewvc/llvm-project?rev=276033&view=rev
Log:
Don't check the value of the unset variables on iOS
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/TestForma
Author: emaste
Date: Tue Jul 19 10:28:02 2016
New Revision: 275983
URL: http://llvm.org/viewvc/llvm-project?rev=275983&view=rev
Log:
Typo corrections identified by codespell
Submitted by giffu...@yahoo.com; I fixed a couple of nearby errors and
incorrect changes in the patch.
llvm.org/pr27634
M
On 7/19/16 8:55 AM, Robinson, Paul wrote:
I think we could emulate any pre-commit hook we like via GitHub
WebHooks by having two repositories: llvm and llvm-staging (say).
People push to llvm-staging, which notifies some LLVM server we own.
That does basic sanity checks and pushes to llvm prop
> > I think we could emulate any pre-commit hook we like via GitHub
> > WebHooks by having two repositories: llvm and llvm-staging (say).
> >
> > People push to llvm-staging, which notifies some LLVM server we own.
> > That does basic sanity checks and pushes to llvm proper if passed.
>
> I think
emaste added a comment.
With this patch, test results on FreeBSD are consistent.
https://reviews.llvm.org/D20436
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
emaste added a subscriber: emaste.
emaste added a comment.
I'm testing on FreeBSD now
https://reviews.llvm.org/D20436
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
ebtaleb updated the summary for this revision.
ebtaleb removed a reviewer: tberghammer.
ebtaleb updated this revision to Diff 64473.
https://reviews.llvm.org/D22132
Files:
cmake/LLDBDependencies.cmake
include/lldb/Symbol/OCamlASTContext.h
include/lldb/Symbol/TypeSystem.h
source/API/System
rengolin updated this revision to Diff 64469.
https://reviews.llvm.org/D22463
Files:
docs/Proposals/GitHub.rst
Index: docs/Proposals/GitHub.rst
===
--- /dev/null
+++ docs/Proposals/GitHub.rst
@@ -0,0 +1,254 @@
+===
rengolin updated this revision to Diff 64468.
rengolin added a comment.
Formatting issues (bullet points)
https://reviews.llvm.org/D22463
Files:
docs/Proposals/GitHub.rst
Index: docs/Proposals/GitHub.rst
===
--- /dev/null
+++ do
rengolin updated this revision to Diff 64467.
rengolin added a comment.
More updates, following recent comments.
https://reviews.llvm.org/D22463
Files:
docs/Proposals/GitHub.rst
Index: docs/Proposals/GitHub.rst
===
--- /dev/null
rengolin added inline comments.
Comment at: docs/Proposals/GitHub.rst:68
@@ +67,3 @@
+ * Collaborate with peers directly, even without access to the Internet
+ * Have multiple trees without multiplying disk space, multiple concurrent
builds
+
vsk wrote:
> What do
filcab added a comment.
Thanks a lot for working on this!
Filipe
https://reviews.llvm.org/D22463
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
I can't test this on Windows until Friday because I'm traveling and my
laptop isn't set up to build lldb. Could Stephane maybe help?
On Tue, Jul 19, 2016 at 1:51 AM Saleem Abdulrasool
wrote:
> compnerd updated this revision to Diff 64448.
>
> https://reviews.llvm.org/D20436
>
> Files:
> inclu
19 matches
Mail list logo