Activity
From 05/26/2009 to 06/01/2009
06/01/2009
-
11:17 PM Bug #1553 (Closed): String#index Ignores Out-of-Range Offset When Given Regexp Matching the Empty String
- =begin
On Ruby 1.9 String#index(Regexp, Fixnum) ignores the Fixnum offset when the Regexp matches the empty string and the offset represents a position outside the string. In this case it returns the position of the last match in the st... -
08:52 PM Bug #1552 (Closed): String#strip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Calling String#strip! on a frozen string raises a RuntimeError even if the string was not changed. String#rstrip! doesn't raise an exception in this scenario. I believe that the latter behaviour is correct; #strip! should only ra... -
08:43 PM Bug #1551 (Closed): String#slice! Raises RuntimeError on Frozen String Despite Making No Changes
- =begin
On 1.9.2 and 1.9.1 calling String#slice! on a frozen string causes a RuntimeError to be raised even if the method wouldn't have changed the string. This behavior is inconsistent with other operations on frozen strings, and a regr... -
08:13 PM Bug #1550 (Closed): String#lstrip! raises RuntimeError on Frozen String Despite Making No Changes
- =begin
Calling String#lstrip! on a frozen string raises a RuntimeError even if the string was not changed. String#rstrip! doesn't raise an exception in this scenario. I believe that the latter behaviour is correct; #lstrip! should only ... - 11:47 AM Revision 4f2a770b (git): * lib/mkmf.rb (create_makefile): should set srcs in all paths.
- * lib/mkmf.rb (create_makefile): $objs somtimes includes files with
$OBJEXT instead of ".o".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:27 AM Bug #1548 (Closed): Segfault when Transferring to a Fiber which Resumes Itself
- =begin
Applied in changeset r23616.
=end
-
06:16 AM Bug #1548 (Closed): Segfault when Transferring to a Fiber which Resumes Itself
- =begin
On both the trunk version and 1.9.1 I can reproduce a segfault by transferring to a Fiber from the root Fiber, when the former attempts to resume itself. Both stack traces below were generated from binaries I compiled myself usin... -
02:21 AM Revision 6c743b0e (git): * cont.c (cont_capture, fiber_store): reraise transferred error.
- * cont.c (fiber_switch): transfers dead fiber error to the previouse
or root fiber if the current fiber is dead. [ruby-core:23651]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:41 AM Revision 4c79d4be (git): * include/ruby/intern.h (rb_exc_new2): optimization for literal.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Revision 99945ed6 (git): * cont.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 AM Revision 3a1b61f0 (git): * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
- segmentation fault caused by (insanely) long decimal values.
backported from 1.9.
* ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i,
BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split,
BigDecimal_inspect): ditto.
git...
05/31/2009
- 10:54 PM Revision 3252c3f5 (git): * 2009-06-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:54 PM Revision 5d612b96 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
- exp is bigger than DBL_MANT_DIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:46 PM Revision cfacda1a (git): * 2009-06-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:46 PM Revision 5594f2bf (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
- exp is bigger than DBL_MANT_DIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:28 PM Revision 8dadafa2 (git): * lib/mkmf.rb (create_makefile): checks for duplication of source
- files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:28 PM Revision 17d88c03 (git): * lib/mkmf.rb (create_makefile): checks for duplication of source
- files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:26 PM Revision 7dbc1cf6 (git): * file.c (istrailinggarbage): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision d6d8d973 (git): * file.c (istrailinggarbage): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:57 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
On Sat, May 30, 2009 at 9:02 AM, Pan Li <[email protected]> wrote:
> Issue #999 has been updated by Pan Li.
>
>
> Hi guys, I wrote a post to share my experience on fixing the problem. Basically what you need is downloadin...
05/30/2009
-
11:29 PM Bug #1543 (Closed): failure: test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
- =begin
11) Failure:
test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
<"endblockwarn_rb:2: warning: END in method; use at_exit\n(eval):2: warning: END in method; use at_exit\n"> e... -
11:25 PM Bug #1542 (Closed): test_inplace_rename_impossible(TestArgf)
- =begin
10) Failure:
test_inplace_rename_impossible(TestArgf) [c:/dev/downloads/ruby_trunk/test/ruby/test_argf.rb:199]:
<[]> expected but was
<["-:2: [BUG] Segmentation fault",
"ruby 1.9.2dev (2009-05-26 trunk 23569) [i386-mingw... -
11:24 PM Bug #1541 (Closed): mingw ssl: Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
- =begin
If you delete test_io.rb and test_exception.rb and re-run make test-all for mingw, it completes!
Yea!
Here are a few bug reports from said run.
mingw32, gcc 3.4.5, TRUNK.
overall result: 6050 tests, 2510241 assertio... -
11:03 PM Bug #1540 (Third Party's Issue): read on win32 now defaults to blocking
- =begin
Currently the win32.{c,h} files override calls to "read" in the code with windows style read calls.
The goal being to give read the same semantics on both linux and windows, for c ruby code.
With 1.8.6 the calls to read on... -
09:04 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
I know it is a hack but that it works for me.
=end
-
09:02 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
Hi guys, I wrote a post to share my experience on fixing the problem. Basically what you need is downloading those dlls from their homepage and copy to ruby path.
http://blog.orangecabin.com/2009/05/install-ruby-1-9-on-windo...
05/29/2009
-
05:17 PM Bug #1534 (Closed): Inconsistency Between Struct#to_s and Struct#inspect
- =begin
Applied in changeset r23606.
=end
-
07:33 AM Bug #1534 (Closed): Inconsistency Between Struct#to_s and Struct#inspect
- =begin
http://redmine.ruby-lang.org/issues/show/1427
http://redmine.ruby-lang.org/issues/show/1533
の二つと同じ問題をStructで発見しました。
ruby 1.9では通常Struct#to_sとStruct#inspectは同じ文字列を返しますが、自己再帰する構造体に対しては異なる結果を返しています。
# ruby 1.9.2dev (20... -
05:17 PM Bug #1537 (Closed): The Feature of Hash#to_s was Changed
- =begin
Applied in changeset r23605.
=end
-
05:00 PM Bug #1537 (Closed): The Feature of Hash#to_s was Changed
- =begin
r23604で、Hash#to_sの仕様が以下のように変わりましたが、これは意図的なものですか?
[before] Hashの各keyとvalueをinspectしたものを{}内にまとめる
{'' => ''}.to_s #=> '{""=>""}'
[after] Hashの各keyとvalueをto_sしたものを{}内にまとめる
{'' => ''}.to_s #=> '{=>}'
# r23604のhas... -
10:07 AM Bug #1533 (Closed): Inconsistency Between Hash#to_s and Hash#inspect
- =begin
Applied in changeset r23604.
=end
-
06:15 AM Bug #1533 (Closed): Inconsistency Between Hash#to_s and Hash#inspect
- =begin
There is an inconsistency between Hash#to_s and Hash#inspect with respect to recursive data structures. For example:
$ ruby -v -e 'x={};x[0]=x;p x.to_s'
ruby 1.9.1p129 (2009-05-12 revision 23412) [i686-linux]
... -
09:33 AM Bug #1527 (Closed): 1.9 compilation fails on windows if you have the pthread library installed
- =begin
=end
-
04:27 AM Bug #1527: 1.9 compilation fails on windows if you have the pthread library installed
- =begin
thanks appears fixed.
=end
-
08:10 AM Revision 08e914f3 (git): * struct.c (Init_Struct): made #to_s an alias to #inspect to
- reduce the result of recursive struct. a patch from ujihisa at
[ruby-dev:38554].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:08 AM Revision 2a6fb969 (git): * hash.c (Init_Hash): made #to_s an alias to #inspect to reduce
- the result of recursive array. a patch from ujihisa at
[ruby-core:23601]. [ruby-dev:38555]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:18 AM Bug #1532 (Closed): Improved matrix.rb [patch]
- =begin
The fact that the 'matrix' library is included in Ruby is very helpful.
There are currently some open bugs, and some improvements could make it easier to use.
Propositions:
1) Matrix#trace should raise an ErrDimension... -
04:17 AM Bug #1531 (Closed): Matrix#determinant fails on some matrices
- =begin
ruby1.9 -r matrix -e 'Matrix[[0,1],[1,0]].determinant'
/usr/local/ruby191/lib/ruby/1.9.1/matrix.rb:685:in `block (2 levels) in determinant': undefined method `+' for nil:NilClass (NoMethodError)
from /usr/local/ruby191/lib/r... -
01:04 AM Revision 893349ca (git): * hash.c (rb_hash_inspect): rescurses with defined ID to get rid
- of extra call. [ruby-core:23601]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:30 AM Revision 82f2e90d (git): * enum.c (collect_all): checks interrupts. [ruby-core:23594]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 AM Revision b45d7f93 (git): * ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable.
- a patch from Jeremy Kemper <jeremy AT bitsweat.net> at
[ruby-core:23592]. [ruby-core:23588]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/28/2009
-
08:12 AM Bug #1527 (Feedback): 1.9 compilation fails on windows if you have the pthread library installed
- =begin
=end
-
08:11 AM Bug #1527: 1.9 compilation fails on windows if you have the pthread library installed
- =begin
I think it's fixed at r23601.
=end
-
07:46 AM Bug #1527 (Closed): 1.9 compilation fails on windows if you have the pthread library installed
- =begin
how to recreate: download GCC 4.4 with pthreads from http://www.tdragon.net/recentgcc/ (the default)
build TRUNK.
Thanks!
-=r
=end
-
07:45 AM Bug #1368: ruby19 trunk (svn revision 23160) build fails compiling dl ext on win32
- =begin
do you still get this error?
-=r
=end
-
03:58 AM Bug #1523 (Closed): typo in sample/optparse/opttest.rb
- =begin
Applied in changeset r23600.
=end
-
02:25 AM Bug #1020: Matrix#rank loops in some circumstances
- =begin
Similarly:
$ ruby1.8 -rmatrix -ve 'p Matrix[ [1, 2, 0, 3], [1, -2, 3, 0], [0, 0, 4, 8], [2, 4, 0, 6] ].rank'
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
3
$ ruby -rmatrix -ve 'p Matrix[ [1, 2,... -
01:58 AM Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
- =begin
It appears that this bug is OS X-specific. On Ubuntu 8.04 it behaves correctly: ruby 1.9.1p129 (2009-05-12 revision 23412) [x86_64-linux]
=end
-
01:43 AM Bug #1525 (Closed): Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
- =begin
The following code seems to cause a VM-wide deadlock on 1.9:
require 'thread'
lock = Mutex.new
cond = ConditionVariable.new
t = Thread.new do
lock.synchronize do
cond.wait(lock)
end
end...
05/27/2009
-
10:39 PM Revision f0371f2f (git): * configure.in (THREAD_MODEL): reject unknown value and checks
- pthread.h only when pthread. [ruby-core:23577]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:48 PM Revision 62005d34 (git): * sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 PM Revision 4f6bfb4a (git): * time.c (time_strftime): update RDoc according to info from
- Marc-Andre Lafortune in [ruby-core:23575]. [ruby-core:23564]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:48 PM Revision 0fd221bd (git): * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshaling
- URI objects between Ruby 1.8 and Ruby 1.9.
[ruby-dev:38377]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:31 PM Revision 7afe0c92 (git): * marshal.c (w_encoding): more compact encoding information for
- US-ASCII and UTF-8. [incompatible] [experimental]
* marshal.c (r_ivar): restore :E encoding information.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:16 PM Revision 80ad1473 (git): * bignum.c (bigand_int): new function to calculate bignum and
- fixnum without allocating internal bignum.
* bignum.c (bigor_int): ditto.
* bignum.c (bigxor_int): ditto.
* bignum.c (bigand_int): even less object allocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23596 b2dd03c8-39d4-4d8... - 03:56 PM Revision 72f4e2c7 (git): * 2009-05-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 PM Revision 844a6890 (git): * st.c (st_insert2): new function with processing new key,
- e.g. copy.
* hash.c (rb_hash_aset): use st_insert2() to reduce redundant
st_lookup calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:00 PM Revision 51bf0388 (git): * parse.y (struct parser_params): lex_gets_ptr should be long.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:44 AM Revision 6fc35dff (git): * vm_dump.c (rb_vm_bugreport): no empty lines.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 AM Bug #1506 (Closed): irbで日本語を入力できない
- =begin
Applied in changeset r23591.
=end
-
01:40 AM Bug #1506: irbで日本語を入力できない
- =begin
いまいです。
From: Nobuhiro IMAI <redmine_at_ruby-lang.org>
Date: Sat, 23 May 2009 19:27:16 +0900
> irb(main):002:0> の行は「:あああ」と入力してるつもりなのですが、
> \x3a\xe3\xe3 みたいなのが出力されてるようです。
Readline.input= に IO を渡すとおかしくなるようです。文字単位で取れてる
けど...
05/26/2009
-
09:16 PM Bug #1162 (Open): Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
=end
-
08:15 PM Bug #1523 (Closed): typo in sample/optparse/opttest.rb
- =begin
separator ではないでしょうか。
Index: opttest.rb
===================================================================
--- opttest.rb (リビジョン 23541)
+++ opttest.rb (作業コピー)
@@ -13,7 +13,7 @@ ARGV.options do
|opts|
opts.b... -
05:39 PM Revision 9aaa2da6 (git): * ext/readline/readline.c (readline_getc): the function for
- rl_getc_function must be a byte function.
so use getbyte method. [ruby-dev:38535]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:00 PM Bug #1511: "[BUG] Segmentation fault" with Win32API
- =begin
Fixed already: http://redmine.ruby-lang.org/repositories/revision/1?rev=22889
sorry.
=end
-
12:34 PM Bug #1514: test_time.rb failure in windows (mingw)
- =begin
thanks--that was sure quick.
-=r
=end
-
03:47 AM Bug #1514 (Closed): test_time.rb failure in windows (mingw)
- =begin
Applied in changeset r23569.
=end
-
01:40 AM Bug #1514 (Closed): test_time.rb failure in windows (mingw)
- =begin
Here's another output from running make test-all on mingw, gcc 3.4.5, TRUNK.
It would be very kind if test-all were run with slightly more frequency on windows before releases were released.
Thanks.
-=r
TestTimeExten... -
12:27 PM Revision c852a64c (git): merge revision(s) 22489:
- * Makefile.in (update-rubyspec, test-rubyspec): Catch up to
rubyspec merge. A patch by Brian Ford at [ruby-core:21032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:22 PM Revision 006cdad1 (git): merge revision(s) 22429:
- * lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
method name typo. [Bug #1173]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:20 PM Revision 7a5eaffe (git): merge revision(s) 22392:22394:
- * file.c (rb_file_s_extname): fix for spaces before extention.
[ruby-dev:38044]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:15 PM Revision 0175825c (git): merge revision(s) 22333,22338:
- * win32/win32.c (_CrtDbgReportW): prevent from false positive
assertions in msvcrtd. [ruby-core:22116]
* win32/Makefile.sub (CRTDEFFLAGS): separated from DEFS.
* win32/win32.c (rtc_error_handler): ignores RTC e... -
12:06 PM Revision 6ec32b4a (git): merge revision(s) 22332:
- * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.
[ruby-talk:328195], [ruby-core:22142]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:00 PM Revision 54b48da2 (git): merge revision(s) 22329:
- * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
* test/ostruct/test_ostruct.rb: test for inspect.
Patch by Kornelius Kalnbach. [ruby-core:209... -
11:54 AM Revision dd459e88 (git): merge revision(s) 22299:
- * eval.c (rb_thread_schedule): handle EBADF of select as well.
[ruby-core:21264]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:24 AM Revision 3898e7b8 (git): * gc.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:58 AM Revision 8e86bd59 (git): * common.mk (bignum.o, numeric.o): depend on util.h.
- * bignum.c, marshal.c: fixed types.
* numeric.c (infinite_value): use ruby_div0.
* include/ruby/util.h (ruby_div0): moved from marshal.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:19 AM Revision 0acedf80 (git): * bignum.c (bignew_1): inline memory allocation.
- * bignum.c (bigtrunc): call rb_big_resize() only when needed.
* bignum.c (bigfixize): declare inline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:10 AM Revision 120d1b49 (git): Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <[email protected]>
- * lib/mkmf.rb: use map! to replace strings in $objs array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:22 AM Revision 06405716 (git): * parse.y (parser_yyerror): get rid of possible overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e