#jogamp @ irc.freenode.net - 20140907 05:05:42 (UTC)


20140907 05:05:42 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140906050541.html
20140907 05:05:42 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140907050542.html
20140907 07:04:28 * hija (~hija@anon) has joined #jogamp
20140907 07:14:55 * hija (~hija@anon) Quit (Quit: hija)
20140907 07:48:28 * [Mike] (~Mike]@anon) Quit ()
20140907 10:03:27 * hija (~hija@anon) has joined #jogamp
20140907 10:12:21 * hija (~hija@anon) Quit (Quit: hija)
20140907 10:20:08 * hija (~hija@anon) has joined #jogamp
20140907 10:29:24 * xranby (~xranby@anon) Quit (Ping timeout: 246 seconds)
20140907 10:47:25 * xranby (~xranby@anon) has joined #jogamp
20140907 11:30:42 * hija (~hija@anon) Quit (Quit: hija)
20140907 11:31:12 * hija (~hija@anon) has joined #jogamp
20140907 11:31:18 * hija (~hija@anon) Quit (Client Quit)
20140907 12:38:37 * xranby (~xranby@anon) Quit (Ping timeout: 245 seconds)
20140907 12:39:48 * xranby (~xranby@anon) has joined #jogamp
20140907 15:01:22 * xranby (~xranby@anon) Quit (Ping timeout: 240 seconds)
20140907 15:08:21 * sgothel (~sgothel@anon) Quit (Quit: Leaving.)
20140907 15:08:39 * sgothel (~sgothel@anon) has joined #jogamp
20140907 15:08:39 * sgothel (~sgothel@anon) Quit (Changing host)
20140907 15:08:39 * sgothel (~sgothel@anon) has joined #jogamp
20140907 15:08:39 * ChanServ sets mode +v sgothel
20140907 15:15:54 * xranby (~xranby@anon) has joined #jogamp
20140907 15:16:08 <sgothel> good morning
20140907 15:16:39 <rmk0_> lo
20140907 15:16:44 <rmk0_> how's it?
20140907 15:16:52 * rmk0_ is now known as rmk0
20140907 15:16:53 * rmk0 (~rmk0@anon) Quit (Changing host)
20140907 15:16:53 * rmk0 (~rmk0@anon) has joined #jogamp
20140907 15:17:24 <sgothel> @Mark: the Bug 908 .. was horrible
20140907 15:18:01 <sgothel> .. leads to a more complete solution Bug 1063, i.e. our own Uri implementation based on Apache Harmony :-/
20140907 15:18:07 * rmk0 eyes it
20140907 15:18:18 <sgothel> they all sort of *ignore the spec*
20140907 15:18:50 <sgothel> well .. root cause was me being totally confused w/ encoded/decoded and decoding not working
20140907 15:19:00 <rmk0> ow
20140907 15:19:23 <sgothel> (escaping those unicodes to percent encoding .. etc)
20140907 15:19:35 <rmk0> "the fact, that the encoded and unencoded variant uses the same String type"
20140907 15:19:37 <rmk0> ♥
20140907 15:19:38 <sgothel> so now .. big cleanup .. of IOUtil and firends
20140907 15:19:43 <sgothel> yeah
20140907 15:19:53 <rmk0> this is why i want value types in the jvm
20140907 15:19:55 <sgothel> and Harvey was bitching about this a year ago .. as well
20140907 15:20:07 <rmk0> so that you can introduce a wrapper type that has no runtime cost at all
20140907 15:20:17 <rmk0> is free in languages like haskell, ocaml, etc... annoying that it isn't in java
20140907 15:20:23 <rmk0> not exactly expensive, but it's there
20140907 15:20:39 <sgothel> well .. ours has a minimal, but that is fine IMHO, since this should not happen again :)
20140907 15:20:59 <sgothel> final String - yeah, problem :)
20140907 15:21:19 <rmk0> well you know me... i agree wholeheartedly with introducing a new Encoded type
20140907 15:21:30 <sgothel> :)
20140907 15:21:33 <rmk0> correctness is more important!
20140907 15:22:00 <sgothel> yup .. especially realizing how many hours I have spent with this crap .. before working around :)
20140907 15:22:08 <sgothel> http://jogamp.org/git/?p=gluegen.git;a=blob;f=src/java/com/jogamp/common/net/Uri.java;h=b116cb40594933b166adbf2678585488f380b0fb;hb=5205e47e8a2e84e793b26305391b1c4f8648597c
20140907 15:22:34 <rmk0> nice
20140907 15:23:59 <sgothel> http://jogamp.org/git/?p=gluegen.git;a=blob;f=src/junit/com/jogamp/common/net/TestUri99LaunchOnReservedCharPathBug908.java;h=011b18c5f9b442ee71fede5187c086de3dc8ad61;hb=0b07f9107c5b033913f5c4cbeb906ae6dafc2d77 <- the magic test case .. the best :)
20140907 15:31:41 <sgothel> .. still needs work ofc
20140907 18:44:37 * monsieur_max (~maxime@anon) has joined #jogamp
20140907 19:34:32 * zzuegg (~zzuegg@anon) Quit (Quit: Nettalk6 - www.ntalk.de)
20140907 20:51:23 * void256 (~chatzilla@anon) has joined #jogamp
20140907 20:58:25 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140907 22:25:45 * xranby (~xranby@anon) Quit (Ping timeout: 264 seconds)
20140907 22:33:01 * void256 (~chatzilla@anon) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
20140907 22:41:13 * xranby (~xranby@anon) has joined #jogamp
20140908 02:35:32 * [Mike] (~Mike]@anon) has joined #jogamp
20140908 03:07:28 <magaio> Anyone know of a crasher on OS X 13E28 @ jogamp.newt.driver.macosx.WindowDriver.initIDs0 ? Seems like I can't even get past NewtFactory.createDisplay anymore
20140908 04:11:52 * xranby (~xranby@anon) Quit (Ping timeout: 245 seconds)
20140908 04:23:07 <sgothel> no
20140908 04:23:30 <sgothel> you need to produce more details .. see our wiki/faq bugreport pls
20140908 04:23:54 <sgothel> all osx builds are working here w/ a 10.9'ish OSX and java7 .. java8 as well
20140908 04:24:31 <sgothel> https://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.2.1 .. closed now
20140908 04:28:05 * xranby (~xranby@anon) has joined #jogamp
20140908 04:37:33 <magaio> sgothel: OK, just wanted to check if there were any outstanding issues. I'll try to spin up a full bug report tomorrow. It started happening with a project that I left sitting for a few months, so maybe something changed with my system but I can't shake it no matter how hard I try
20140908 04:43:28 <sgothel> a first good test would be our java test applets .. and then our unit tests .. to produce comparable results
20140908 05:05:42 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140908050542.html