Uladzislau Shablinski
b40b072ed8
tab: fix Tab.for_formula versions ( #687 )
...
versions should be initialized even if formula is not installed
2016-08-13 21:26:21 +08:00
Vlad Shablinsky
42bc623a27
tab: allow to store versions
2016-08-06 21:25:56 +08:00
Mike McQuaid
164e46a729
Add missing development_tools requires.
2016-07-29 21:21:02 -06:00
Mike McQuaid
c90552f66b
tab: use the correct default compiler.
2016-07-29 21:21:02 -06:00
Xu Cheng
f49233c89b
Tab#for_formula: using Formula#installed_prefix
...
Closes #529 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2016-07-17 02:23:37 +08:00
Xu Cheng
30bbb93f21
tab: add missing methods
...
This makes `Tab` compatible with `BuildOptions`.
2016-07-15 19:57:23 +08:00
Martin Afanasjew
bf40dd64df
tab: eliminate redundant 'Tab.create' arguments ( #468 )
...
The `build` and `source_modified_time` arguments are always coming from
the matching attributes of the `Formula` instance. Thus query `formula`
for them instead of passing them individually.
2016-07-08 01:14:34 +02:00
Martin Afanasjew
77dd9d56ff
Use GitRepositoryExtension for HOMEBREW_REPOSITORY
2016-07-07 01:46:58 +02:00
Martin Afanasjew
86fa42b36c
tab: fix bad default_compiler reference
...
Partially addresses #219 . Related to changes introduced in #168 .
2016-05-08 20:12:51 +02:00
Zhiming Wang
1fa48234e5
tab: include installation date in string representation
...
This way brew info will include the installation date for each installed
version.
Closes #196 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-05-05 23:53:36 +02:00
Xu Cheng
a5cfc011e0
various: Homebrew/core is the core tap
...
Also make `Homebrew/homebrew` as an alias of this tap to keep
backward compatibility.
2016-04-02 21:51:36 +08:00
Xu Cheng
fab16b83e9
tab: add source modified time metadata
2016-01-15 16:26:04 +08:00
Mike McQuaid
e5ba31fcdc
Allow multiple option_names in dep/reqs.
...
This means that dependencies can be merged but still maintain all
their option names.
Closes Homebrew/homebrew#46916 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-15 08:37:16 +00:00
Xu Cheng
72f4323ea5
Tab#tap: returns tap object
2015-12-09 16:56:59 +08:00
Xu Cheng
f442510787
tab: use installed_prefixes
2015-11-29 20:24:30 +08:00
Mike McQuaid
10c79620c1
tab: use cache to avoid rereading the same files.
...
Closes Homebrew/homebrew#46400 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-27 16:52:54 +00:00
BrewTestBot
13d544e11e
Core files style updates.
...
Closes Homebrew/homebrew#42354 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 13:22:35 +01:00
Xu Cheng
b7732e80b4
tab: check mxcl/master synonym unconditionally
2015-08-02 16:34:45 +08:00
Xu Cheng
8f0249e9a1
handle mxcl/master synonym inside Tab#from_file_content
2015-08-02 16:12:14 +08:00
Xu Cheng
aa28226423
tab: set stable as default spec
...
Fixes Homebrew/homebrew#42297 .
2015-07-31 20:08:44 +08:00
Xu Cheng
808729e7ff
Tab: store spec of formula
2015-07-31 19:44:00 +08:00
Jack Nagel
7690a00d04
Stdlib check should use the compiler used to build the bottle
2015-06-27 20:04:45 -04:00
Dominyk Tiller
a289d7d2ca
tab: tweak options info output
...
Closes Homebrew/homebrew#41101 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-27 05:03:45 +01:00
Xu Cheng
ffd92a87c5
tab: allow load from file content
2015-06-02 16:45:43 +08:00
Mike McQuaid
f55257306e
tab: add method to set tap.
2015-05-27 10:21:45 +01:00
Jack Nagel
abb0cb3aa0
Switch to a more useful serialization of tap info
...
Closes Homebrew/homebrew#37383 .
2015-03-14 21:14:37 -04:00
Tim D. Smith
4057a68e6e
add bottle? method to Tab
...
Closes Homebrew/homebrew#37621 .
2015-03-11 21:08:54 -07:00
Jack Nagel
eadf7de61b
Decouple the install receipt from ARGV
2015-03-07 23:53:33 -05:00
Jack Nagel
35860ac60f
Switch to string keys
...
The OpenStruct initializer accepts both symbols and strings, but any
nested hashes will only allow access via string keys, so let's always
construct the object with strings for consistency.
2015-02-21 18:44:04 -05:00
Jack Nagel
a6b16dfa18
Eliminate conditional
2015-02-21 12:26:14 -05:00
Jack Nagel
22cf99094f
Set the path on "fake" install receipts
2015-02-21 12:26:14 -05:00
Jack Nagel
ac3c5592d8
Compiler is always a string
2015-02-20 21:50:22 -05:00
Jack Nagel
e92a87179a
Use ternary instead of inline rescue
2015-02-18 21:36:48 -05:00
Jack Nagel
4b1028c9e5
Start recording the formula path in the install receipt
...
Later we can use this information to try and load the formula from the
correct source.
2015-02-18 21:29:17 -05:00
Jack Nagel
1ab384a313
Revert "Start recording the formula path in the install receipt"
...
This reverts commit f98d1d660c38afe3caf1450b2443a6d5fab8a14b.
2015-02-18 21:08:24 -05:00
Jack Nagel
3158c398af
Start recording the formula path in the install receipt
...
Later we can use this information to try and load the formula from the
correct source.
2015-02-18 20:35:47 -05:00
Jack Nagel
dd90030213
Fix "possible reference to past scope" warnings on 2.2
2014-12-26 11:58:09 -05:00
Mike McQuaid
33b3449621
tab: remap deprecated options in tabs.
...
If a deprecated option is found in a tab, rename it to the new option.
2014-10-19 13:58:52 +01:00
Jack Nagel
7266ecd4e3
Hide install receipt key names
2014-10-15 01:30:56 -05:00
Jack Nagel
285f8f77e6
Tab#with? accepts the same types as BuildOptions#with?
2014-10-09 00:20:15 -05:00
Jack Nagel
c7444d34f7
Use the as_flags method instead of map
2014-08-14 01:00:23 -05:00
Jack Nagel
268cd143be
Replace Options.coerce with an alternate constructor
2014-08-13 11:09:57 -05:00
Jack Nagel
5c1c9e6550
Only store strings in the tab object
2014-08-13 11:09:57 -05:00
Mike McQuaid
a61c3615d2
Revert "Replace Options.coerce with an alternate constructor"
...
This reverts commit 8d2ef974a3a87bf4207f71ccb8a7b4776e16a016.
2014-08-13 08:45:06 +01:00
Jack Nagel
25395c6de6
Replace Options.coerce with an alternate constructor
2014-08-12 23:55:28 -05:00
Jack Nagel
2f1d40a764
Disconnect defined options from the build object
2014-08-10 21:45:24 -05:00
Jack Nagel
ca3c727267
Stop exposing combined options from the tab
2014-08-09 16:27:57 -05:00
Jack Nagel
f1cf62a4b5
Add predicate methods to Tab to match BuildOptions
2014-08-03 18:17:49 -05:00
Jack Nagel
142beddd7a
Use polymorphism to simplify stdlib compatibility check
2014-08-02 19:29:59 -05:00
Jack Nagel
331737ab25
Add without? to Tab
2014-07-30 21:04:17 -05:00