File tree 5 files changed +15
-10
lines changed
bin_with_git_submodule_dep
5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -2894,8 +2894,9 @@ rec {
2894
2894
# because we compiled those test binaries in the former and not the latter.
2895
2895
# So all paths will expect source tree to be there and not in the build top directly.
2896
2896
# For example: $NIX_BUILD_TOP := /build in general, if you ask yourself.
2897
- # TODO(raitobezarius): I believe there could be more edge cases if `crate.sourceRoot`
2898
- # do exist but it's very hard to reason about them, so let's wait until the first bug report.
2897
+ # NOTE: There could be edge cases if `crate.sourceRoot` does exist but
2898
+ # it's very hard to reason about them.
2899
+ # Open a bug if you run into this!
2899
2900
mkdir -p source/
2900
2901
cd source/
2901
2902
Original file line number Diff line number Diff line change @@ -140,8 +140,9 @@ rec {
140
140
# because we compiled those test binaries in the former and not the latter.
141
141
# So all paths will expect source tree to be there and not in the build top directly.
142
142
# For example: $NIX_BUILD_TOP := /build in general, if you ask yourself.
143
- # TODO(raitobezarius): I believe there could be more edge cases if `crate.sourceRoot`
144
- # do exist but it's very hard to reason about them, so let's wait until the first bug report.
143
+ # NOTE: There could be edge cases if `crate.sourceRoot` does exist but
144
+ # it's very hard to reason about them.
145
+ # Open a bug if you run into this!
145
146
mkdir -p source/
146
147
cd source/
147
148
Original file line number Diff line number Diff line change @@ -1488,8 +1488,9 @@ rec {
1488
1488
# because we compiled those test binaries in the former and not the latter.
1489
1489
# So all paths will expect source tree to be there and not in the build top directly.
1490
1490
# For example: $NIX_BUILD_TOP := /build in general, if you ask yourself.
1491
- # TODO(raitobezarius): I believe there could be more edge cases if `crate.sourceRoot`
1492
- # do exist but it's very hard to reason about them, so let's wait until the first bug report.
1491
+ # NOTE: There could be edge cases if `crate.sourceRoot` does exist but
1492
+ # it's very hard to reason about them.
1493
+ # Open a bug if you run into this!
1493
1494
mkdir -p source/
1494
1495
cd source/
1495
1496
Original file line number Diff line number Diff line change @@ -663,8 +663,9 @@ rec {
663
663
# because we compiled those test binaries in the former and not the latter.
664
664
# So all paths will expect source tree to be there and not in the build top directly.
665
665
# For example: $NIX_BUILD_TOP := /build in general, if you ask yourself.
666
- # TODO(raitobezarius): I believe there could be more edge cases if `crate.sourceRoot`
667
- # do exist but it's very hard to reason about them, so let's wait until the first bug report.
666
+ # NOTE: There could be edge cases if `crate.sourceRoot` does exist but
667
+ # it's very hard to reason about them.
668
+ # Open a bug if you run into this!
668
669
mkdir -p source/
669
670
cd source/
670
671
Original file line number Diff line number Diff line change @@ -272,8 +272,9 @@ rec {
272
272
# because we compiled those test binaries in the former and not the latter.
273
273
# So all paths will expect source tree to be there and not in the build top directly.
274
274
# For example: $NIX_BUILD_TOP := /build in general, if you ask yourself.
275
- # TODO(raitobezarius): I believe there could be more edge cases if `crate.sourceRoot`
276
- # do exist but it's very hard to reason about them, so let's wait until the first bug report.
275
+ # NOTE: There could be edge cases if `crate.sourceRoot` does exist but
276
+ # it's very hard to reason about them.
277
+ # Open a bug if you run into this!
277
278
mkdir -p source/
278
279
cd source/
279
280
You can’t perform that action at this time.
0 commit comments