#jogamp @ irc.freenode.net - 20140506 05:05:35 (UTC)


20140506 05:05:35 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140505050535.html
20140506 05:05:35 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140506050535.html
20140506 06:00:18 * jvanek (jvanek@anon) has joined #jogamp
20140506 06:26:45 * monsieur_max (~maxime@anon) has joined #jogamp
20140506 06:51:30 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20140506 07:32:12 * jvanek (jvanek@anon) has joined #jogamp
20140506 07:54:55 * hija (~hija@anon) has joined #jogamp
20140506 08:05:36 * hija (~hija@anon) Quit (Quit: hija)
20140506 09:05:13 * hija (~hija@anon) has joined #jogamp
20140506 09:46:17 * rmk0_ (~rmk0@anon) has joined #jogamp
20140506 09:50:41 * rmk0 (~rmk0@anon) Quit (*.net *.split)
20140506 11:44:11 * zubzub (~zubzub@anon) has joined #jogamp
20140506 11:48:43 * zubzub_ (~zubzub@anon) has joined #jogamp
20140506 11:49:43 * zubzub (~zubzub@anon) Quit (Ping timeout: 258 seconds)
20140506 11:52:08 * xranby (~xranby@anon) has joined #jogamp
20140506 13:36:15 * zzuegg (~zzuegg@anon) has joined #jogamp
20140506 15:12:43 * jvanek (jvanek@anon) Quit (Ping timeout: 252 seconds)
20140506 15:32:04 * jvanek (jvanek@anon) has joined #jogamp
20140506 15:32:26 * jvanek (jvanek@anon) Quit (Client Quit)
20140506 15:56:24 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140506 16:48:03 * monsieur_max (~maxime@anon) has joined #jogamp
20140506 17:57:44 * hija (~hija@anon) Quit (Quit: hija)
20140506 19:06:13 <sgothel> http://jogamp.org/log/irc/jogamp_20140503050534.html#l37 <- well, bugs do happen when at work, i.e. not matching the ideal sometimes - not the end of the world IMHO
20140506 19:07:11 <sgothel> classForName n/a w/ osgi ? dunno why that should be restricted
20140506 19:11:17 <sgothel> @Mark: Rotten bananas please, I love them blended in my yogurt :)
20140506 19:12:02 * rmk0_ is now known as rmk0
20140506 19:12:04 * rmk0 (~rmk0@anon) Quit (Changing host)
20140506 19:12:04 * rmk0 (~rmk0@anon) has joined #jogamp
20140506 19:12:13 * rmk0 throws rotten bananas at sgothel
20140506 19:12:20 <sgothel> yummy :)
20140506 19:22:00 <rmk0> i disagree, but i don't have time to defend my position right now!
20140506 19:30:02 * hija (~hija@anon) has joined #jogamp
20140506 19:42:35 <sgothel> no argument here Mark, I agree that it is a bug which should have been avoided. just saying, it happened .. next time: we need more QA
20140506 19:44:20 * [Mike] (~Mike]@anon) has joined #jogamp
20140506 19:44:24 <rmk0> been looking into tools lately for enforcing SV, could only find this: https://github.com/jeluard/semantic-versioning
20140506 19:44:44 <rmk0> you basically run it on a previous jar, and then on the current jar, and it'll tell you if you've made an API-incompatible change
20140506 19:44:53 <rmk0> not tried it yet, will look into it more later
20140506 19:45:56 <rmk0> dealing with spring allergies and trying to crush this pile of work i've created for myself
20140506 19:48:03 * kermyt (~kermyt@anon) Quit (Ping timeout: 276 seconds)
20140506 19:50:22 <sgothel> an automated API compat test for all com.jogamp and javax.* jogamp packages would be great - agreed!
20140506 19:50:49 <sgothel> (jogamp.* stuff can change anytime)
20140506 19:51:23 <sgothel> exception: a bug in GL functions of course .. (i.e. wrong gluegen code etc)
20140506 19:52:19 * kermyt (~kermyt@anon) has joined #jogamp
20140506 19:52:19 * kermyt (~kermyt@anon) Quit (Changing host)
20140506 19:52:19 * kermyt (~kermyt@anon) has joined #jogamp
20140506 19:57:41 <sgothel> ^^ a 'simple' tool dumping the 'specs' allowing passing package queries like 'com.jogamp.*' and applying a diff (to previous version) would suffice IMH
20140506 19:57:45 <sgothel> O
20140506 19:58:44 <sgothel> (^^ validating our version semantics properly)
20140506 20:01:03 <sgothel> semantic-versioning and 'javah' maybe :)
20140506 20:18:48 * hija_ (~hija@anon) has joined #jogamp
20140506 20:18:53 * hija (~hija@anon) Quit (Ping timeout: 264 seconds)
20140506 20:18:53 * hija_ is now known as hija
20140506 20:24:06 <zubzub_> 21:07 <+sgothel> classForName n/a w/ osgi ? dunno why that should be restricted
20140506 20:24:17 <zubzub_> you can do it sure if you're loading a class from your own bundle
20140506 20:24:30 <zubzub_> but if you pass a name of a class from another bundle it will not work
20140506 20:24:59 <zubzub_> unless it's a class upwards in the classloader hierarchy
20140506 20:25:05 <zubzub_> ie a jdk class
20140506 20:26:16 <zubzub_> 21:44 < rmk0> been looking into tools lately for enforcing SV, could only find this: https://github.com/jeluard/semantic-versioning
20140506 20:26:31 <zubzub_> I was looking at exactly the same thing today
20140506 20:26:43 <zubzub_> but it looks a bit abandoned
20140506 20:27:15 <zubzub_> alternatively you can look at jdiff and hack it to generate a SV report
20140506 20:27:47 <zubzub_> ah 2 days ago
20140506 20:27:50 <zubzub_> nvrmnd
20140506 20:28:00 <zubzub_> but the build fails according to his github page :p
20140506 21:03:03 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140506 21:05:57 * jogamp (~jogamp@anon) Quit (Ping timeout: 240 seconds)
20140506 21:05:57 * Disconnected.