The tutorial doesn't cover using advanced optimizations and it doesn't
appear your index.html page is setup for it. I switched your project to use
:optimizations :none. I ran `lein cljsbuild clean` to blow everything away.
I ran CIDER and followed your instructions. At that point everything works
for me, both when I load the page initially and even if I eval everything.

If you want to use :optimizations :advanced you will need to change your
project.clj settings to the one covered in the Om README. In general
:optimizations :advanced is not very useful for interactive development.

I will say I'm not that familiar with Austin and the Tutorial is not mean
to cover every possible environment setup someone would want to use.

HTH.


On Sat, Jan 25, 2014 at 6:40 PM, john walker <john.lou.wal...@gmail.com>wrote:

> The one on master is using 0.2.3. Checkout the 0.3.0 branch for the same
> results.
>
>
> On Saturday, January 25, 2014 6:17:32 PM UTC-5, David Nolen wrote:
>
>> That project.clj is using Om 0.2.3 and not Om 0.3.0.
>>
>>
>> On Sat, Jan 25, 2014 at 6:16 PM, john walker <john.lo...@gmail.com>wrote:
>>
>>> Woops, left it off:
>>>
>>> https://github.com/johnwalker/hellom
>>>
>>>
>>> On Saturday, January 25, 2014 6:15:59 PM UTC-5, john walker wrote:
>>>>
>>>> This is what I did (using the om-start template.)
>>>>
>>>> On Saturday, January 25, 2014 5:51:06 PM UTC-5, David Nolen wrote:
>>>>>
>>>>> I cannot replicate this. If somebody wants to publish a repo that
>>>>> exhibits the problem I'll take a look. Thanks.
>>>>>
>>>>>
>>>>> On Sat, Jan 25, 2014 at 5:12 PM, Rudi Engelbrecht <
>>>>> ru...@engelbrecht.me> wrote:
>>>>>
>>>>>> I experienced the same as you when following the tutorial - it works
>>>>>> the first time and when adding the deref the delete button stops working
>>>>>>
>>>>>> Rudi
>>>>>>
>>>>>> On Jan 26, 2014, at 6:51 AM, David Pidcock <eraz0...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>> I was following along with this and hit an interesting "bug"
>>>>>>
>>>>>> The contact list delete button actually works "out of the gate" in
>>>>>> the first example, (when its supposed to fail) and when I add the deref 
>>>>>> in
>>>>>> the next step I get
>>>>>>
>>>>>> Uncaught Error: No protocol method IDeref.-deref defined for type
>>>>>> om.core/MapCursor: [object Object]
>>>>>>
>>>>>> And that was with 0.2.3 and 0.3.0 (I tried both)
>>>>>>
>>>>>> --
>>>>>> --
>>>>>>
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Clojure" group.
>>>>>> To post to this group, send email to clo...@googlegroups.com
>>>>>>
>>>>>> Note that posts from new members are moderated - please be patient
>>>>>> with your first post.
>>>>>> To unsubscribe from this group, send email to
>>>>>> clojure+u...@googlegroups.com
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/clojure?hl=en
>>>>>> ---
>>>>>>
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Clojure" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to clojure+u...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>
>>>>>>  --
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Clojure" group.
>>>>>> To post to this group, send email to clo...@googlegroups.com
>>>>>>
>>>>>> Note that posts from new members are moderated - please be patient
>>>>>> with your first post.
>>>>>> To unsubscribe from this group, send email to
>>>>>> clojure+u...@googlegroups.com
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/clojure?hl=en
>>>>>> ---
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Clojure" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to clojure+u...@googlegroups.com.
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>
>>>>>
>>>>>  --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+u...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+u...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to