febeling (Florian Ebeling)
- Login: febeling
- Email: florian.ebeling@gmail.com
- Registered on: 06/19/2008
- Last sign in: 03/17/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/05/2018
-
08:04 PM Ruby Feature #11815: Proposal for method `Array#difference`
- Now that `Array#difference` has in #14097 become an operator with set semantics, this proposal should probably be closed.
09/30/2018
-
12:16 PM Ruby Feature #11815: Proposal for method `Array#difference`
- And analogously an method 'Array#intersection' would be valuable. Implementation could share most code.
09/29/2018
-
02:14 PM Ruby Feature #11815: Proposal for method `Array#difference`
- I could use this method for fixing this bug [1] in ActiveRecord.
To me it looks like a valuable addition.
It's about replacing collection associations which can be partially persisted, with persisted records being handled differen...
11/22/2008
-
12:14 AM Ruby Bug #742: 1.9.1-preview1 build fails on Mac OS X 10.4
- =begin
This issue has been both confirmed, but also reported to be solved in the latest nightly builds. See the mp ticket.
=end
11/11/2008
-
09:47 PM Ruby Bug #742 (Closed): 1.9.1-preview1 build fails on Mac OS X 10.4
- =begin
Using the configure options {{{--enable-shared --enable-pthread --without-tk}}} on OS X 10.4.11, build fails.
This is the tail of the make output:
{{{
cc -dynamic -bundle -undefined suppress -flat_namespace -o
../../...