[#99426] [Ruby master Bug#17098] Float#negative? reports negative zero as not negative — chris@...

Issue #17098 has been reported by chrisseaton (Chris Seaton).

12 messages 2020/08/01

[#99449] [Ruby master Bug#17100] Ractor: a proposal for new concurrent abstraction without thread-safety issues — ko1@...

Issue #17100 has been reported by ko1 (Koichi Sasada).

41 messages 2020/08/03

[#99474] [Ruby master Feature#17103] Add a :since option to ObjectSpace.dump_all — jean.boussier@...

Issue #17103 has been reported by byroot (Jean Boussier).

9 messages 2020/08/04

[#99485] [Ruby master Misc#17104] Why are interpolated string literals frozen? — bughitgithub@...

Issue #17104 has been reported by bughit (bug hit).

23 messages 2020/08/05

[#99499] [Ruby master Bug#17105] A single `return` can return to two different places in a proc inside a lambda inside a method — eregontp@...

Issue #17105 has been reported by Eregon (Benoit Daloze).

10 messages 2020/08/06

[#99582] [Ruby master Feature#17122] Add category to Warning#warn — eileencodes@...

Issue #17122 has been reported by eileencodes (Eileen Uchitelle).

20 messages 2020/08/13

[#99700] [Ruby master Bug#17129] bundle install `eventmachine` and `sassc` fails since 914b2208ab3eddec478cdc3e079e6c30d0f0892c — yasuo.honda@...

SXNzdWUgIzE3MTI5IGhhcyBiZWVuIHJlcG9ydGVkIGJ5IHlhaG9uZGEgKFlhc3VvIEhvbmRhKS4N

9 messages 2020/08/26

[ruby-core:99799] [Ruby master Bug#17132] vcs.rb doesn't detect git submodules as vcs

From: bjorn.bidar@...
Date: 2020-08-31 11:31:10 UTC
List: ruby-core #99799
Issue #17132 has been updated by Thaodan (Bj=F6rn Bidar).


>As I have never used git submodule, I can't get what "target thats inside =
a submodule" means.
>Could you explain how you set up it?

It means that the target eg. the srcdir is in a git submodule.

It set it up like this:
``` shell
git init
git submodule add https://github.com/ruby/ruby.git

```



>.git file/directory doesn't exist in submodule?

it is but .git contains only the dir of the real git directory instead the =
main module.


The reason for all this is to keep the upstream source while having the dow=
nstream rpm directory in the same tree so that when building a tarball can =
be generated that is used to build the package in ci system.




----------------------------------------
Bug #17132: vcs.rb doesn't detect git submodules as vcs
https://bugs.ruby-lang.org/issues/17132#change-87317

* Author: Thaodan (Bj=F6rn Bidar)
* Status: Feedback
* Priority: Normal
* ruby -v: ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
Mostly a followup of #12239 as this was already about a similar use case.
When I run make-snapshot with a srcdir as target thats inside a submodule i=
t doesn't detect it as vcs.

My command line and the output:
`~/dev/sailfish/jolla/pkgs/mer_core/ruby/ruby/:./tool/make-snapshot  -srcdi=
r=3D../$PWD snapshot
Traceback (most recent call last):
        1: from ./tool/make-snapshot:584:in `<main>'
/home/bidar/dev/sailfish/jolla/pkgs/mer_core/ruby/ruby/tool/lib/vcs.rb:152:=
in `detect': does not seem to be under a vcs: ..//home/bidar/dev/sailfish/j=
olla/pkgs/mer_core/ruby/ruby (VCS::NotFoundError)
`



-- =

https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=3Dunsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next